HomeSort by relevance Sort by last modified time
    Searched refs:code_text (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
scan-code.c 26 #define yytext code_text
243 /* Undo effects of setting up code_text. */ \
249 YY_DO_BEFORE_ACTION; /* set up code_text again */ \
359 /* yy_hold_char holds the character lost when code_text is formed. */
425 /* %% [1.0] code_text/code_in/code_out/yy_state_type/code_lineno etc. def's & init go here */
443 extern char *code_text;
444 #define yytext_ptr code_text
456 * corresponding action - sets up code_text.
460 /* %% [2.0] code to fiddle code_text and code_leng for yymore() goes here \ */\
464 /* %% [3.0] code to copy yytext_ptr to code_text[] goes here, if %array \ */
653 char *code_text; variable
    [all...]
  /external/vulkan-validation-layers/layers/
spec.py 141 code_text = "".join(tag.itertext()).replace('\n', '')
142 code_text_list = code_text.split()

Completed in 75 milliseconds