Home
last modified time | relevance | path

Searched refs:TOKEN_SEP (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c148 #define TOKEN_SEP "|" macro
223 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
234 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
245 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
256 TOKEN_SEP), in xf86parseInputClassSection()
267 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
278 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
289 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
300 TOKEN_SEP), in xf86parseInputClassSection()
311 xstrtokenize(xf86_lex_val.str, TOKEN_SEP), in xf86parseInputClassSection()
[all …]
H A DOutputClass.c76 #define TOKEN_SEP "|" macro
140 xstrtokenize(xf86_lex_val.str, TOKEN_SEP)); in xf86parseOutputClassSection()
179 fprintf(cf, "%s%s", cur == group->values ? "" : TOKEN_SEP, in xf86printOutputClassSection()