Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Droff.c186 static int roff_cond_text(ROFF_ARGS);
443 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /* el */
486 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /* ie */
487 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /* if */
605 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /*while*/
2409 roff_cond_text(ROFF_ARGS) in roff_cond_text() function