Searched defs:nextf (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libtsnet/common/ |
H A D | tsol_sgetzcent.c | 161 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 D | malloc.bsd43.c | 77 * 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/troff/ |
H A D | ni.c | 84 char nextf[NS] = "/usr/share/lib/tmac/"; variable
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | term_ps.c | 74 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/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member in struct:Namdisc
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 64 Namval_t *(*nextf)(Namval_t*, Dt_t*, Namfun_t*); member in struct:Namdisc
|
/illumos-gate/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 73 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 D | nval.h | 73 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 D | nval.h | 73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member in struct:Namdisc
|
Completed in 68 milliseconds