Symbol: nextc
usr/src/cmd/awk_xpg4/awk2.c
729
nextc:
usr/src/cmd/awk_xpg4/awk2.c
857
goto nextc;
usr/src/cmd/captoinfo/otermcap.c
405
nextc:
usr/src/cmd/captoinfo/otermcap.c
412
goto nextc;
usr/src/cmd/fm/eversholt/common/esclex.c
299
int nextc;
usr/src/cmd/fm/eversholt/common/esclex.c
447
if ((nextc = getc(Fp)) == EOF)
usr/src/cmd/fm/eversholt/common/esclex.c
449
else if (nextc == '*') {
usr/src/cmd/fm/eversholt/common/esclex.c
467
(void) ungetc(nextc, Fp);
usr/src/cmd/fm/eversholt/common/esclex.c
502
if ((nextc = getc(Fp)) == '&')
usr/src/cmd/fm/eversholt/common/esclex.c
505
(void) ungetc(nextc, Fp);
usr/src/cmd/fm/eversholt/common/esclex.c
514
if ((nextc = getc(Fp)) == '|')
usr/src/cmd/fm/eversholt/common/esclex.c
517
(void) ungetc(nextc, Fp);
usr/src/cmd/fm/eversholt/common/esclex.c
526
if ((nextc = getc(Fp)) == '=')
usr/src/cmd/fm/eversholt/common/esclex.c
529
(void) ungetc(nextc, Fp);
usr/src/cmd/fm/eversholt/common/esclex.c
538
if ((nextc = getc(Fp)) == '=')
usr/src/cmd/fm/eversholt/common/esclex.c
541
(void) ungetc(nextc, Fp);
usr/src/cmd/fm/eversholt/common/esclex.c
550
if ((nextc = getc(Fp)) == '>')
usr/src/cmd/fm/eversholt/common/esclex.c
553
(void) ungetc(nextc, Fp);
usr/src/cmd/fm/eversholt/common/esclex.c
561
if ((nextc = getc(Fp)) == '=')
usr/src/cmd/fm/eversholt/common/esclex.c
564
else if (nextc == '<')
usr/src/cmd/fm/eversholt/common/esclex.c
568
(void) ungetc(nextc, Fp);
usr/src/cmd/fm/eversholt/common/esclex.c
576
if ((nextc = getc(Fp)) == '=')
usr/src/cmd/fm/eversholt/common/esclex.c
579
else if (nextc == '>')
usr/src/cmd/fm/eversholt/common/esclex.c
583
(void) ungetc(nextc, Fp);
usr/src/cmd/projects/projects.c
202
char *nextc;
usr/src/cmd/projects/projects.c
233
nextc = projent->pj_attr;
usr/src/cmd/projects/projects.c
234
if (nextc == NULL) {
usr/src/cmd/projects/projects.c
238
nextsemi = strchr(nextc, ';');
usr/src/cmd/projects/projects.c
241
(void) fprintf(stdout, "%s\n", nextc);
usr/src/cmd/projects/projects.c
244
nextc = nextsemi + 1;
usr/src/cmd/projects/projects.c
245
nextsemi = strchr(nextc, ';');
usr/src/cmd/projects/projects.c
248
(void) fprintf(stdout, "\t %s\n", nextc);
usr/src/cmd/tip/remcap.c
419
nextc:
usr/src/cmd/tip/remcap.c
426
goto nextc;
usr/src/lib/libtecla/common/getline.c
4163
char nextc = cptr[1];
usr/src/lib/libtecla/common/getline.c
4164
if(gl_print_char(gl, *cptr, nextc ? nextc : pad))
usr/src/psm/stand/boot/sparc/common/boot_plat.c
377
char nextc;
usr/src/psm/stand/boot/sparc/common/boot_plat.c
379
nextc = options[SEARCHSTRLEN];
usr/src/psm/stand/boot/sparc/common/boot_plat.c
380
if ((nextc == ',') || (nextc == 0))
usr/src/tools/cscope-fast/find.c
1076
char *cp, nextc = '\0';
usr/src/tools/cscope-fast/find.c
1086
while (*cp != '\n' || nextc != '\n') {
usr/src/tools/cscope-fast/find.c
1087
nextc = *cp;
usr/src/ucbcmd/tr/tr.c
142
(void)nextc(s);
usr/src/ucbcmd/tr/tr.c
143
s->max = nextc(s);
usr/src/ucbcmd/tr/tr.c
154
return(s->last = nextc(s));
usr/src/ucblib/libtermcap/termcap.c
363
nextc:
usr/src/ucblib/libtermcap/termcap.c
370
goto nextc;
usr/src/uts/common/fs/nfs/nfs_auth.c
1513
struct auth_cache_clnt *nextc;
usr/src/uts/common/fs/nfs/nfs_auth.c
1589
for (c = avl_first(tree); c != NULL; c = nextc) {
usr/src/uts/common/fs/nfs/nfs_auth.c
1590
nextc = AVL_NEXT(tree, c);