Searched refs:yyleng (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.l | 104 yyleng-2); 144 yylval.labelref[yyleng-1] = '\0'; 155 yytext[yyleng-1] = '\0'; 168 yytext[yyleng-1] = '\0';
|
D | dtc-lexer.lex.c_shipped | 165 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/ |
D | zconf.l | 97 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);
|
D | zconf.lex.c | 16 #define yyleng zconfleng macro
|
D | zconf.lex.c_shipped | 16 #define yyleng zconfleng
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.l | 122 #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')
|
D | lex.lex.c_shipped | 155 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/ |
D | aicasm_scan.l | 413 yptr = ycopy + yyleng; 431 yytext[yyleng-1] = '\0';
|