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

1 2

  /src/external/bsd/elftosb/dist/elftosb2/
FlexLexer.h 66 int YYLeng() const { return yyleng; }
96 int yyleng; member in class:FlexLexer
  /src/external/bsd/flex/dist/src/
FlexLexer.h 66 int YYLeng() const { return yyleng; }
105 int yyleng; member in class:FlexLexer
initscan.c 156 extern yy_size_t yyleng;
269 yy_size_t yyleng; variable
349 yyleng = (yy_size_t)(yy_cp - yy_bp); \
1919 if(yyleng < MAXLINE) \
2094 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
2164 /* Code executed at the beginning of each rule, after yytext and yyleng
2177 if ( yyleng > 0 ) \
2179 (yytext[yyleng - 1] == '\n'); \
2370 if(yyleng < MAXLINE)
2518 buf_strnappend(&top_buf, yytext, yyleng);
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 101 extern int yyleng;
216 int yyleng; variable
283 yyleng = (int) (yy_cp - yy_bp); \
548 #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
598 /* Code executed at the beginning of each rule, after yytext and yyleng
1663 yytext[yyleng] = yy_hold_char; \
1667 yyleng = n; \
  /src/tools/m4/bootstrap/
tokenizer.c 161 extern int yyleng;
280 int yyleng; variable
363 yyleng = (size_t) (yy_cp - yy_bp); \
604 #define ECHO fwrite( yytext, yyleng, 1, yyout )
674 /* Code executed at the beginning of each rule, after yytext and yyleng
1669 yytext[yyleng] = (yy_hold_char); \
1673 yyleng = yyless_macro_arg; \
1709 return yyleng;
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
lex.c 159 extern int yyleng;
272 int yyleng; variable
352 yyleng = (int) (yy_cp - yy_bp); \
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
2525 yytext[yyleng] = (yy_hold_char); \
2529 yyleng = yyless_macro_arg; \
2565 return yyleng;
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
lex.c 159 extern int yyleng;
272 int yyleng; variable
352 yyleng = (int) (yy_cp - yy_bp); \
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
1659 yytext[yyleng] = (yy_hold_char); \
1663 yyleng = yyless_macro_arg; \
1699 return yyleng;
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
slc-lex.c 159 extern int yyleng;
272 int yyleng; variable
352 yyleng = (int) (yy_cp - yy_bp); \
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
1596 yytext[yyleng] = (yy_hold_char); \
1600 yyleng = yyless_macro_arg; \
1636 return yyleng;
  /src/external/bsd/nsd/dist/
configlexer.c 23 #define yyleng c_leng macro
246 #ifdef yyleng
249 #define yyleng c_leng macro
417 extern int yyleng;
530 int yyleng; variable
611 yyleng = (int) (yy_cp - (yytext_ptr)); \
2486 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
2556 /* Code executed at the beginning of each rule, after yytext and yyleng
3461 yyless(yyleng - (yyleng - 8))
    [all...]
  /src/external/bsd/unbound/dist/util/
configlexer.c 159 extern int yyleng;
272 int yyleng; variable
353 yyleng = (int) (yy_cp - (yytext_ptr)); \
4715 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
4785 /* Code executed at the beginning of each rule, after yytext and yyleng
6873 yytext[yyleng - 1] = '\0';
6913 yytext[yyleng - 1] = '\0';
6983 yytext[yyleng - 1] = '\0';
7071 yytext[yyleng - 1] = '\0';
7881 yytext[yyleng] = (yy_hold_char);
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
arlex.c 157 extern int yyleng;
270 int yyleng; variable
353 yyleng = (int) (yy_cp - yy_bp); \
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
1852 yytext[yyleng] = (yy_hold_char); \
1856 yyleng = yyless_macro_arg; \
1892 return yyleng;
deflex.c 157 extern int yyleng;
270 int yyleng; variable
353 yyleng = (int) (yy_cp - yy_bp); \
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
1025 yylval.id = xmemdup (yytext + 1, yyleng - 2, yyleng - 1);
1034 yylval.id = xmemdup (yytext + 1, yyleng - 2, yyleng - 1);
1879 yytext[yyleng] = (yy_hold_char);
    [all...]
syslex.c 157 extern int yyleng;
270 int yyleng; variable
351 yyleng = (int) (yy_cp - yy_bp); \
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
847 yylval.s = malloc (yyleng - 1);
848 memcpy (yylval.s, yytext + 1, yyleng - 2);
849 yylval.s[yyleng - 2] = '\0';
1719 yytext[yyleng] = (yy_hold_char); \
1723 yyleng = yyless_macro_arg;
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
bfin-lex.c 157 extern int yyleng;
270 int yyleng; variable
353 yyleng = (int) (yy_cp - yy_bp); \
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
3155 yytext[yyleng] = (yy_hold_char); \
3159 yyleng = yyless_macro_arg; \
3195 return yyleng;
loongarch-lex.c 157 extern int yyleng;
270 int yyleng; variable
353 yyleng = (int) (yy_cp - yy_bp); \
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
1677 yytext[yyleng] = (yy_hold_char); \
1681 yyleng = yyless_macro_arg; \
1717 return yyleng;
  /src/external/gpl3/binutils/dist/gas/
itbl-lex.c 157 extern int yyleng;
270 int yyleng; variable
353 yyleng = (int) (yy_cp - yy_bp); \
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
843 yytext[yyleng] = 0;
852 yytext[yyleng] = 0;
861 yytext[yyleng] = 0;
870 yytext[yyleng] = 0;
1736 yytext[yyleng] = (yy_hold_char);
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
arlex.c 157 extern int yyleng;
270 int yyleng; variable
353 yyleng = (int) (yy_cp - yy_bp); \
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
1852 yytext[yyleng] = (yy_hold_char); \
1856 yyleng = yyless_macro_arg; \
1892 return yyleng;
deflex.c 157 extern int yyleng;
270 int yyleng; variable
353 yyleng = (int) (yy_cp - yy_bp); \
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
1025 yylval.id = xmemdup (yytext + 1, yyleng - 2, yyleng - 1);
1034 yylval.id = xmemdup (yytext + 1, yyleng - 2, yyleng - 1);
1879 yytext[yyleng] = (yy_hold_char);
    [all...]
syslex.c 157 extern int yyleng;
270 int yyleng; variable
351 yyleng = (int) (yy_cp - yy_bp); \
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
847 yylval.s = malloc (yyleng - 1);
848 memcpy (yylval.s, yytext + 1, yyleng - 2);
849 yylval.s[yyleng - 2] = '\0';
1719 yytext[yyleng] = (yy_hold_char); \
1723 yyleng = yyless_macro_arg;
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-lex.c 157 extern int yyleng;
270 int yyleng; variable
353 yyleng = (int) (yy_cp - yy_bp); \
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
3155 yytext[yyleng] = (yy_hold_char); \
3159 yyleng = yyless_macro_arg; \
3195 return yyleng;
loongarch-lex.c 157 extern int yyleng;
270 int yyleng; variable
353 yyleng = (int) (yy_cp - yy_bp); \
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
1677 yytext[yyleng] = (yy_hold_char); \
1681 yyleng = yyless_macro_arg; \
1717 return yyleng;
  /src/external/gpl3/binutils.old/dist/gas/
itbl-lex.c 157 extern int yyleng;
270 int yyleng; variable
353 yyleng = (int) (yy_cp - yy_bp); \
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
843 yytext[yyleng] = 0;
852 yytext[yyleng] = 0;
861 yytext[yyleng] = 0;
870 yytext[yyleng] = 0;
1736 yytext[yyleng] = (yy_hold_char);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gengtype-lex.cc 163 extern int yyleng;
276 int yyleng; variable
359 yyleng = (int) (yy_cp - yy_bp); \
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
1428 if ( yyleng > 0 ) \
1430 (yytext[yyleng - 1] == '\n'); \
1629 { update_lineno (yytext, yyleng); }
1665 *yylval = XDUPVAR (const char, yytext, yyleng, yyleng + 1)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-lex.cc 163 extern int yyleng;
276 int yyleng; variable
359 yyleng = (int) (yy_cp - yy_bp); \
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
1425 if ( yyleng > 0 ) \
1427 (yytext[yyleng - 1] == '\n'); \
1626 { update_lineno (yytext, yyleng); }
1662 *yylval = XDUPVAR (const char, yytext, yyleng, yyleng + 1)
    [all...]
  /src/external/lgpl3/gmp/dist/demos/calc/
calclex.c 172 extern yy_size_t yyleng;
287 yy_size_t yyleng; variable
370 yyleng = (size_t) (yy_cp - yy_bp); \
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
1738 yytext[yyleng] = (yy_hold_char); \
1742 yyleng = yyless_macro_arg; \
1778 return yyleng;

Completed in 80 milliseconds

1 2