Home
last modified time | relevance | path

Searched refs:yytext (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.l111 DPRINT("String: %s\n", yytext);
112 yylval.data = data_copy_escape_string(yytext+1,
156 DPRINT("Label: %s\n", yytext);
157 yylval.labelref = xstrdup(yytext);
164 DPRINT("Integer Literal: '%s'\n", yytext);
167 yylval.integer = strtoull(yytext, &e, 0);
171 yytext);
176 yytext);
186 DPRINT("Character literal: %s\n", yytext);
188 d = data_copy_escape_string(yytext+1, yyleng-2);
[all …]
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped173 /* Undo effects of setting up yytext. */ \
179 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
270 /* yy_hold_char holds the character lost when yytext is formed. */
346 extern char *yytext;
350 #define yytext_ptr yytext
358 * corresponding action - sets up yytext.
604 char *yytext;
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
[all …]
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc-lexer.l96 DPRINT("String: %s\n", yytext);
97 yylval.data = data_copy_escape_string(yytext+1,
148 DPRINT("Label: %s\n", yytext);
149 yylval.labelref = xstrdup(yytext);
156 DPRINT("Integer Literal: '%s'\n", yytext);
159 yylval.integer = strtoull(yytext, &e, 0);
163 yytext);
168 yytext);
178 DPRINT("Character literal: %s\n", yytext);
180 d = data_copy_escape_string(yytext+1, yyleng-2);
[all …]
/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.c334 extern char *yytext;
338 #define yytext_ptr yytext
489 char *yytext; variable
639 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (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);
845 return gettoken(T_PARAM, yytext, yyleng);
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l118 yptr = yytext;
246 yylval.value = strtol(yytext, NULL, 8);
251 yylval.value = strtoul(yytext + 2, NULL, 16);
256 yylval.value = strtol(yytext, NULL, 10);
265 <INCLUDE>[<] { return yytext[0]; }
266 <INCLUDE>[>] { BEGIN INITIAL; return yytext[0]; }
271 return yytext[0];
276 yptr = yytext;
293 yptr = yytext;
297 yylval.sym = symtable_get(yytext);
[all …]
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.l96 unput(yytext[0]);
103 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
111 alloc_string(yytext, yyleng);
115 . warn_ignored_character(*yytext);
135 str = yytext[0];
141 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
146 alloc_string(yytext, yyleng);
153 . warn_ignored_character(*yytext);
H A Dzconf.lex.c_shipped174 if ( yytext[yyl] == '\n' )\
189 /* Undo effects of setting up yytext. */ \
195 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
284 /* yy_hold_char holds the character lost when yytext is formed. */
354 extern char *yytext;
358 #define yytext_ptr yytext
702 * corresponding action - sets up yytext.
778 char *yytext;
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
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.l97 unput(yytext[0]);
104 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
112 alloc_string(yytext, yyleng);
116 . warn_ignored_character(*yytext);
137 str = yytext[0];
143 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
148 alloc_string(yytext, yyleng);
155 . warn_ignored_character(*yytext);
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped21 #define yytext zconftext
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A Dlex.l78 . return yytext[0];
110 #define APP _APP(yytext, yyleng)
153 file = strchr(yytext, '\"')+1;
157 cur_line = atoi(yytext+2);
177 int r = is_reserved_word(yytext, yyleng);
208 if (find_symbol(yytext, SYM_TYPEDEF, 1))
283 if (is_reserved_word(yytext, yyleng) >= 0
284 || find_symbol(yytext, SYM_TYPEDEF, 1))
408 if (token == IDENT && yyleng == 1 && yytext[0] == 'X')
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_exp.l167 yylval.number = strtoul(yytext, NULL, 16);
171 yylval.number = strtol(yytext + 2, NULL, 2);
175 yylval.number = strtol(yytext, NULL, 10);
179 yylval.number = strtol(yytext + 1, NULL, 8);
183 yylval.label = strdup(yytext);
194 printf("unknown character \'%s\'", yytext);
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlexer.l141 str = yytext[0];
146 alloc_string(yytext, yyleng);
152 yylval.string = expand_token(yytext, yyleng);
157 . warn_ignored_character(*yytext);
161 alloc_string(yytext, yyleng);
170 "$".* append_expanded_string(yytext);
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c176 if ( yytext[yyl] == '\n' )\
353 extern char *yytext;
357 #define yytext_ptr yytext
633 char *yytext; variable
787 #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
955 if ( yytext[yyl] == '\n' )
1133 { yylval.sVal = makestr(yytext+1); \
1140 { yylval.sVal = makestr(yytext); \
1934 yytext[yyleng] = (yy_hold_char); \
1935 (yy_c_buf_p) = yytext + yyless_macro_arg; \
[all …]
H A Dwinprefslex.l95 "\""[^\"\r\n]+"\"" { yylval.sVal = makestr(yytext+1); \
98 [^ \t\r\n]+ { yylval.sVal = makestr(yytext); \
H A Dwinprefsyacc.y84 extern char *yytext;
H A Dwinprefsyacc.c154 extern char *yytext;
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0002-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch20 yy_flex_strncpy( yytext, yyg->yytext_ptr, yyleng + 1 , yyscanner); \
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-events.l320 . { unput(*yytext); BEGIN(INITIAL); }
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Dmultisound.sh1040 [0-9A-Fa-f]+H { int n; sscanf(yytext, "%xH", &n); printf("%c", n); }
/OK3568_Linux_fs/external/xserver/include/
H A Ddo-not-use-config.h.in796 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch33 static char yytext[INMAX];

12