Home
last modified time | relevance | path

Searched refs:nextchar (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dcompath.c50 char *nextchar; in compath() local
75 nextchar = lastchar; in compath()
84 sofar = nextchar; in compath()
102 nextchar = lastchar - 1; in compath()
103 sofar = nextchar; in compath()
122 nextchar = lastchar - 1; in compath()
124 (*(nextchar - 1) != '/')) in compath()
125 --nextchar; in compath()
132 if ((*nextchar == '.') && in compath()
133 (*(nextchar + 1) == '/') || in compath()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c545 if (nextchar == NULL || *nextchar == '\0')
655 if (!strncmp (p->name, nextchar, nameend - nextchar))
682 nextchar += strlen (nextchar);
713 nextchar += strlen (nextchar);
729 nextchar += strlen (nextchar);
734 nextchar += strlen (nextchar);
843 if (!strncmp (p->name, nextchar, nameend - nextchar))
868 nextchar += strlen (nextchar);
888 nextchar += strlen (nextchar);
902 nextchar += strlen (nextchar);
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dtokenize.c549 next = nextchar(stream); in get_one_number()
623 return nextchar(stream); in eat_string()
640 return nextchar(stream); in eat_string()
651 return nextchar(stream); in drop_stream_eoln()
663 next = nextchar(stream); in drop_stream_comment()
670 next = nextchar(stream); in drop_stream_comment()
675 return nextchar(stream); in drop_stream_comment()
745 next = nextchar(stream); in get_one_special()
923 next = nextchar(stream); in get_one_identifier()
988 int c = nextchar(stream); in tokenize_stream()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_macinfo.c64 unsigned char *nextchar; in libdwarf_compose_begin() local
121 nextchar = in libdwarf_compose_begin()
123 *nextchar = code; in libdwarf_compose_begin()
135 unsigned char *nextchar; in libdwarf_compose_add_string() local
137 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() local
157 nextchar = in libdwarf_compose_add_line()
165 (char *) nextchar, in libdwarf_compose_add_line()
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c123 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() function
336 while ((c = nextchar(NULL)) != '}' || (c == '}' && nesting)) { in read_spec()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c192 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()