Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Droff.c1373 int deftype; /* type of definition to paste */ in roff_expand() local
1448 deftype = ROFFDEF_USER | ROFFDEF_PRE; in roff_expand()
1450 iendarg - iarg, &deftype)) != NULL) in roff_expand()
1996 int deftype; in roff_parse() local
2007 deftype = ROFFDEF_USER | ROFFDEF_REN; in roff_parse()
2008 r->current_string = roff_getstrn(r, mac, maclen, &deftype); in roff_parse()
2009 switch (deftype) { in roff_parse()
2022 else if (deftype == ROFFDEF_UNDEF) { in roff_parse()
2137 int deftype; in roff_block() local
2165 deftype = ROFFDEF_USER; in roff_block()
[all …]