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

/opensolaris-onvv-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...]
/opensolaris-onvv-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) {
/opensolaris-onvv-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
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/lib/libshell/common/include/
H A Dnval.h64 Namval_t *(*nextf)(Namval_t*, Dt_t*, Namfun_t*); member in struct:Namdisc
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c680 setfp(i, j, nextf);

Completed in 141 milliseconds