Searched refs:nextf (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgetzcent.c161 const char *nextf; local
206 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#;:\n");
207 if (*nextf != ':') {
208 *errstrp = (char *)nextf;
225 instr = nextf + 1;
246 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n");
247 if (*nextf != ':') {
248 *errstrp = (char *)nextf;
256 instr = nextf + 1;
259 nextf
[all...]
/illumos-gate/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c77 * nextf[i] is the pointer to the next free block of size 2^(i+EXP).
88 static union overhead *nextf[NBUCKETS]; variable in typeref:union:overhead
160 if ((op = nextf[bucket]) == NULL) {
162 if ((op = nextf[bucket]) == NULL)
166 nextf[bucket] = op->ov_next;
224 nextf[bucket] = op;
246 op->ov_next = nextf[size]; /* also clobbers ov_magic */
247 nextf[size] = op;
337 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c74 enum termfont nextf; /* building next font here */ member in struct:termp_ps
1042 if (p->ps->nextf != p->ps->lastf) {
1044 ps_setfont(p, p->ps->nextf);
1046 p->ps->nextf = TERMFONT_NONE;
1084 switch (p->ps->nextf) {
1088 p->ps->nextf = TERMFONT_BI;
1091 p->ps->nextf = TERMFONT_UNDER;
1098 switch (p->ps->nextf) {
1102 p->ps->nextf = TERMFONT_BI;
1105 p->ps->nextf
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dn2.c384 execl(nextf, nextf, 0);
385 errprint(gettext("Cannot exec %s"), nextf);
H A Dext.h59 extern char nextf[];
H A Dni.c84 char nextf[NS] = "/usr/share/lib/tmac/"; variable
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c138 if(fp && fp->disc && fp->disc->nextf)
242 dp->nextnode = nfp->disc->nextf;
344 dp->nextnode = nfp->disc->nextf;
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h64 Namval_t *(*nextf)(Namval_t*, Dt_t*, Namfun_t*); member in struct:Namdisc
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member in struct:Namdisc
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member in struct:Namdisc
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member in struct:Namdisc
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member in struct:Namdisc
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c678 setfp(i, j, nextf);

Completed in 77 milliseconds