Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/roff/troff/
Denv.cpp3020 typedef vunits (environment::*VUNITS_FUNCP)(); typedef
3033 VUNITS_FUNCP func;
3035 vunits_env_reg(VUNITS_FUNCP f);
3071 vunits_env_reg::vunits_env_reg(VUNITS_FUNCP f) : func(f) in vunits_env_reg()