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

/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_scan.l102 unput(')');
128 unput(',');
140 unput('(');
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dlex_var.h54 #ifdef unput
55 # undef unput macro
56 # define unput(c) { if (pos > 0) pos--; \ macro
/freebsd-11-stable/contrib/amd/amd/
H A Dsun_map_tok.l112 * We can parse strings by redefining input and unput.
115 #undef unput
117 #define unput(c) (*(char *)--sun_map_tok_buff = c)
/freebsd-11-stable/contrib/one-true-awk/
H A Dlex.c97 unput(c);
126 unput(c);
143 unput(c);
209 unput(c);
413 unput(c);
519 unput('\n');
532 unput('/');
565 void unput(int c) /* put lexical character back on input */ function
581 unput(s[i]);
H A Dproto.h35 extern void unput(int);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l44 * 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);
515 unput(c);
637 unput(*q);
817 unput(c1);
823 unput(c1);
838 unput(c
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-lex.l89 unput (c);
/freebsd-11-stable/contrib/flex/
H A Dscan.l82 unput((str)[i])
387 unput ACTION_M4_IFDEF("M4""_YY_NO_UNPUT", ! option_sense);
588 unput( '\n' ); /* so <ACTION> sees it */
690 unput(end_ch);
704 unput(')');
706 unput('(');
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dprparser.l304 unput (c);
H A Daslsupport.l634 unput (c1);
/freebsd-11-stable/usr.bin/mklocale/
H A Dlex.l129 unput(*v);
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.l237 unput(c);
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
1632 unput(c);
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_l.l318 unput(c);
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c197 #define unput(c) yyunput( c, (yytext_ptr) ) macro
1969 unput((str)[i])
3344 unput( '\n' ); /* so <ACTION> sees it */
3467 unput(end_ch);
3481 unput(')');
3483 unput('(');
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_lex.c207 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure7969 f { unput (yytext[0]); }
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure3407 f { unput (yytext[0]); }
/freebsd-11-stable/contrib/unbound/
H A Dconfigure6433 f { unput (yytext[0]); }
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure12410 f { unput (yytext[0]); }

Completed in 245 milliseconds