Home
last modified time | relevance | path

Searched refs:nextword (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dhead.c57 static int nextword(const char *, custr_t *, const char **);
140 if (nextword(c, hl->hl_from, &c) != 0) { in parse_headline()
152 if (nextword(c, hl->hl_from, &c) != 0) { in parse_headline()
177 nextword(const char *input, custr_t *word, const char **nextword) in nextword() function
190 *nextword = NULL; in nextword()
227 *nextword = NULL; in nextword()
234 *nextword = c; in nextword()
/illumos-gate/usr/src/uts/common/os/
H A Derrorq.c480 index_t nextword = nextindex >> BT_ULSHIFT; in errorq_availbit() local
493 maxbit = (nextword == maxword) ? maxbitindex : BT_ULMASK; in errorq_availbit()
495 if (bx >= nextbitindex && !(bitmap[nextword] & bit)) in errorq_availbit()
496 return ((nextword << BT_ULSHIFT) + bx); in errorq_availbit()
497 nextword++; in errorq_availbit()
503 if (nextword <= maxword) in errorq_availbit()
504 if ((rval = bt_availbit(&bitmap[nextword], in errorq_availbit()
505 nbits - (nextword << BT_ULSHIFT))) != -1) in errorq_availbit()
506 return ((nextword << BT_ULSHIFT) + rval); in errorq_availbit()