Searched refs:opt_comment (Results 1 – 4 of 4) sorted by relevance
238 if (opt->opt_comment) in xf86optionListDup()239 newopt->opt_comment = strdup(opt->opt_comment); in xf86optionListDup()253 TestFree(opt->opt_comment); in xf86optionListFree()440 option->opt_comment = comment; in xf86parseOption()442 option->opt_comment = xf86addComment(option->opt_comment, xf86_lex_val.str); in xf86parseOption()448 option->opt_comment = comment; in xf86parseOption()450 option->opt_comment = xf86addComment(option->opt_comment, xf86_lex_val.str); in xf86parseOption()462 TestFree(option->opt_comment); in xf86parseOption()489 if (list->opt_comment) in xf86printOptionList()490 fprintf(fp, "%s", list->opt_comment); in xf86printOptionList()
10 char *opt_comment; member
37 const char *opt_comment; member
864 free(o->opt_comment); in input_option_free()