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

1 2

  /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.
  /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/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.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.
783 char *yytext; variable
943 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1013 /* Code executed at the beginning of each rule, after yytext and yyleng
1071 /* Support of yytext. *
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.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.
468 char *yytext; variable
619 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
689 /* Code executed at the beginning of each rule, after yytext and yyleng
747 /* Support of yytext. *
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-lex.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.
447 char *yytext; variable
598 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
668 /* Code executed at the beginning of each rule, after yytext and yyleng
726 /* 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/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/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.
1193 char *yytext; variable
1345 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1415 /* Code executed at the beginning of each rule, after yytext and yyleng
1430 (yytext[yyleng - 1] == '\n');
    [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/lgpl3/gmp/dist/demos/calc/
calclex.c 186 /* Undo effects of setting up yytext. */ \
192 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
284 /* yy_hold_char holds the character lost when yytext is formed. */
357 extern char *yytext;
358 #define yytext_ptr yytext
366 * corresponding action - sets up yytext.
483 char *yytext; variable
629 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
699 /* Code executed at the beginning of each rule, after yytext and yyleng
757 /* Support of yytext. *
    [all...]

Completed in 63 milliseconds

1 2