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

  /external/bison/src/
scan-gram.c 197 /* Undo effects of setting up gram_text. */ \
203 YY_DO_BEFORE_ACTION; /* set up gram_text again */ \
323 /* yy_hold_char holds the character lost when gram_text is formed. */
389 /* %% [1.0] gram_text/gram_in/gram_out/yy_state_type/gram_lineno etc. def's & init go here */
407 extern char *gram_text;
408 #define yytext_ptr gram_text
420 * corresponding action - sets up gram_text.
424 /* %% [2.0] code to fiddle gram_text and gram_leng for yymore() goes here \ */\
428 /* %% [3.0] code to copy yytext_ptr to gram_text[] goes here, if %array \ */\
864 char *gram_text; variable
    [all...]

Completed in 120 milliseconds