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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_lex.l57 * We need to undefine lex's input and unput macros so that references to these
61 #undef unput
92 static void unput(int);
536 if (c != EOF) unput(c);
661 unput(*q);
845 if (c1 != EOF) unput(c1);
851 if (c1 != EOF) unput(c1);
866 if (c0 != EOF) unput(c0);
905 unput(int c)
/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 49 milliseconds