Searched refs:T_UNEQUAL (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.y | 76 %token T_UNEQUAL 83 %left T_EQUAL T_UNEQUAL 476 | symbol T_UNEQUAL symbol { $$ = expr_alloc_comp(E_UNEQUAL, $1, $3); }
|
| H A D | zconf.l | 126 "!=" return T_UNEQUAL;
|
| H A D | lex.zconf.c | 1156 return T_UNEQUAL;
|
| H A D | zconf.tab.c_shipped | 168 T_UNEQUAL = 283, 562 "T_VISIBLE", "T_OPTION", "T_ON", "T_WORD", "T_WORD_QUOTE", "T_UNEQUAL",
|
| H A D | zconf.tab.c | 168 T_UNEQUAL = 283, enumerator
|
| H A D | lex.zconf.c_shipped | 1156 return T_UNEQUAL;
|