Searched refs:nextf (Results 1 – 11 of 11) sorted by relevance
| /titanic_53/usr/src/lib/libtsnet/common/ |
| H A D | tsol_sgetzcent.c | 161 const char *nextf; in tsol_sgetzcent() local 206 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#;:\n"); in tsol_sgetzcent() 207 if (*nextf != ':') { in tsol_sgetzcent() 208 *errstrp = (char *)nextf; in tsol_sgetzcent() 225 instr = nextf + 1; in tsol_sgetzcent() 246 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n"); in tsol_sgetzcent() 247 if (*nextf != ':') { in tsol_sgetzcent() 248 *errstrp = (char *)nextf; in tsol_sgetzcent() 256 instr = nextf + 1; in tsol_sgetzcent() 259 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n"); in tsol_sgetzcent() [all …]
|
| /titanic_53/usr/src/lib/libbsdmalloc/common/ |
| H A D | malloc.bsd43.c | 88 static union overhead *nextf[NBUCKETS]; variable 160 if ((op = nextf[bucket]) == NULL) { in malloc() 162 if ((op = nextf[bucket]) == NULL) in malloc() 166 nextf[bucket] = op->ov_next; in malloc() 224 nextf[bucket] = op; in morecore() 246 op->ov_next = nextf[size]; /* also clobbers ov_magic */ in free() 247 nextf[size] = op; in free() 337 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) { in findbucket()
|
| /titanic_53/usr/src/cmd/mandoc/ |
| H A D | term_ps.c | 70 enum termfont nextf; /* building next font here */ member 1058 if (p->ps->nextf != p->ps->lastf) { in ps_fclose() 1060 ps_setfont(p, p->ps->nextf); in ps_fclose() 1062 p->ps->nextf = TERMFONT_NONE; in ps_fclose() 1100 switch (p->ps->nextf) { in ps_letter() 1104 p->ps->nextf = TERMFONT_BI; in ps_letter() 1107 p->ps->nextf = TERMFONT_UNDER; in ps_letter() 1114 switch (p->ps->nextf) { in ps_letter() 1118 p->ps->nextf = TERMFONT_BI; in ps_letter() 1121 p->ps->nextf = TERMFONT_BOLD; in ps_letter() [all …]
|
| /titanic_53/usr/src/cmd/troff/ |
| H A D | n1.c | 1305 strcpy(mfiles[nmfi], nextf); 1335 nextf[k] = j & BYTEMASK; 1337 nextf[k] = 0; 1340 return((int)nextf[0]); 1351 nextf[0] = 0; 1352 if (skip() || !getname() || ((i = open(nextf, 0)) < 0) || (ifi >= NSO)) { 1353 errprint(gettext("can't open file %s"), nextf); 1356 strcpy(cfname[ifi+1], nextf); 1392 strcpy(cfname[ifi], nextf); 1405 nextf[0] = 0; [all …]
|
| H A D | n2.c | 384 execl(nextf, nextf, 0); in casepi() 385 errprint(gettext("Cannot exec %s"), nextf); in casepi()
|
| H A D | ext.h | 59 extern char nextf[];
|
| H A D | n5.c | 867 if (nextf[0]) { in caserd() 868 fdprintf(stderr, "%s:", nextf); in caserd()
|
| H A D | ni.c | 84 char nextf[NS] = "/usr/share/lib/tmac/"; variable
|
| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/include/ |
| H A D | nval.h | 64 Namval_t *(*nextf)(Namval_t*, Dt_t*, Namfun_t*); member
|
| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
| H A D | nvtree.c | 139 if(fp && fp->disc && fp->disc->nextf) in nextdisc() 244 dp->nextnode = nfp->disc->nextf; in nv_diropen() 350 dp->nextnode = nfp->disc->nextf; in nv_dirnext()
|
| /titanic_53/usr/src/cmd/troff/troff.d/ |
| H A D | t6.c | 678 setfp(i, j, nextf); in casefp()
|