Searched refs:yyleng (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.l | 105 yyleng-2); 145 yylval.labelref[yyleng-1] = '\0'; 172 d = data_copy_escape_string(yytext+1, yyleng-2); 196 yytext[yyleng-1] = '\0';
|
D | dtc-lexer.lex.c_shipped | 170 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/ |
D | zconf.l | 104 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);
|
D | zconf.lex.c | 16 #define yyleng zconfleng macro
|
D | zconf.lex.c_shipped | 16 #define yyleng zconfleng
|
/linux-4.4.14/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.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 413 yptr = ycopy + yyleng; 431 yytext[yyleng-1] = '\0';
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 106 yycolumn += yyleng; \
|