Searched defs:ntok (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libtnf/
H A Dutil.c49 static struct ntok { struct
104 struct ntok *p;
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_macro.c196 int ntok; local
204 ntok = MAN_RS;
208 if (nn->tok == ntok && nn->type == ROFFT_BLOCK)
224 ntok = MAN_UR;
231 if (nn->tok == ntok && nn->type == ROFFT_BLOCK && ! --nrew)
241 ntok = man->last->tok;
246 if (ntok == MAN_LP || ntok == MAN_PP || ntok == MAN_P) {
248 blk_imp(man, ntok, lin
[all...]
H A Dmdoc_macro.c497 int ntok; local
500 ntok = TOKEN_NONE;
504 ntok = lookup(mdoc, tok, line, ppos, p);
506 if (ntok == TOKEN_NONE) {
513 mdoc_macro(mdoc, ntok, line, ppos, pos, buf);
535 int atok, ntok; local
672 ntok = TOKEN_NONE;
683 ntok = ac == ARGS_QWORD ? TOKEN_NONE :
686 if (ntok == TOKEN_NONE) {
695 mdoc_macro(mdoc, ntok, lin
720 int ntok; local
1275 int ntok; local
[all...]
/illumos-gate/usr/src/cmd/allocate/
H A Dadd_allocatable.c392 char *kval, *nopts, *ntok, *nstr, local
454 ntok = DAOPT_MINLABEL;
458 strlen(ntok) + strlen(KV_ASSIGN) +
464 ntok, KV_ASSIGN, nstr);
470 ntok = DAOPT_MAXLABEL;
474 strlen(ntok) + strlen(KV_ASSIGN) +
480 ntok, KV_ASSIGN, nstr);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c218 static uint_t ntok(const char *cp);
2604 if (ntok(buf) == 0)
2622 if (ntok(buf) > 0)
2698 * ntok() - count the number of tokens in the provided buffer.
2701 ntok(const char *cp) function
2703 uint_t ntok = 0; local
2716 ntok++;
2718 return (ntok);

Completed in 53 milliseconds