Searched refs:nextchar (Results 1 – 6 of 6) sorted by relevance
50 char *nextchar; in compath() local75 nextchar = lastchar; in compath()84 sofar = nextchar; in compath()85 while ((*nextchar++ = *lastchar++) != '\0') in compath()102 nextchar = lastchar - 1; in compath()103 sofar = nextchar; in compath()104 while ((*nextchar++ = *++lastchar) != '\0') in compath()122 nextchar = lastchar - 1; in compath()123 while ((nextchar != pathname) && in compath()124 (*(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 …]
431 static inline int nextchar(stream_t *stream) in nextchar() function549 next = nextchar(stream); in get_one_number()554 next = nextchar(stream); in get_one_number()586 for (escape = 0; escape || next != delim; next = nextchar(stream)) { in eat_string()623 return nextchar(stream); in eat_string()640 return nextchar(stream); in eat_string()647 switch (nextchar(stream)) { in drop_stream_eoln()651 return nextchar(stream); in drop_stream_eoln()663 next = nextchar(stream); in drop_stream_comment()670 next = nextchar(stream); in drop_stream_comment()[all …]
64 unsigned char *nextchar; in libdwarf_compose_begin() local121 nextchar = in libdwarf_compose_begin()123 *nextchar = code; in libdwarf_compose_begin()135 unsigned char *nextchar; in libdwarf_compose_add_string() local137 nextchar = in libdwarf_compose_add_string()142 memcpy(nextchar, string, len); in libdwarf_compose_add_string()153 unsigned char *nextchar; in libdwarf_compose_add_line() local157 nextchar = in libdwarf_compose_add_line()165 (char *) nextchar, in libdwarf_compose_add_line()
123 int nextchar(char *cp);174 while ((c = nextchar(NULL)) != '\n') { in main()205 while ((c = nextchar(cp)) != EOF) { in main()251 nextchar(char *cp) in nextchar() function336 while ((c = nextchar(NULL)) != '}' || (c == '}' && nesting)) { in read_spec()
188 nextchar: in yylex()214 goto nextchar; in yylex()226 goto nextchar; in yylex()236 goto nextchar; in yylex()286 goto nextchar; in yylex()486 goto nextchar; in yylex()