HomeSort by: relevance | last modified time | path
    Searched defs:yytext (Results 1 - 24 of 24) sorted by relevancy

  /src/external/bsd/elftosb/dist/elftosb2/
FlexLexer.h 65 const char* YYText() const { return yytext; }
95 char* yytext; member in class:FlexLexer
161 // yy_hold_char holds the character lost when yytext is formed.
  /src/external/bsd/flex/dist/src/
FlexLexer.h 65 const char* YYText() const { return yytext; }
104 char* yytext; member in class:FlexLexer
176 // yy_hold_char holds the character lost when yytext is formed.
initscan.c 171 /* Undo effects of setting up yytext. */ \
177 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
266 /* yy_hold_char holds the character lost when yytext is formed. */
333 extern char *yytext;
337 #define yytext_ptr yytext
345 * corresponding action - sets up yytext.
1843 char *yytext; variable
1891 #define ACTION_ECHO add_action( yytext )
1915 yylval = (unsigned char) yytext[0]; \
1921 strlcpy( nmstr, yytext, sizeof(nmstr) );
3636 CHECK_REJECT(yytext); variable
3643 CHECK_YYMORE(yytext); variable
    [all...]
  /src/external/bsd/ipf/dist/tools/
lexer.c 40 int yytext[YYBUFSIZ+1]; variable
69 c = yytext[yypos++];
93 yytext[yypos++] = c;
95 yytext[yypos] = '\0';
106 yytext[--yypos] = c;
131 yychars[i] = (char)(yytext[i] & 0xff);
148 yytext[yylast++] = *s;
149 yytext[yylast] = '\0';
159 if ((yytext[offset] == '\'' || yytext[offset] == '"') &
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_scanner.c 40 char yytext[MAX_LEXEME]; /* Buffer for storing the input text/lexeme */ variable
726 yytext[0] = (char)ch;
727 yytext[1] = '\0';
739 yytext[i] = (char)ch;
758 if (i >= COUNTOF(yytext))
771 yytext[i++] = (char)ch;
772 if (i >= COUNTOF(yytext))
776 * yytext[i] will be pushed back as not part of
790 yytext[i] = '\0';
801 token = is_keyword(yytext, &followedby)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 127 /* Undo effects of setting up yytext. */ \
131 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
210 /* yy_hold_char holds the character lost when yytext is formed. */
270 extern char *yytext;
271 #define yytext_ptr yytext
279 * corresponding action - sets up yytext.
400 char *yytext; variable
548 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
598 /* Code executed at the beginning of each rule, after yytext and yyleng
651 /* Support of yytext. *
    [all...]
  /src/tools/m4/bootstrap/
tokenizer.c 175 /* Undo effects of setting up yytext. */ \
181 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
277 /* yy_hold_char holds the character lost when yytext is formed. */
350 extern char *yytext;
351 #define yytext_ptr yytext
359 * corresponding action - sets up yytext.
474 char *yytext; variable
604 #define ECHO fwrite( yytext, yyleng, 1, yyout )
674 /* Code executed at the beginning of each rule, after yytext and yyleng
731 /* Support of yytext. *
    [all...]
  /src/external/bsd/nsd/dist/
configlexer.c 28 #define yytext c_text macro
240 #ifdef yytext
243 #define yytext c_text macro
432 /* Undo effects of setting up yytext. */ \
438 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
527 /* yy_hold_char holds the character lost when yytext is formed. */
594 extern char *yytext;
598 #define yytext_ptr yytext
606 * corresponding action - sets up yytext.
2215 char *yytext; variable
3577 config_start_include_glob(yytext); variable
3605 config_start_include_glob(yytext); variable
    [all...]
  /src/external/bsd/unbound/dist/util/
configlexer.c 174 /* Undo effects of setting up yytext. */ \
180 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
269 /* yy_hold_char holds the character lost when yytext is formed. */
336 extern char *yytext;
340 #define yytext_ptr yytext
348 * corresponding action - sets up yytext.
4414 char *yytext; variable
4448 #define ECHO ub_c_error_msg("syntax error at text: %s", yytext)
4454 LEXOUT(("v(%s%d) ", yytext, num_args)); \
4715 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
551 char *yytext; variable
687 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
757 /* Code executed at the beginning of each rule, after yytext and yyleng
816 /* Support of yytext. *
    [all...]
deflex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
567 char *yytext; variable
697 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
767 /* Code executed at the beginning of each rule, after yytext and yyleng
825 /* Support of yytext. *
    [all...]
syslex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
335 extern char *yytext;
339 #define yytext_ptr yytext
347 * corresponding action - sets up yytext.
493 char *yytext; variable
622 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
692 /* Code executed at the beginning of each rule, after yytext and yyleng
750 /* Support of yytext. *
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
790 char *yytext; variable
931 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1001 /* Code executed at the beginning of each rule, after yytext and yyleng
1059 /* Support of yytext. *
    [all...]
loongarch-lex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
473 char *yytext; variable
600 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
670 /* Code executed at the beginning of each rule, after yytext and yyleng
729 /* Support of yytext. *
    [all...]
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
485 char *yytext; variable
617 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
687 /* Code executed at the beginning of each rule, after yytext and yyleng
746 /* Support of yytext. *
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
551 char *yytext; variable
687 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
757 /* Code executed at the beginning of each rule, after yytext and yyleng
816 /* Support of yytext. *
    [all...]
deflex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
567 char *yytext; variable
697 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
767 /* Code executed at the beginning of each rule, after yytext and yyleng
825 /* Support of yytext. *
    [all...]
syslex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
335 extern char *yytext;
339 #define yytext_ptr yytext
347 * corresponding action - sets up yytext.
493 char *yytext; variable
622 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
692 /* Code executed at the beginning of each rule, after yytext and yyleng
750 /* Support of yytext. *
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
790 char *yytext; variable
931 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1001 /* Code executed at the beginning of each rule, after yytext and yyleng
1059 /* Support of yytext. *
    [all...]
loongarch-lex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
473 char *yytext; variable
600 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
670 /* Code executed at the beginning of each rule, after yytext and yyleng
729 /* Support of yytext. *
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
itbl-lex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
485 char *yytext; variable
617 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
687 /* Code executed at the beginning of each rule, after yytext and yyleng
746 /* Support of yytext. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-lex.cc 178 /* Undo effects of setting up yytext. */ \
184 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
273 /* yy_hold_char holds the character lost when yytext is formed. */
343 extern char *yytext;
347 #define yytext_ptr yytext
355 * corresponding action - sets up yytext.
1190 char *yytext; variable
1342 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1412 /* Code executed at the beginning of each rule, after yytext and yyleng
1427 (yytext[yyleng - 1] == '\n');
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldlex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
1367 char *yytext; variable
1561 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1631 /* Code executed at the beginning of each rule, after yytext and yyleng
1708 /* Support of yytext. *
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldlex.c 172 /* Undo effects of setting up yytext. */ \
178 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
267 /* yy_hold_char holds the character lost when yytext is formed. */
337 extern char *yytext;
341 #define yytext_ptr yytext
349 * corresponding action - sets up yytext.
1367 char *yytext; variable
1561 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1631 /* Code executed at the beginning of each rule, after yytext and yyleng
1708 /* Support of yytext. *
    [all...]

Completed in 129 milliseconds