Home
last modified time | relevance | path

Searched refs:lexptr (Results 1 – 23 of 23) sorted by relevance

/trueos/contrib/gdb/gdb/
HDscm-exp.c186 c = *lexptr++; in scm_read_token()
204 --lexptr; in scm_read_token()
211 c = *lexptr++; in scm_read_token()
221 c = *lexptr++; in scm_read_token()
226 --lexptr; in scm_read_token()
243 switch ((c = *lexptr++)) in scm_skip_ws()
250 switch ((c = *lexptr++)) in scm_skip_ws()
278 --lexptr; in scm_lreadparen()
292 c = *lexptr++; in scm_lreadr()
296 lexptr--; in scm_lreadr()
[all …]
HDm2-exp.y675 char *p = lexptr;
702 lexptr += len;
742 lexptr = p;
744 lexptr++; /* Advance past B,C or H */
831 prev_lexptr = lexptr; in yylex()
833 tokstart = lexptr; in yylex()
840 lexptr += 2; in yylex()
852 lexptr++; in yylex()
857 lexptr++; in yylex()
864 lexptr++; in yylex()
[all …]
HDf-exp.y897 char *tokptr = lexptr; in match_string_literal()
902 if (*tokptr == *lexptr) in match_string_literal()
904 if (*(tokptr + 1) == *lexptr) in match_string_literal()
919 lexptr = ++tokptr; in match_string_literal()
936 prev_lexptr = lexptr; in yylex()
938 tokstart = lexptr; in yylex()
943 if (*lexptr == '.') in yylex()
950 lexptr += strlen (boolean_values[i].name); in yylex()
962 lexptr += strlen (dot_ops[i].operator); in yylex()
975 lexptr++; in yylex()
[all …]
HDjv-exp.y870 prev_lexptr = lexptr; in yylex()
872 tokstart = lexptr; in yylex()
877 lexptr += 3; in yylex()
886 lexptr += 2; in yylex()
899 lexptr++; in yylex()
906 lexptr++; in yylex()
907 c = *lexptr++; in yylex()
909 c = parse_escape (&lexptr); in yylex()
916 c = *lexptr++; in yylex()
922 lexptr = tokstart + namelen; in yylex()
[all …]
HDp-exp.y1084 prev_lexptr = lexptr; in yylex()
1086 tokstart = lexptr; in yylex()
1087 explen = strlen (lexptr); in yylex()
1095 lexptr += 3; in yylex()
1107 lexptr += 2; in yylex()
1120 lexptr++; in yylex()
1127 lexptr++; in yylex()
1128 c = *lexptr++; in yylex()
1130 c = parse_escape (&lexptr); in yylex()
1137 c = *lexptr++; in yylex()
[all …]
HDc-exp.y1326 char *expanded = macro_expand_next (&lexptr, in yylex()
1334 prev_lexptr = lexptr; in yylex()
1337 tokstart = lexptr; in yylex()
1342 lexptr += 3; in yylex()
1351 lexptr += 2; in yylex()
1374 lexptr++; in yylex()
1381 lexptr++; in yylex()
1382 c = *lexptr++; in yylex()
1384 c = parse_escape (&lexptr); in yylex()
1389 int toklen = lexptr - tokstart + 1; in yylex()
[all …]
HDobjc-exp.y1265 tokstart = lexptr; in yylex()
1270 lexptr += 3; in yylex()
1279 lexptr += 2; in yylex()
1293 lexptr++; in yylex()
1300 lexptr++; in yylex()
1301 c = *lexptr++; in yylex()
1303 c = parse_escape (&lexptr); in yylex()
1310 c = *lexptr++; in yylex()
1316 lexptr = tokstart + namelen; in yylex()
1317 if (lexptr[-1] != '\'') in yylex()
[all …]
HDm2-exp.c2165 char *p = lexptr;
2192 lexptr += len;
2232 lexptr = p;
2234 lexptr++; /* Advance past B,C or H */
2321 prev_lexptr = lexptr; in yylex()
2323 tokstart = lexptr; in yylex()
2330 lexptr += 2; in yylex()
2342 lexptr++; in yylex()
2347 lexptr++; in yylex()
2354 lexptr++; in yylex()
[all …]
HDjv-exp.c2241 prev_lexptr = lexptr; in yylex()
2243 tokstart = lexptr; in yylex()
2248 lexptr += 3; in yylex()
2257 lexptr += 2; in yylex()
2270 lexptr++; in yylex()
2277 lexptr++; in yylex()
2278 c = *lexptr++; in yylex()
2280 c = parse_escape (&lexptr); in yylex()
2287 c = *lexptr++; in yylex()
2293 lexptr = tokstart + namelen; in yylex()
[all …]
HDp-exp.c2406 prev_lexptr = lexptr; in yylex()
2408 tokstart = lexptr; in yylex()
2409 explen = strlen (lexptr); in yylex()
2417 lexptr += 3; in yylex()
2429 lexptr += 2; in yylex()
2442 lexptr++; in yylex()
2449 lexptr++; in yylex()
2450 c = *lexptr++; in yylex()
2452 c = parse_escape (&lexptr); in yylex()
2459 c = *lexptr++; in yylex()
[all …]
HDf-exp.c2271 char *tokptr = lexptr; in match_string_literal()
2276 if (*tokptr == *lexptr) in match_string_literal()
2278 if (*(tokptr + 1) == *lexptr) in match_string_literal()
2293 lexptr = ++tokptr; in match_string_literal()
2310 prev_lexptr = lexptr; in yylex()
2312 tokstart = lexptr; in yylex()
2317 if (*lexptr == '.') in yylex()
2324 lexptr += strlen (boolean_values[i].name); in yylex()
2336 lexptr += strlen (dot_ops[i].operator); in yylex()
2349 lexptr++; in yylex()
[all …]
HDobjc-exp.c2907 tokstart = lexptr; in yylex()
2912 lexptr += 3; in yylex()
2921 lexptr += 2; in yylex()
2935 lexptr++; in yylex()
2942 lexptr++; in yylex()
2943 c = *lexptr++; in yylex()
2945 c = parse_escape (&lexptr); in yylex()
2952 c = *lexptr++; in yylex()
2958 lexptr = tokstart + namelen; in yylex()
2959 if (lexptr[-1] != '\'') in yylex()
[all …]
HDc-exp.c2956 char *expanded = macro_expand_next (&lexptr, in yylex()
2964 prev_lexptr = lexptr; in yylex()
2967 tokstart = lexptr; in yylex()
2972 lexptr += 3; in yylex()
2981 lexptr += 2; in yylex()
3004 lexptr++; in yylex()
3011 lexptr++; in yylex()
3012 c = *lexptr++; in yylex()
3014 c = parse_escape (&lexptr); in yylex()
3019 int toklen = lexptr - tokstart + 1; in yylex()
[all …]
HDparse.c90 char *lexptr; variable
1028 lexptr = *stringptr; in parse_exp_1()
1036 if (lexptr == 0 || *lexptr == 0) in parse_exp_1()
1050 namecopy = (char *) alloca (strlen (lexptr) + 1); in parse_exp_1()
1084 *stringptr = lexptr; in parse_exp_1()
HDmacroexp.h85 char *macro_expand_next (char **lexptr,
HDc-lang.c390 macro_original_text = lexptr; in scan_macro_expansion()
391 lexptr = expansion; in scan_macro_expansion()
414 lexptr = macro_original_text; in finished_macro_expansion()
HDmacroexp.c1130 macro_expand_next (char **lexptr, in macro_expand_next() argument
1138 init_shared_buffer (&src, *lexptr, strlen (*lexptr)); in macro_expand_next()
1160 *lexptr = src.text; in macro_expand_next()
HDparser-defs.h178 extern char *lexptr;
HDada-exp.y664 error ("A %s in expression, near `%s'.", (msg ? msg : "error"), lexptr);
HDada-exp.c2335 error ("A %s in expression, near `%s'.", (msg ? msg : "error"), lexptr);
/trueos/gnu/usr.bin/grep/
HDdfa.c325 static char const *lexptr; /* Pointer to next input character. */ variable
413 update_mb_len_index(lexptr, lexleft); \
414 (c) = (unsigned char) *lexptr++; \
432 cur_mb_len = mbrtowc(&wc, lexptr, lexleft, &mbs); in fetch_wc()
436 wc = *lexptr; in fetch_wc()
438 lexptr += cur_mb_len; in fetch_wc()
453 (c) = (unsigned char) *lexptr++; \
525 c = (unsigned char) *lexptr++; in parse_bracket_exp_mb()
528 if ((c == delim && *lexptr == ']') || lexleft == 0) in parse_bracket_exp_mb()
547 if (--lexleft, *lexptr++ != ']') in parse_bracket_exp_mb()
[all …]
/trueos/contrib/gcc/
HDFSFChangeLog.117412 * cexp.y (parse_c_expression): Don't check for null lexptr
7413 or *lexptr == 0. If yyparse returns nonzero value, abort.
HDChangeLog-20001587 * tradcif.y: Move lexptr to top of file. Add rule to handle