Home
last modified time | relevance | path

Searched refs:inp_comment (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DPointer.c106 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()
H A DInput.c86 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()
H A Dxf86Parser.h290 char *inp_comment; member