Home
last modified time | relevance | path

Searched refs:ntok (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/mandoc/
H A Dman_macro.c158 rew_block(enum mant ntok, enum man_type type, const struct man_node *n) in rew_block() argument
161 if (type == MAN_BLOCK && ntok == n->parent->tok && in rew_block()
164 return(ntok == n->tok ? REW_HALT : REW_NOHALT); in rew_block()
279 enum mant ntok; in blk_close() local
287 ntok = MAN_RS; in blk_close()
291 if (nn->tok == ntok && nn->type == MAN_BLOCK) in blk_close()
307 ntok = MAN_UR; in blk_close()
315 if (nn->tok == ntok && nn->type == MAN_BLOCK && ! --nrew) in blk_close()
325 ntok = man->last->tok; in blk_close()
330 if (ntok == MAN_LP || ntok == MAN_PP || ntok == MAN_P) { in blk_close()
[all …]
H A Dmdoc_macro.c455 enum mdoct ntok; in macro_or_word() local
458 ntok = MDOC_MAX; in macro_or_word()
462 ntok = lookup(mdoc, tok, line, ppos, p); in macro_or_word()
464 if (ntok == MDOC_MAX) { in macro_or_word()
471 mdoc_macro(mdoc, ntok, line, ppos, pos, buf); in macro_or_word()
492 enum mdoct atok, ntok; in blk_exp_close() local
638 ntok = ac == ARGS_QWORD ? MDOC_MAX : in blk_exp_close()
641 if (ntok == MDOC_MAX) { in blk_exp_close()
652 mdoc_macro(mdoc, ntok, line, lastarg, pos, buf); in blk_exp_close()
666 enum mdoct ntok; in in_line() local
[all …]
/titanic_50/usr/src/cmd/allocate/
H A Dadd_allocatable.c392 char *kval, *nopts, *ntok, *nstr, in check_args() local
454 ntok = DAOPT_MINLABEL; in check_args()
458 strlen(ntok) + strlen(KV_ASSIGN) + in check_args()
464 ntok, KV_ASSIGN, nstr); in check_args()
470 ntok = DAOPT_MAXLABEL; in check_args()
474 strlen(ntok) + strlen(KV_ASSIGN) + in check_args()
480 ntok, KV_ASSIGN, nstr); in check_args()
/titanic_50/usr/src/lib/libtnf/
H A Dutil.c49 static struct ntok { struct
104 struct ntok *p; in _tnf_get_kind()
/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c218 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()