Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
H A Droff.c188 static int roff_cond(ROFF_ARGS);
444 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /* el */
487 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /* ie */
488 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /* if */
606 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /*while*/
2579 roff_cond(ROFF_ARGS) in roff_cond() function