Home
last modified time | relevance | path

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

12

/freebsd/contrib/one-true-awk/
H A Dlex.c107 unput(c); in peek()
136 unput(c); in gettok()
153 unput(c); in gettok()
227 unput(c); in yylex()
430 unput(c); in string()
446 unput(c); in string()
471 unput(c); in string()
577 unput('\n'); in regexpr()
590 unput('/'); in regexpr()
625 void unput(int c) /* put lexical character back on input */ in unput() function
[all …]
H A Dproto.h35 extern void unput(int);
H A DFIXES29 Fix incorrect error line number issues. unput has
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_macro_scan.l102 unput(')');
128 unput(',');
140 unput('(');
H A Daicasm_scan.l305 unput('(');
359 unput(',');
404 unput(*--yptr);
424 unput('(');
534 unput(*--body_pos);
543 unput(*--strp);
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l49 #undef unput
73 #undef unput
74 #define unput(c) \
85 static void unput(int);
518 unput(c);
640 unput(*q);
/freebsd/contrib/flex/src/
H A Dscan.l90 unput((str)[--i]); \
614 unput( '\n' ); /* so <ACTION> sees it */
717 unput(end_ch);
731 unput(')');
733 unput('(');
H A Dflex.skl458 #define unput(c) yyunput( c, YY_G(yytext_ptr) M4_YY_CALL_LAST_ARG )
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dprparser.l304 unput (c); in PrDoCommentType1()
H A Daslsupport.l638 unput (c1); in AslDoComment()
/freebsd/usr.bin/lex/
H A Dinitscan.c182 #define unput(c) yyunput( c, (yytext_ptr) ) macro
1936 unput((str)[--i]); \
3315 unput( '\n' ); /* so <ACTION> sees it */
3439 unput(end_ch);
3453 unput(')');
3455 unput('(');
/freebsd/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);
H A DChangeLog738 * lex.l: unput() have to hanppen in actions for flex 2.5.31, can
/freebsd/sbin/ipf/iplang/
H A Diplang_l.l315 unput(c);
/freebsd/contrib/flex/
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.
H A DChangeLog7850 examples/manual/strtest.dat, examples/manual/unput.lex,
8453 * flex.skl: YY_FLEX_{MAJOR,MINOR}_VERSION fixed bug in unput
10285 yyleng is an int. unput() callable in section 3. yymore hacks.
10314 * flex.skl: unput() bug fix
/freebsd/tools/build/bootstrap-m4/
H A Dinittokenizer.c183 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd/crypto/heimdal/lib/com_err/
H A Dlex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd/contrib/unbound/util/
H A Dconfiglexer.c183 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/freebsd/contrib/libpcap/
H A Dconfigure9294 f { unput (yytext[0]); }
/freebsd/contrib/openbsm/
H A Dconfigure3484 f { unput (yytext[0]); }
/freebsd/contrib/unbound/doc/
H A DChangelog10400 - fixup unput warning from lexer on freeBSD.
10464 - do not generate lex input and lex unput functions.
/freebsd/contrib/unbound/
H A Dconfigure7186 f { unput (yytext[0]); }

12