Searched refs:ntok (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mdoc_macro.c | 518 int ntok; in macro_or_word() local 520 ntok = buf[ppos] == '"' || parsed == 0 || in macro_or_word() 524 if (ntok == TOKEN_NONE) { in macro_or_word() 532 (*mdoc_macro(ntok)->fp)(mdoc, ntok, line, ppos, pos, buf); in macro_or_word() 554 enum roff_tok atok, ntok; in blk_exp_close() local 721 ntok = TOKEN_NONE; in blk_exp_close() 732 ntok = lookup(mdoc, tok, line, lastarg, p); in blk_exp_close() 734 if (ntok == TOKEN_NONE) { in blk_exp_close() 747 (*mdoc_macro(ntok)->fp)(mdoc, ntok, line, lastarg, pos, buf); in blk_exp_close() 753 if (ntok != TOKEN_NONE && n->flags & NODE_BROKEN) { in blk_exp_close() [all …]
|
H A D | man_macro.c | 203 enum roff_tok ctok, ntok; in blk_close() local 211 ntok = MAN_RS; in blk_close() 216 if (nn->tok == ntok && nn->type == ROFFT_BLOCK) in blk_close() 234 ntok = MAN_SY; in blk_close() 237 ntok = MAN_UR; in blk_close() 240 ntok = MAN_MT; in blk_close() 247 if (nn->tok == ntok && nn->type == ROFFT_BLOCK && ! --nrew) in blk_close()
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | add_allocatable.c | 390 char *kval, *nopts, *ntok, *nstr, in check_args() local 452 ntok = DAOPT_MINLABEL; in check_args() 456 strlen(ntok) + strlen(KV_ASSIGN) + in check_args() 462 ntok, KV_ASSIGN, nstr); in check_args() 468 ntok = DAOPT_MAXLABEL; in check_args() 472 strlen(ntok) + strlen(KV_ASSIGN) + in check_args() 478 ntok, KV_ASSIGN, nstr); in check_args()
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_rcm.c | 219 static uint_t ntok(const char *cp); 2604 if (ntok(buf) == 0) in if_config_inst() 2622 if (ntok(buf) > 0) in if_config_inst() 2701 ntok(const char *cp) in ntok() function 2703 uint_t ntok = 0; in ntok() local 2716 ntok++; in ntok() 2718 return (ntok); in ntok()
|