Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mandoc/
H A Dlibmdoc.h74 ARGS_PPHRASE, /* tabbed phrase (-column) */ enumerator
H A Dmdoc_macro.c989 if (lac != ARGS_PPHRASE && lac != ARGS_PHRASE) in blk_full()
1025 ac != ARGS_PPHRASE && in blk_full()
1039 ac == ARGS_PPHRASE) { in blk_full()
1055 if (ac == ARGS_PPHRASE) in blk_full()
1057 if (ac == ARGS_PEND && lac == ARGS_PPHRASE) in blk_full()
H A Dmdoc_argv.c507 rc = pp < p ? ARGS_PHRASE : ARGS_PPHRASE; in args()
510 rc = ARGS_PPHRASE; in args()