Searched refs:yyleng (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/flex/src/
H A Dscan.l76 if(yyleng < MAXLINE) \
209 if(yyleng < MAXLINE)
289 buf_strnappend(&top_buf, yytext, yyleng);
294 buf_strnappend(&top_buf, yytext, yyleng);
299 buf_strnappend(&top_buf, yytext, yyleng);
305 buf_strnappend(&top_buf, yytext, yyleng);
320 if(yyleng < MAXLINE)
462 if(yyleng-1 < MAXLINE)
574 yyless( yyleng - 2 ); /* put back '/', '*' */
639 if(yyleng < MAXLIN
[all...]
H A DFlexLexer.h64 int YYLeng() const { return yyleng; }
103 int yyleng; member in class:FlexLexer
/freebsd-current/sbin/veriexec/
H A Dmanifest_lexer.l78 yytext[yyleng - 1] = '#';
/freebsd-current/usr.bin/lex/
H A Dinitscan.c158 extern int yyleng;
272 int yyleng; variable
352 yyleng = (int) (yy_cp - yy_bp); \
1922 if(yyleng < MAXLINE) \
2101 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
2171 /* Code executed at the beginning of each rule, after yytext and yyleng
2184 if ( yyleng > 0 ) \
2186 (yytext[yyleng - 1] == '\n'); \
2399 if(yyleng < MAXLINE)
2581 buf_strnappend(&top_buf, yytext, yyleng);
[all...]
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dlex.c160 extern yy_size_t yyleng;
274 yy_size_t yyleng; variable
357 yyleng = (size_t) (yy_cp - yy_bp); \
939 #define ECHO fwrite( yytext, yyleng, 1, yyout )
1009 /* Code executed at the beginning of each rule, after yytext and yyleng
2514 yytext[yyleng] = (yy_hold_char); \
2518 yyleng = yyless_macro_arg; \
2554 return yyleng;
/freebsd-current/crypto/heimdal/lib/com_err/
H A Dlex.c160 extern yy_size_t yyleng;
274 yy_size_t yyleng; variable
357 yyleng = (size_t) (yy_cp - yy_bp); \
616 #define ECHO fwrite( yytext, yyleng, 1, yyout )
686 /* Code executed at the beginning of each rule, after yytext and yyleng
1649 yytext[yyleng] = (yy_hold_char); \
1653 yyleng = yyless_macro_arg; \
1689 return yyleng;
/freebsd-current/crypto/heimdal/lib/sl/
H A Dslc-lex.c160 extern yy_size_t yyleng;
274 yy_size_t yyleng; variable
357 yyleng = (size_t) (yy_cp - yy_bp); \
595 #define ECHO fwrite( yytext, yyleng, 1, yyout )
665 /* Code executed at the beginning of each rule, after yytext and yyleng
1586 yytext[yyleng] = (yy_hold_char); \
1590 yyleng = yyless_macro_arg; \
1626 return yyleng;
/freebsd-current/tools/build/bootstrap-m4/
H A Dinittokenizer.c159 extern int yyleng;
273 int yyleng; variable
356 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
1633 yytext[yyleng] = (yy_hold_char); \
1637 yyleng = yyless_macro_arg; \
1673 return yyleng;
/freebsd-current/contrib/unbound/util/
H A Dconfiglexer.c159 extern int yyleng;
272 int yyleng; variable
353 yyleng = (int) (yy_cp - (yytext_ptr)); \
4497 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
4567 /* Code executed at the beginning of each rule, after yytext and yyleng
6550 yytext[yyleng - 1] = '\0';
6590 yytext[yyleng - 1] = '\0';
6660 yytext[yyleng - 1] = '\0';
6748 yytext[yyleng - 1] = '\0';
7558 yytext[yyleng]
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l419 yylval.l_str = strndup(yytext + 1, yyleng - 2);
442 if (yyleng == 2)
446 yytext[yyleng - 1] = '\0';
625 char *q = yytext + yyleng - 1;

Completed in 180 milliseconds