Home
last modified time | relevance | path

Searched refs:unput (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_macro_scan.l103 unput(')');
129 unput(',');
141 unput('(');
Daicasm_scan.l316 unput('(');
370 unput(',');
415 unput(*--yptr);
435 unput('(');
546 unput(*--body_pos);
555 unput(*--strp);
/linux-4.1.27/scripts/genksyms/
Dlex.l323 unput('(');
387 unput(token);
403 unput(token);
Dlex.lex.c_shipped179 #define unput(c) yyunput( c, (yytext_ptr) )
2132 unput('(');
2196 unput(token);
2212 unput(token);
/linux-4.1.27/scripts/kconfig/
Dzconf.l90 unput(yytext[0]);
Dzconf.lex.c198 #define unput(c) yyunput( c, (yytext_ptr) ) macro
1080 unput(zconftext[0]);
Dzconf.lex.c_shipped198 #define unput(c) yyunput( c, (yytext_ptr) )
1080 unput(zconftext[0]);
/linux-4.1.27/tools/perf/util/
Dparse-events.l171 . { unput(*yytext); BEGIN(INITIAL); }
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped189 #define unput(c) yyunput( c, (yytext_ptr) )