HomeSort by: relevance | last modified time | path
    Searched refs:unput (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/bsd/flex/dist/examples/manual/
reject.lex 2 * reject.lex: An example of REJECT and unput()
8 unput('U'); unput('N'); unput('G'); unput('\0');
unput.lex 2 * unput.l : An example of what *not*
3 * to do with unput().
27 unput(buffer[i]);
  /src/sys/dev/microcode/aic7xxx/
aicasm_macro_scan.l 101 unput(')');
127 unput(',');
139 unput('(');
  /src/external/bsd/ipf/dist/tools/
lex_var.h 54 #ifdef unput
55 # undef unput macro
56 # define unput(c) { if (pos > 0) pos--; \ macro
  /src/external/bsd/am-utils/dist/amd/
sun_map_tok.l 114 * We can parse strings by redefining input and unput.
117 #undef unput
119 #define unput(c) (*(char *)--sun_map_tok_buff = c)
  /src/external/historical/nawk/dist/
lex.c 111 unput(c);
140 unput(c);
157 unput(c);
231 unput(c);
234 * unput's treatment of \n.
437 unput(c);
453 unput(c);
478 unput(c);
584 unput('\n');
597 unput('/');
632 void unput(int c) \/* put lexical character back on input *\/ function
    [all...]
proto.h 35 extern void unput(int);
  /src/sbin/wsconsctl/
map_scan.l 107 unput(0);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_lex.l 44 * We need to undefine lex's input and unput macros so that references to these
49 #undef unput
72 #undef unput
73 #define unput(c) \
84 static void unput(int);
519 unput(c);
641 unput(*q);
821 unput(c1);
827 unput(c1);
842 unput(c0)
    [all...]
  /src/usr.bin/msgc/
msgscan.l 116 if (0) unput(0);
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.l 89 unput (c);
itbl-lex.c 181 #define unput(c) yyunput( c, (yytext_ptr) ) macro
884 unput (c);
  /src/external/gpl3/binutils.old/dist/gas/
itbl-lex.l 89 unput (c);
  /src/external/bsd/flex/dist/src/
scan.l 93 unput((str)[--i]); \
415 unput ACTION_M4_IFDEF("M4""_YY_NO_UNPUT", ! option_sense);
617 unput( '\n' ); /* so <ACTION> sees it */
720 unput(end_ch);
734 unput(')');
736 unput('(');
initscan.c 180 #define unput(c) yyunput( c, (yytext_ptr) ) macro
1933 unput((str)[--i]); \
3141 unput( '\n' ); /* so <ACTION> sees it */
3258 unput(end_ch);
3272 unput(')');
3274 unput('(');
  /src/sys/external/bsd/acpica/dist/compiler/
prparser.l 196 unput (c);
aslsupport.l 530 unput (c1);
lex.yy.c 135 #define unput(c) yyunput( c, yytext_ptr ) macro
1835 unput (c);
  /src/usr.bin/menuc/
scan.l 185 if (0) unput(0);
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
scanner.l 115 #undef unput
117 #define unput(ch) unch(ch)
274 unput(c);
282 unput(' ');
284 unput(1);
302 unput('\n');
325 unput('\n');
538 unput(c);
683 unput('\n');
805 unput(c)
    [all...]
  /src/usr.bin/mklocale/
lex.l 138 unput(*v);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
scan.l 109 unput(i);
209 if (0) unput(0); /* quiet gcc */
968 unput(c);
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.l 240 unput(c);
lex.c 183 #define unput(c) yyunput( c, (yytext_ptr) ) macro
1637 unput(c);
  /src/external/bsd/ipf/dist/iplang/
iplang_l.l 321 unput(c);

Completed in 50 milliseconds

1 2 3