Home
last modified time | relevance | path

Searched refs:T_NOT (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/scripts/kconfig/
Dzconf.l122 "!" return T_NOT;
Dzconf.y79 %nonassoc T_NOT
473 | T_NOT expr { $$ = expr_alloc_one(E_NOT, $2); }
Dzconf.lex.c1133 return T_NOT;
Dzconf.tab.c168 T_NOT = 290 enumerator
Dzconf.tab.c_shipped168 T_NOT = 290
561 "T_NOT", "$accept", "input", "start", "stmt_list", "option_name",
Dzconf.lex.c_shipped1133 return T_NOT;
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y194 %token <value> T_CMP T_NOT T_XOR
1282 T_NOT destination opt_source ret ';'