Searched refs:tokstart (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dp-exp.y1049 /* make an uppercased copy of tokstart */
1050 static char * uptok (tokstart, namelen)
1051 char *tokstart;
1058 if ((tokstart[i]>='a' && tokstart[i]<='z'))
1059 uptokstart[i] = tokstart[i]-('a'-'A');
1061 uptokstart[i] = tokstart[i];
1075 char *tokstart;
1087 tokstart = lexptr;
1092 if (strncasecmp (tokstart, tokentab
[all...]
H A Dobjc-exp.y1258 char *tokstart;
1266 tokstart = lexptr;
1269 if (DEPRECATED_STREQN (tokstart, tokentab3[i].operator, 3))
1278 if (DEPRECATED_STREQN (tokstart, tokentab2[i].operator, 2))
1286 switch (tokchr = *tokstart)
1314 namelen = skip_quoted (tokstart) - tokstart;
1317 lexptr = tokstart + namelen;
1321 tokstart++;
1366 char *p = tokstart;
[all...]
H A Djv-exp.y872 char *tokstart;
882 tokstart = lexptr;
885 if (strncmp (tokstart, tokentab3[i].operator, 3) == 0)
894 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0)
901 switch (c = *tokstart)
929 namelen = skip_quoted (tokstart) - tokstart;
932 lexptr = tokstart + namelen;
936 tokstart++;
980 char *p = tokstart;
[all...]
H A Df-exp.y933 char *tokstart;
939 tokstart = lexptr;
948 if (strncmp (tokstart, boolean_values[i].name,
961 if (strncmp (tokstart, dot_ops[i].operator, strlen (dot_ops[i].operator)) == 0)
968 switch (c = *tokstart)
1022 char *p = tokstart;
1057 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e|got_d,
1061 char *err_copy = (char *) alloca (p - tokstart + 1);
1063 memcpy (err_copy, tokstart,
[all...]
H A Dc-exp.y1309 char *tokstart;
1335 tokstart = lexptr;
1338 if (strncmp (tokstart, tokentab3[i].operator, 3) == 0)
1347 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0)
1354 switch (c = *tokstart)
1387 int toklen = lexptr - tokstart + 1;
1389 memcpy (tok, tokstart, toklen);
1401 namelen = skip_quoted (tokstart) - tokstart;
1404 lexptr = tokstart
[all...]
H A Djv-exp.c2262 char *tokstart;
2272 tokstart = lexptr;
2275 if (strncmp (tokstart, tokentab3[i].operator, 3) == 0)
2284 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0)
2291 switch (c = *tokstart)
2319 namelen = skip_quoted (tokstart) - tokstart;
2322 lexptr = tokstart + namelen;
2326 tokstart++;
2370 char *p = tokstart;
2258 char *tokstart; local
[all...]
H A Dp-exp.c2395 /* make an uppercased copy of tokstart */
2396 static char * uptok (tokstart, namelen)
2397 char *tokstart;
2404 if ((tokstart[i]>='a' && tokstart[i]<='z'))
2405 uptokstart[i] = tokstart[i]-('a'-'A');
2407 uptokstart[i] = tokstart[i];
2421 char *tokstart;
2433 tokstart = lexptr;
2438 if (strncasecmp (tokstart, tokentab
2417 char *tokstart; local
[all...]
H A Dobjc-exp.c2924 char *tokstart;
2932 tokstart = lexptr;
2935 if (DEPRECATED_STREQN (tokstart, tokentab3[i].operator, 3))
2944 if (DEPRECATED_STREQN (tokstart, tokentab2[i].operator, 2))
2952 switch (tokchr = *tokstart)
2980 namelen = skip_quoted (tokstart) - tokstart;
2983 lexptr = tokstart + namelen;
2987 tokstart++;
3032 char *p = tokstart;
2920 char *tokstart; local
[all...]
H A Dc-exp.c2964 char *tokstart;
2990 tokstart = lexptr;
2993 if (strncmp (tokstart, tokentab3[i].operator, 3) == 0)
3002 if (strncmp (tokstart, tokentab2[i].operator, 2) == 0)
3009 switch (c = *tokstart)
3042 int toklen = lexptr - tokstart + 1;
3044 memcpy (tok, tokstart, toklen);
3056 namelen = skip_quoted (tokstart) - tokstart;
3059 lexptr = tokstart
2960 char *tokstart; local
[all...]
H A Dm2-exp.y827 char *tokstart;
834 tokstart = lexptr;
839 if(DEPRECATED_STREQN(tokentab2[i].name, tokstart, 2))
845 switch (c = *tokstart)
907 for (namelen = 1; (c = tokstart[namelen]) != quote && c != '\0'; namelen++)
910 c = tokstart[++namelen];
913 c = tokstart[++namelen];
915 c = tokstart[++namelen];
920 yylval.sval.ptr = tokstart + 1;
926 yylval.ulval = tokstart[
[all...]
H A Df-exp.c2331 char *tokstart;
2337 tokstart = lexptr;
2346 if (strncmp (tokstart, boolean_values[i].name,
2359 if (strncmp (tokstart, dot_ops[i].operator, strlen (dot_ops[i].operator)) == 0)
2366 switch (c = *tokstart)
2420 char *p = tokstart;
2455 toktype = parse_number (tokstart, p - tokstart, got_dot|got_e|got_d,
2459 char *err_copy = (char *) alloca (p - tokstart + 1);
2461 memcpy (err_copy, tokstart,
2327 char *tokstart; local
[all...]
H A Dm2-exp.c2342 char *tokstart;
2349 tokstart = lexptr;
2354 if(DEPRECATED_STREQN(tokentab2[i].name, tokstart, 2))
2360 switch (c = *tokstart)
2422 for (namelen = 1; (c = tokstart[namelen]) != quote && c != '\0'; namelen++)
2425 c = tokstart[++namelen];
2428 c = tokstart[++namelen];
2430 c = tokstart[++namelen];
2435 yylval.sval.ptr = tokstart + 1;
2441 yylval.ulval = tokstart[
2338 char *tokstart; local
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y80 static char *tokstart = NULL;
268 tokstart);
314 lintwarn(_("regexp constant `/%s/' looks like a C comment, but is not"), tokstart);
1364 tokoffset = tok - tokstart;
1366 if (tokstart != NULL)
1367 erealloc(tokstart, char *, toksize, "tokexpand");
1369 emalloc(tokstart, char *, toksize, "tokexpand");
1370 tokend = tokstart + toksize;
1371 tok = tokstart + tokoffset;
1577 tok = tokstart;
[all...]
H A Dawkgram.c206 static char *tokstart = NULL; variable
1693 tokstart);
1736 lintwarn(_("regexp constant `/%s/' looks like a C comment, but is not"), tokstart);
3203 tokoffset = tok - tokstart;
3205 if (tokstart != NULL)
3206 erealloc(tokstart, char *, toksize, "tokexpand");
3208 emalloc(tokstart, char *, toksize, "tokexpand");
3209 tokend = tokstart + toksize;
3210 tok = tokstart + tokoffset;
3416 tok = tokstart;
[all...]

Completed in 418 milliseconds