Searched refs:yyleng (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc-lexer.l | 46 srcpos_update(&yylloc, yytext, yyleng); \ 69 yytext[yyleng-1] = '\0'; 82 yyleng-2); 102 yylval.labelref[yyleng-1] = '\0'; 119 yytext[yyleng-1] = '\0';
|
| H A D | dtc-lexer.lex.c_shipped | 165 extern int yyleng; 284 int yyleng; 370 yyleng = (size_t) (yy_cp - yy_bp); \ 588 srcpos_update(&yylloc, yytext, yyleng); \ 702 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) 772 /* Code executed at the beginning of each rule, after yytext and yyleng 882 yytext[yyleng-1] = '\0'; 905 yyleng-2); 934 yylval.labelref[yyleng-1] = '\0'; 960 yytext[yyleng-1] = '\0'; [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.l | 99 struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 107 alloc_string(yytext, yyleng); 135 struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 140 alloc_string(yytext, yyleng);
|
| H A D | lex.zconf.c | 16 #define yyleng zconfleng macro
|
| H A D | lex.zconf.c_shipped | 16 #define yyleng zconfleng
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/ |
| H A D | lex.c_shipped | 200 extern int yyleng; 343 int yyleng; 441 /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\ 442 yyleng = (size_t) (yy_cp - yy_bp); \ 787 #define ECHO fwrite( yytext, yyleng, 1, yyout ) 882 /* Code executed at the beginning of each rule, after yytext and yyleng 896 if ( yyleng > 0 ) \ 898 (yytext[yyleng - 1] == '\n'); \ 2034 yytext[yyleng] = (yy_hold_char); \ 2038 yyleng = yyless_macro_arg; \ [all …]
|
| H A D | lex.l | 121 #define APP _APP(yytext, yyleng) 180 const struct resword *r = is_reserved_word(yytext, yyleng); 366 if (token == IDENT && yyleng == 1 && yytext[0] == 'X')
|