| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-lexer.l | 111 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 D | dtc-lexer.lex.c | |
| H A D | dtc-lexer.lex.c_shipped | 173 /* 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 D | dtc-lexer.l | 96 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 D | scanner.l | 64 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 D | scanner.c | 334 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 D | aicasm_scan.l | 118 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 D | zconf.l | 96 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 D | zconf.lex.c_shipped | 174 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 D | zconf.l | 97 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 D | zconf.lex.c | |
| H A D | zconf.lex.c_shipped | 21 #define yytext zconftext
|
| /OK3568_Linux_fs/output/kconf/ |
| H A D | zconf.lex.c | |
| /OK3568_Linux_fs/kernel/scripts/genksyms/ |
| H A D | lex.l | 78 . 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 D | bpf_exp.l | 167 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 D | lexer.l | 141 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 D | winprefslex.c | 176 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 D | winprefslex.l | 95 "\""[^\"\r\n]+"\"" { yylval.sVal = makestr(yytext+1); \ 98 [^ \t\r\n]+ { yylval.sVal = makestr(yytext); \
|
| H A D | winprefsyacc.y | 84 extern char *yytext;
|
| H A D | winprefsyacc.c | 154 extern char *yytext;
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0002-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch | 20 yy_flex_strncpy( yytext, yyg->yytext_ptr, yyleng + 1 , yyscanner); \
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | parse-events.l | 320 . { unput(*yytext); BEGIN(INITIAL); }
|
| /OK3568_Linux_fs/kernel/Documentation/sound/cards/ |
| H A D | multisound.sh | 1040 [0-9A-Fa-f]+H { int n; sscanf(yytext, "%xH", &n); printf("%c", n); }
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | do-not-use-config.h.in | 796 /* 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 D | rdist-6.1.5-cleanup.patch | 33 static char yytext[INMAX];
|