Home
last modified time | relevance | path

Searched refs:yyleng (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.l46 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 Ddtc-lexer.lex.c_shipped165 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 Dzconf.l99 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 Dlex.zconf.c16 #define yyleng zconfleng macro
H A Dlex.zconf.c_shipped16 #define yyleng zconfleng
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped200 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 Dlex.l121 #define APP _APP(yytext, yyleng)
180 const struct resword *r = is_reserved_word(yytext, yyleng);
366 if (token == IDENT && yyleng == 1 && yytext[0] == 'X')