/freebsd/contrib/one-true-awk/ |
H A D | lex.c | 107 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 D | proto.h | 35 extern void unput(int);
|
H A D | FIXES | 29 Fix incorrect error line number issues. unput has
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_macro_scan.l | 102 unput(')'); 128 unput(','); 140 unput('(');
|
H A D | aicasm_scan.l | 305 unput('('); 359 unput(','); 404 unput(*--yptr); 424 unput('('); 534 unput(*--body_pos); 543 unput(*--strp);
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_lex.l | 49 #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 D | scan.l | 90 unput((str)[--i]); \ 614 unput( '\n' ); /* so <ACTION> sees it */ 717 unput(end_ch); 731 unput(')'); 733 unput('(');
|
H A D | flex.skl | 458 #define unput(c) yyunput( c, YY_G(yytext_ptr) M4_YY_CALL_LAST_ARG )
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | prparser.l | 304 unput (c); in PrDoCommentType1()
|
H A D | aslsupport.l | 638 unput (c1); in AslDoComment()
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 182 #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 D | lex.l | 237 unput(c);
|
H A D | lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) ) macro 1632 unput(c);
|
H A D | ChangeLog | 738 * lex.l: unput() have to hanppen in actions for flex 2.5.31, can
|
/freebsd/sbin/ipf/iplang/ |
H A D | iplang_l.l | 315 unput(c);
|
/freebsd/contrib/flex/ |
H A D | ONEWS | 16 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 D | ChangeLog | 7850 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 D | inittokenizer.c | 183 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/freebsd/contrib/unbound/util/ |
H A D | configlexer.c | 183 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
/freebsd/contrib/libpcap/ |
H A D | configure | 9294 f { unput (yytext[0]); }
|
/freebsd/contrib/openbsm/ |
H A D | configure | 3484 f { unput (yytext[0]); }
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 10400 - fixup unput warning from lexer on freeBSD. 10464 - do not generate lex input and lex unput functions.
|
/freebsd/contrib/unbound/ |
H A D | configure | 7186 f { unput (yytext[0]); }
|