Searched defs:nextc (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/ucbcmd/tr/
H A Dtr.c144 (void)nextc(s);
145 s->max = nextc(s);
156 return(s->last = nextc(s));
160 nextc(struct string *s) function
/illumos-gate/usr/src/cmd/projects/
H A Dprojects.c204 char *nextc; local
235 nextc = projent->pj_attr;
236 if (nextc == NULL) {
240 nextsemi = strchr(nextc, ';');
243 (void) fprintf(stdout, "%s\n", nextc);
246 nextc = nextsemi + 1;
247 nextsemi = strchr(nextc, ';');
250 (void) fprintf(stdout, "\t %s\n", nextc);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Desclex.c293 int nextc; local
441 if ((nextc = getc(Fp)) == EOF)
443 else if (nextc == '*') {
461 (void) ungetc(nextc, Fp);
496 if ((nextc = getc(Fp)) == '&')
499 (void) ungetc(nextc, Fp);
508 if ((nextc = getc(Fp)) == '|')
511 (void) ungetc(nextc, Fp);
520 if ((nextc = getc(Fp)) == '=')
523 (void) ungetc(nextc, F
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c1078 char *cp, nextc = '\0'; local
1088 while (*cp != '\n' || nextc != '\n') {
1089 nextc = *cp;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dboot_plat.c376 char nextc; local
378 nextc = options[SEARCHSTRLEN];
379 if ((nextc == ',') || (nextc == 0))
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c2304 int nextc; member in struct:alias
2345 if(ap->nextc)
2351 *ap->buf = ap->nextc;
2352 ap->nextc = 0;
2380 if((ap->nextc=fcget())==0)
2381 ap->nextc = ' ';
2384 ap->nextc = 0;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c1432 struct auth_cache_clnt *nextc; local
1508 for (c = avl_first(tree); c != NULL; c = nextc) {
1509 nextc = AVL_NEXT(tree, c);
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c1703 int nextc; local
1710 nextc = virtual[tcur_virt];
1711 count = strchr(paren_chars,nextc)-paren_chars;
1725 else if(virtual[tcur_virt]==nextc)
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c4164 char nextc = cptr[1]; local
4165 if(gl_print_char(gl, *cptr, nextc ? nextc : pad))

Completed in 106 milliseconds