Searched refs:ntok (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/mandoc/ |
H A D | mdoc_macro.c | 706 enum mdoct atok, ntok; in blk_exp_close() local 816 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in blk_exp_close() 818 if (MDOC_MAX == ntok) { in blk_exp_close() 833 if ( ! mdoc_macro(mdoc, ntok, line, lastarg, pos, buf)) in blk_exp_close() 852 enum mdoct ntok; in in_line() local 912 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in in_line() 921 if (MDOC_MAX != ntok) { in in_line() 936 if ( ! mdoc_macro(mdoc, ntok, line, la, pos, buf)) in in_line() 1036 enum mdoct ntok; in blk_full() local 1203 ntok = nparsed || ARGS_QWORD == ac ? in blk_full() [all …]
|
H A D | man_macro.c | 157 rew_block(enum mant ntok, enum man_type type, const struct man_node *n) in rew_block() argument 160 if (MAN_BLOCK == type && ntok == n->parent->tok && in rew_block() 163 return(ntok == n->tok ? REW_HALT : REW_NOHALT); in rew_block() 283 enum mant ntok; in blk_close() local 288 ntok = MAN_RS; in blk_close() 291 ntok = MAN_UR; in blk_close() 299 if (ntok == nn->tok && MAN_BLOCK == nn->type) in blk_close()
|
/titanic_41/usr/src/cmd/allocate/ |
H A D | add_allocatable.c | 392 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_41/usr/src/lib/libtnf/ |
H A D | util.c | 49 static struct ntok { struct 104 struct ntok *p; in _tnf_get_kind()
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_rcm.c | 218 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()
|