Searched defs:unput (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c198 #define unput(c) yyunput( c, (yytext_ptr) ) macro
1013 * We need to undefine lex's input and unput macros so that references to these
1017 #undef unput macro
1048 static void unput(int);
2148 if (c != EOF) unput(c);
2483 unput(*q);
3693 if (c1 != EOF) unput(c1);
3699 if (c1 != EOF) unput(c1);
3714 if (c0 != EOF) unput(c0);
3753 unput(in function
[all...]

Completed in 51 milliseconds