Searched refs:roff_cond_sub (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | roff.c | 189 static int roff_cond_sub(ROFF_ARGS); 450 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /* el */ 493 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /* ie */ 494 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /* if */ 612 { roff_cond, roff_cond_text, roff_cond_sub, ROFFMAC_STRUCT }, /*while*/ 2377 roff_cond_sub(ROFF_ARGS) in roff_cond_sub() function
|