Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c1260 int deftype; /* type of definition to paste */ in roff_expand() local
1523 deftype = ROFFDEF_USER | ROFFDEF_PRE; in roff_expand()
1524 res = roff_getstrn(r, stnam, naml, &deftype); in roff_expand()
2010 int deftype; in roff_parse() local
2021 deftype = ROFFDEF_USER | ROFFDEF_REN; in roff_parse()
2022 r->current_string = roff_getstrn(r, mac, maclen, &deftype); in roff_parse()
2023 switch (deftype) { in roff_parse()
2036 else if (deftype == ROFFDEF_UNDEF) { in roff_parse()
2151 int deftype; in roff_block() local
2179 deftype = ROFFDEF_USER; in roff_block()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h195 char deftype; \