Home
last modified time | relevance | path

Searched refs:nextf (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgetzcent.c161 const char *nextf; in tsol_sgetzcent() local
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()
260 if (*nextf != '\0' && *nextf != '#' && !isspace(*nextf)) { in tsol_sgetzcent()
[all …]
/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c87 static union overhead *nextf[NBUCKETS]; variable
159 if ((op = nextf[bucket]) == NULL) { in malloc()
161 if ((op = nextf[bucket]) == NULL) in malloc()
165 nextf[bucket] = op->ov_next; in malloc()
223 nextf[bucket] = op; in morecore()
245 op->ov_next = nextf[size]; /* also clobbers ov_magic */ in free()
246 nextf[size] = op; in free()
336 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) { in findbucket()
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c1304 strcpy(mfiles[nmfi], nextf);
1334 nextf[k] = j & BYTEMASK;
1336 nextf[k] = 0;
1339 return((int)nextf[0]);
1350 nextf[0] = 0;
1352 errprint(gettext("can't open file %s"), nextf);
1355 strcpy(cfname[ifi+1], nextf);
1391 strcpy(cfname[ifi], nextf);
1404 nextf[0] = 0;
1405 if (skip() || !getname() || (fd = open(nextf, 0)) < 0) {
[all …]
H A Dn2.c382 execl(nextf, nextf, 0); in casepi()
383 errprint(gettext("Cannot exec %s"), nextf); in casepi()
H A Dext.h57 extern char nextf[];
H A Dn5.c865 if (nextf[0]) { in caserd()
866 fdprintf(stderr, "%s:", nextf); in caserd()
H A Dni.c82 char nextf[NS] = "/usr/share/lib/tmac/"; variable
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c76 enum termfont nextf; /* building next font here */ member
1072 if (p->ps->nextf != p->ps->lastf) { in ps_plast()
1074 ps_setfont(p, p->ps->nextf); in ps_plast()
1076 p->ps->nextf = TERMFONT_NONE; in ps_plast()
1131 switch (p->ps->nextf) { in ps_letter()
1135 p->ps->nextf = TERMFONT_BI; in ps_letter()
1138 p->ps->nextf = TERMFONT_UNDER; in ps_letter()
1145 switch (p->ps->nextf) { in ps_letter()
1149 p->ps->nextf = TERMFONT_BI; in ps_letter()
1152 p->ps->nextf = TERMFONT_BOLD; in ps_letter()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h64 Namval_t *(*nextf)(Namval_t*, Dt_t*, Namfun_t*); member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c139 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()
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c678 setfp(i, j, nextf); in casefp()