HomeSort by relevance Sort by last modified time
    Searched full:unput (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/Tools/android/flex-2.5.4a/MISC/
testxxLexer.l 37 unput(c);
flex.man 633 section), and calls to the unput() function destroys the
638 to your heart's content, and calls to unput() do not destroy
670 presently does not dynamically grow if a call to unput()
869 - unput(c) puts the character c back onto the input
876 /* Copy yytext because unput() trashes yytext */
878 unput( ')' );
880 unput( yycopy[i] );
881 unput( '(' );
885 Note that since each unput() puts the given character
889 An important potential problem when using unput() is that i
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
lex.c 97 unput(c);
126 unput(c);
143 unput(c);
209 unput(c);
413 unput(c);
519 unput('\n');
532 unput('/');
565 void unput(int c) /* put lexical character back on input */ function
581 unput(s[i]);
proto.h 40 extern void unput(int);
  /external/webkit/Tools/android/flex-2.5.4a/
scan.l 57 unput((str)[i])
260 unput ACTION_IFDEF("YY_NO_UNPUT", ! option_sense);
382 unput( '\n' ); /* so <ACTION> sees it */
462 unput(')');
464 unput('(');
flex.1 617 .B unput()
629 .B unput()
668 .B unput()
890 .B unput(c)
900 /* Copy yytext because unput() trashes yytext */
902 unput( ')' );
904 unput( yycopy[i] );
905 unput( '(' );
911 .B unput()
917 .B unput()
    [all...]
NEWS 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
    [all...]
initscan.c 136 #define unput(c) yyunput( c, yytext_ptr ) macro
    [all...]
flex.skl 142 #define unput(c) yyunput( c, yytext_ptr )
    [all...]
gen.c     [all...]
skel.c 147 "#define unput(c) yyunput( c, yytext_ptr )",
    [all...]
  /external/bison/m4/
flex.m4 51 f { unput (yytext[0]); }
  /external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
flex.info 614 the `unput()' function destroys the present contents of `yytext', which
619 your heart's content, and calls to `unput()' do not destroy `yytext'
635 does *not* dynamically grow if a call to `unput()' results in too much
779 - `unput(c)' puts the character `c' back onto the input stream. It
786 /* Copy yytext because unput() trashes yytext */
788 unput( ')' );
790 unput( yycopy[i] );
791 unput( '(' );
795 Note that since each `unput()' puts the given character back at
798 `unput()' is that if you are using `%pointer' (the default),
    [all...]
flex.texi 743 @samp{unput()} function destroys the present contents of @code{yytext},
748 to your heart's content, and calls to @samp{unput()} do not
769 a call to @samp{unput()} results in too much text being pushed
949 @samp{unput(c)} puts the character @code{c} back onto the input
958 /* Copy yytext because unput() trashes yytext */
960 unput( ')' );
962 unput( yycopy[i] );
963 unput( '(' );
968 Note that since each @samp{unput()} puts the given
971 An important potential problem when using @samp{unput()} is tha
    [all...]
  /external/elfutils/src/
ldlex.l 319 unput (c);
ldlex.c 212 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 221 unput((str)[i])
278 #define unput(c) yyunput( c, yytext ) macro
    [all...]
  /external/elfutils/libcpu/
i386_lex.c 211 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /system/core/sh/
arith_lex.c 167 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 234 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/bison/src/
scan-skel.c 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
scan-code.c 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
scan-gram.c 253 #define unput(c) yyunput( c, (yytext_ptr) ) macro
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 215 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
    [all...]
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 

Completed in 553 milliseconds

1 2