Searched refs:nextchar (Results 1 – 5 of 5) sorted by relevance
52 char *nextchar; in compath() local77 nextchar = lastchar; in compath()86 sofar = nextchar; in compath()87 while ((*nextchar++ = *lastchar++) != '\0') in compath()104 nextchar = lastchar - 1; in compath()105 sofar = nextchar; in compath()106 while ((*nextchar++ = *++lastchar) != '\0') in compath()124 nextchar = lastchar - 1; in compath()125 while ((nextchar != pathname) && in compath()126 (*(nextchar - 1) != '/')) in compath()[all …]
145 static char *nextchar; variable404 nextchar = NULL;545 if (nextchar == NULL || *nextchar == '\0')618 nextchar = (argv[optind] + 1649 for (nameend = nextchar; *nameend && *nameend != '='; nameend++)655 if (!strncmp (p->name, nextchar, nameend - nextchar))657 if ((unsigned int) (nameend - nextchar)682 nextchar += strlen (nextchar);713 nextchar += strlen (nextchar);729 nextchar += strlen (nextchar);[all …]
69 unsigned char *nextchar; in libdwarf_compose_begin() local126 nextchar = in libdwarf_compose_begin()128 *nextchar = code; in libdwarf_compose_begin()140 unsigned char *nextchar; in libdwarf_compose_add_string() local142 nextchar = in libdwarf_compose_add_string()147 memcpy(nextchar, string, len); in libdwarf_compose_add_string()158 unsigned char *nextchar; in libdwarf_compose_add_line() local162 nextchar = in libdwarf_compose_add_line()170 (char *) nextchar, in libdwarf_compose_add_line()
125 int nextchar(char *cp);176 while ((c = nextchar(NULL)) != '\n') { in main()207 while ((c = nextchar(cp)) != EOF) { in main()253 nextchar(char *cp) in nextchar() function338 while ((c = nextchar(NULL)) != '}' || (c == '}' && nesting)) { in read_spec()
192 nextchar: in yylex()219 goto nextchar; in yylex()231 goto nextchar; in yylex()241 goto nextchar; in yylex()292 goto nextchar; in yylex()493 goto nextchar; in yylex()