Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/dtc/
Ddtc-lexer.l105 yyleng-2);
145 yylval.labelref[yyleng-1] = '\0';
172 d = data_copy_escape_string(yytext+1, yyleng-2);
196 yytext[yyleng-1] = '\0';
Ddtc-lexer.lex.c_shipped170 extern yy_size_t yyleng;
285 yy_size_t yyleng;
371 yyleng = (size_t) (yy_cp - yy_bp); \
646 srcpos_update(&yylloc, yytext, yyleng); \
760 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
830 /* Code executed at the beginning of each rule, after yytext and yyleng
843 if ( yyleng > 0 ) \
845 (yytext[yyleng - 1] == '\n'); \
945 yytext[yyleng-1] = '\0';
992 yyleng-2);
[all …]
/linux-4.4.14/scripts/kconfig/
Dzconf.l104 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
112 alloc_string(yytext, yyleng);
143 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
148 alloc_string(yytext, yyleng);
Dzconf.lex.c16 #define yyleng zconfleng macro
Dzconf.lex.c_shipped16 #define yyleng zconfleng
/linux-4.4.14/scripts/genksyms/
Dlex.l122 #define APP _APP(yytext, yyleng)
189 const struct resword *r = is_reserved_word(yytext, yyleng);
319 if (is_reserved_word(yytext, yyleng)
421 if (token == IDENT && yyleng == 1 && yytext[0] == 'X')
Dlex.lex.c_shipped155 extern int yyleng;
274 int yyleng;
360 yyleng = (size_t) (yy_cp - yy_bp); \
663 #define ECHO fwrite( yytext, yyleng, 1, yyout )
733 /* Code executed at the beginning of each rule, after yytext and yyleng
746 if ( yyleng > 0 ) \
748 (yytext[yyleng - 1] == '\n'); \
1720 yytext[yyleng] = (yy_hold_char); \
1724 yyleng = yyless_macro_arg; \
1760 return yyleng;
[all …]
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l413 yptr = ycopy + yyleng;
431 yytext[yyleng-1] = '\0';
/linux-4.4.14/tools/perf/util/
Dparse-events.l106 yycolumn += yyleng; \