Home
last modified time | relevance | path

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

123

/netbsd-src/external/bsd/flex/dist/examples/manual/
H A Dreject.lex8 unput('U'); unput('N'); unput('G'); unput('\0');
H A Dstring1.lex51 unput(inch);
55 unput(inch);
66 unput(inch);
73 unput(inch);
H A Dunput.lex27 unput(buffer[i]);
H A DMakefile.am49 unput.lex \
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_macro_scan.l101 unput(')');
127 unput(',');
139 unput('(');
H A Daicasm_scan.l305 unput('(');
359 unput(',');
396 unput(*--yptr);
416 unput('(');
527 unput(*--body_pos);
536 unput(*--strp);
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dlex_var.h54 #ifdef unput
55 # undef unput
56 # define unput(c) { if (pos > 0) pos--; \ macro
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_lex.l49 #undef unput
72 #undef unput
73 #define unput(c) \
84 static void unput(int);
519 unput(c);
641 unput(*q);
/netbsd-src/external/bsd/flex/dist/src/
H A Dscan.l93 unput((str)[--i]); \
617 unput( '\n' ); /* so <ACTION> sees it */
720 unput(end_ch);
734 unput(')');
736 unput('(');
H A Dinitscan.c180 #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('(');
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsun_map_tok.l117 #undef unput
119 #define unput(c) (*(char *)--sun_map_tok_buff = c) macro
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dscanner.l115 #undef unput
117 #define unput(ch) unch(ch) macro
538 unput(c);
683 unput('\n');
805 unput(c);
/netbsd-src/sbin/wsconsctl/
H A Dmap_scan.l107 unput(0);
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Ditbl-lex.l89 unput (c);
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Ditbl-lex.l89 unput (c);
H A Ditbl-lex.c181 #define unput(c) yyunput( c, (yytext_ptr) ) macro
884 unput (c);
/netbsd-src/usr.bin/msgc/
H A Dmsgscan.l116 if (0) unput(0);
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dscan.l109 unput(i);
968 unput(c);
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dprparser.l196 unput (c); in PrDoCommentType1()
H A Daslsupport.l530 unput (c1); in AslDoComment()
/netbsd-src/usr.bin/mklocale/
H A Dlex.l138 unput(*v);
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dlex.l240 unput(c);
/netbsd-src/external/bsd/ipf/dist/iplang/
H A Diplang_l.l321 unput(c);
/netbsd-src/external/bsd/flex/dist/
H A DONEWS16 calls to input(), unput(), and yymore(). (This still doesn't
53 - "%option nounput" now correctly omits the unput() routine
207 input, unput
334 however, is if unput() or yyless() is used to alter the input
700 remain unmodified across calls to input() and unput() (the pointer
805 cheap. Using unput() is expensive. Using yyless() is
818 buffer does *not* grow if you unput() more text than can fit
1088 - unput() and yyrestart() are now globally callable.
1120 - unput() bug fixed; had been causing problems porting flex to VMS.
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dscan.l839 unput(c);

123