Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mandoc/
H A Dlibmdoc.h74 ARGS_PPHRASE, /* tabbed phrase (-column) */ enumerator
H A Dmdoc_macro.c1126 if (ARGS_PPHRASE != lac && ARGS_PHRASE != lac) in blk_full()
1151 ARGS_PPHRASE != ac && in blk_full()
1169 ARGS_PPHRASE == ac) { in blk_full()
1191 if (ARGS_PPHRASE == ac) in blk_full()
1193 if (ARGS_PEND == ac && ARGS_PPHRASE == lac) in blk_full()
H A Dmdoc_argv.c506 rc = pp < p ? ARGS_PHRASE : ARGS_PPHRASE; in args()
509 rc = ARGS_PPHRASE; in args()