Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libtsnet/common/
H A Dtsol_sgetzcent.c161 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 Dmalloc.bsd43.c88 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 Dterm_ps.c70 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 Dn1.c1305 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 Dn2.c384 execl(nextf, nextf, 0); in casepi()
385 errprint(gettext("Cannot exec %s"), nextf); in casepi()
H A Dext.h59 extern char nextf[];
H A Dn5.c867 if (nextf[0]) { in caserd()
868 fdprintf(stderr, "%s:", nextf); in caserd()
H A Dni.c84 char nextf[NS] = "/usr/share/lib/tmac/"; variable
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h64 Namval_t *(*nextf)(Namval_t*, Dt_t*, Namfun_t*); member
/titanic_53/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()
/titanic_53/usr/src/cmd/troff/troff.d/
H A Dt6.c678 setfp(i, j, nextf); in casefp()