Searched refs:inp_comment (Results 1 – 3 of 3) sorted by relevance
106 ptr->inp_comment = xf86addComment(ptr->inp_comment, xf86_lex_val.str); in xf86parsePointerSection()109 if (xf86getSubToken(&(ptr->inp_comment)) != STRING) in xf86parsePointerSection()115 if (xf86getSubToken(&(ptr->inp_comment)) != STRING) in xf86parsePointerSection()126 if (xf86getSubToken(&(ptr->inp_comment)) != NUMBER || xf86_lex_val.num < 0) in xf86parsePointerSection()138 if (xf86getSubToken(&(ptr->inp_comment)) != NUMBER || xf86_lex_val.num < 0) in xf86parsePointerSection()145 if (xf86getSubToken(&(ptr->inp_comment)) != NUMBER || xf86_lex_val.num < 0) in xf86parsePointerSection()152 if (xf86getSubToken(&(ptr->inp_comment)) != NUMBER || xf86_lex_val.num < 0) in xf86parsePointerSection()159 if (xf86getSubToken(&(ptr->inp_comment)) != NUMBER || xf86_lex_val.num < 0) in xf86parsePointerSection()179 if (xf86getSubToken(&(ptr->inp_comment)) != NUMBER || in xf86parsePointerSection()
86 ptr->inp_comment = xf86addComment(ptr->inp_comment, xf86_lex_val.str); in xf86parseInputSection()89 if (xf86getSubToken(&(ptr->inp_comment)) != STRING) in xf86parseInputSection()97 if (xf86getSubToken(&(ptr->inp_comment)) != STRING) in xf86parseInputSection()135 if (ptr->inp_comment) in xf86printInputSection()136 fprintf(cf, "%s", ptr->inp_comment); in xf86printInputSection()155 TestFree(ptr->inp_comment); in xf86freeInputList()
290 char *inp_comment; member