Home
last modified time | relevance | path

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

12

/trueos/sys/dev/aic7xxx/aicasm/
HDaicasm_macro_scan.l102 unput(')');
128 unput(',');
140 unput('(');
HDaicasm_scan.l305 unput('(');
359 unput(',');
404 unput(*--yptr);
424 unput('(');
534 unput(*--body_pos);
543 unput(*--strp);
/trueos/contrib/one-true-awk/
HDlex.c97 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()
HDproto.h35 extern void unput(int);
/trueos/contrib/ipfilter/tools/
HDlex_var.h54 #ifdef unput
55 # undef unput
56 # define unput(c) { if (pos > 0) pos--; \ macro
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_lex.l49 #undef unput
72 #undef unput
73 #define unput(c) \
84 static void unput(int);
515 unput(c);
637 unput(*q);
/trueos/contrib/flex/
HDscan.l82 unput((str)[i])
588 unput( '\n' ); /* so <ACTION> sees it */
690 unput(end_ch);
704 unput(')');
706 unput('(');
HDONEWS16 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.
HDChangeLog5078 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
HDflex.skl541 #define unput(c) yyunput( c, YY_G(yytext_ptr) M4_YY_CALL_LAST_ARG )
/trueos/contrib/binutils/gas/
HDitbl-lex.l89 unput (c);
/trueos/usr.bin/bc/
HDscan.l109 unput('.');
119 unput(yytext[0]);
/trueos/usr.bin/mklocale/
HDlex.l129 unput(*v);
/trueos/usr.bin/lex/
HDinitscan.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('(');
/trueos/crypto/heimdal/lib/asn1/
HDlex.l237 unput(c);
HDlex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
1632 unput(c);
HDChangeLog738 * lex.l: unput() have to hanppen in actions for flex 2.5.31, can
/trueos/contrib/ipfilter/iplang/
HDiplang_l.l321 unput(c);
/trueos/sys/contrib/dev/acpica/compiler/
HDaslsupport.l501 unput(c1); in AslDoComment()
/trueos/contrib/ofed/libsdp/src/
HDconfig_scanner.c153 #define unput(c) yyunput( c, yytext_ptr ) macro
/trueos/crypto/heimdal/lib/com_err/
HDlex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/trueos/crypto/heimdal/lib/sl/
HDslc-lex.c184 #define unput(c) yyunput( c, (yytext_ptr) ) macro
/trueos/usr.bin/csup/
HDlex.rcs.c192 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
/trueos/contrib/unbound/doc/
HDChangelog3349 - fixup unput warning from lexer on freeBSD.
3413 - do not generate lex input and lex unput functions.
/trueos/contrib/openbsm/
HDconfigure3409 f { unput (yytext[0]); }

12