Home
last modified time | relevance | path

Searched refs:ARGS_QWORD (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_macro.c816 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in blk_exp_close()
912 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in in_line()
949 d = ARGS_QWORD == ac ? DELIM_NONE : mdoc_isdelim(p); in in_line()
1152 ARGS_QWORD != ac && in blk_full()
1203 ntok = nparsed || ARGS_QWORD == ac ? in blk_full()
1317 if (NULL == body && ARGS_QWORD != ac && in blk_part_imp()
1330 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in blk_part_imp()
1457 if (NULL == head && ARGS_QWORD != ac && in blk_part_exp()
1496 ntok = ARGS_QWORD == ac ? MDOC_MAX : lookup(tok, p); in blk_part_exp()
1602 ARGS_QWORD != ac && 0 == j && in in_line_argn()
[all …]
H A Dmdoc_argv.c575 return(ARGS_QWORD); in args()
577 return(ARGS_QWORD); in args()
584 return(ARGS_QWORD); in args()
592 return(ARGS_QWORD); in args()
H A Dlibmdoc.h72 ARGS_QWORD, /* quoted word */ enumerator