| /trueos/sys/dev/aic7xxx/aicasm/ |
| HD | aicasm_macro_scan.l | 102 unput(')'); 128 unput(','); 140 unput('(');
|
| HD | aicasm_scan.l | 305 unput('('); 359 unput(','); 404 unput(*--yptr); 424 unput('('); 534 unput(*--body_pos); 543 unput(*--strp);
|
| /trueos/contrib/one-true-awk/ |
| HD | lex.c | 97 unput(c); in peek() 126 unput(c); in gettok() 143 unput(c); in gettok() 209 unput(c); in yylex() 413 unput(c); in string() 519 unput('\n'); in regexpr() 532 unput('/'); in regexpr() 565 void unput(int c) /* put lexical character back on input */ in unput() function 581 unput(s[i]); in unputstr()
|
| HD | proto.h | 35 extern void unput(int);
|
| /trueos/contrib/ipfilter/tools/ |
| HD | lex_var.h | 54 #ifdef unput 55 # undef unput 56 # define unput(c) { if (pos > 0) pos--; \ macro
|
| /trueos/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_lex.l | 49 #undef unput 72 #undef unput 73 #define unput(c) \ 84 static void unput(int); 515 unput(c); 637 unput(*q);
|
| /trueos/contrib/flex/ |
| HD | scan.l | 82 unput((str)[i]) 588 unput( '\n' ); /* so <ACTION> sees it */ 690 unput(end_ch); 704 unput(')'); 706 unput('(');
|
| HD | 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.
|
| HD | ChangeLog | 5078 examples/manual/strtest.dat, examples/manual/unput.lex, 5681 * flex.skl: YY_FLEX_{MAJOR,MINOR}_VERSION fixed bug in unput 7513 yyleng is an int. unput() callable in section 3. yymore hacks. 7542 * flex.skl: unput() bug fix
|
| HD | flex.skl | 541 #define unput(c) yyunput( c, YY_G(yytext_ptr) M4_YY_CALL_LAST_ARG )
|
| /trueos/contrib/binutils/gas/ |
| HD | itbl-lex.l | 89 unput (c);
|
| /trueos/usr.bin/bc/ |
| HD | scan.l | 109 unput('.'); 119 unput(yytext[0]);
|
| /trueos/usr.bin/mklocale/ |
| HD | lex.l | 129 unput(*v);
|
| /trueos/usr.bin/lex/ |
| HD | initscan.c | 197 #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('(');
|
| /trueos/crypto/heimdal/lib/asn1/ |
| HD | lex.l | 237 unput(c);
|
| HD | lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) ) macro 1632 unput(c);
|
| HD | ChangeLog | 738 * lex.l: unput() have to hanppen in actions for flex 2.5.31, can
|
| /trueos/contrib/ipfilter/iplang/ |
| HD | iplang_l.l | 321 unput(c);
|
| /trueos/sys/contrib/dev/acpica/compiler/ |
| HD | aslsupport.l | 501 unput(c1); in AslDoComment()
|
| /trueos/contrib/ofed/libsdp/src/ |
| HD | config_scanner.c | 153 #define unput(c) yyunput( c, yytext_ptr ) macro
|
| /trueos/crypto/heimdal/lib/com_err/ |
| HD | lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
| /trueos/crypto/heimdal/lib/sl/ |
| HD | slc-lex.c | 184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
|
| /trueos/usr.bin/csup/ |
| HD | lex.rcs.c | 192 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
| /trueos/contrib/unbound/doc/ |
| HD | Changelog | 3349 - fixup unput warning from lexer on freeBSD. 3413 - do not generate lex input and lex unput functions.
|
| /trueos/contrib/openbsm/ |
| HD | configure | 3409 f { unput (yytext[0]); }
|