Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/dtc/
Ddtc-lexer.l104 yyleng-2);
144 yylval.labelref[yyleng-1] = '\0';
155 yytext[yyleng-1] = '\0';
168 yytext[yyleng-1] = '\0';
Ddtc-lexer.lex.c_shipped165 extern int yyleng;
284 int yyleng;
370 yyleng = (size_t) (yy_cp - yy_bp); \
645 srcpos_update(&yylloc, yytext, yyleng); \
759 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
829 /* Code executed at the beginning of each rule, after yytext and yyleng
842 if ( yyleng > 0 ) \
844 (yytext[yyleng - 1] == '\n'); \
943 yytext[yyleng-1] = '\0';
991 yyleng-2);
[all …]
/linux-4.1.27/scripts/kconfig/
Dzconf.l97 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
105 alloc_string(yytext, yyleng);
133 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
138 alloc_string(yytext, yyleng);
Dzconf.lex.c16 #define yyleng zconfleng macro
Dzconf.lex.c_shipped16 #define yyleng zconfleng
/linux-4.1.27/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.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l413 yptr = ycopy + yyleng;
431 yytext[yyleng-1] = '\0';