Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.l64 virtual return gettoken(T_VIRTUAL, yytext, yyleng);
65 display return gettoken(T_DISPLAY, yytext, yyleng);
66 wall return gettoken(T_WALL, yytext, yyleng);
67 option return gettoken(T_OPTION, yytext, yyleng);
68 param return gettoken(T_PARAM, yytext, yyleng);
69 {dimension} return getdimension(T_DIMENSION, yytext, yyleng);
70 {offset} return getdimension(T_OFFSET, yytext+1, yyleng-1);
71 {origin} return getdimension(T_ORIGIN, yytext+1, yyleng-1);
72 {word} return getstring(T_STRING, yytext, yyleng);
73 {string} return getstring(T_STRING, yytext+1, yyleng-2);
[all …]
H A Dscanner.c157 extern int yyleng;
270 int yyleng; variable
350 yyleng = (int) (yy_cp - yy_bp); \
639 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
722 if ( yyleng > 0 ) \
724 (yytext[yyleng - 1] == '\n'); \
825 return gettoken(T_VIRTUAL, yytext, yyleng);
830 return gettoken(T_DISPLAY, yytext, yyleng);
835 return gettoken(T_WALL, yytext, yyleng);
840 return gettoken(T_OPTION, yytext, yyleng);
[all …]
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.l113 yyleng-2);
158 yylval.labelref[yyleng-1] = '\0';
188 d = data_copy_escape_string(yytext+1, yyleng-2);
212 yytext[yyleng-1] = '\0';
H A Ddtc-lexer.lex.c_shipped158 extern int yyleng;
273 int yyleng;
362 yyleng = (int) (yy_cp - yy_bp); \
639 srcpos_update(&yylloc, yytext, yyleng); \
758 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
828 /* Code executed at the beginning of each rule, after yytext and yyleng
841 if ( yyleng > 0 ) \
843 (yytext[yyleng - 1] == '\n'); \
943 yytext[yyleng-1] = '\0';
962 fnstart = memchr(yytext, '"', yyleng);
[all …]
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.l103 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
111 alloc_string(yytext, yyleng);
141 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
146 alloc_string(yytext, yyleng);
H A Dzconf.lex.c_shipped155 extern int yyleng;
173 for ( yyl = n; yyl < yyleng; ++yyl )\
287 int yyleng;
706 yyleng = (int) (yy_cp - yy_bp); \
951 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
1005 /* Code executed at the beginning of each rule, after yytext and yyleng
1086 for ( yyl = 0; yyl < yyleng; ++yyl )
1127 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
1135 alloc_string(yytext, yyleng);
1213 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A 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);
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped16 #define yyleng zconfleng
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-lexer.l98 yyleng-2);
150 yylval.labelref[yyleng-1] = '\0';
180 d = data_copy_escape_string(yytext+1, yyleng-2);
204 yytext[yyleng-1] = '\0';
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l146 alloc_string(yytext, yyleng);
152 yylval.string = expand_token(yytext, yyleng);
161 alloc_string(yytext, yyleng);
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A Dlex.l110 #define APP _APP(yytext, yyleng)
177 int r = is_reserved_word(yytext, yyleng);
283 if (is_reserved_word(yytext, yyleng) >= 0
408 if (token == IDENT && yyleng == 1 && yytext[0] == 'X')
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c157 extern int yyleng;
175 for ( yyl = n; yyl < yyleng; ++yyl )\
289 int yyleng; variable
369 yyleng = (int) (yy_cp - yy_bp); \
787 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
954 for ( yyl = 0; yyl < yyleng; ++yyl )
1934 yytext[yyleng] = (yy_hold_char); \
1938 yyleng = yyless_macro_arg; \
1974 return yyleng; in yyget_leng()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0002-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch15 yyleng = (int) (yy_cp - yy_bp); \
18 if ( yyleng >= YYLMAX ) \
20 yy_flex_strncpy( yytext, yyg->yytext_ptr, yyleng + 1 , yyscanner); \
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l409 yptr = ycopy + yyleng;
427 yytext[yyleng-1] = '\0';
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.l185 yycolumn += yyleng; \
189 yycolumn -= yyleng; \