Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/groff/src/roff/troff/
Denv.cpp3022 typedef const char *(environment::*STRING_FUNCP)(); typedef
3050 STRING_FUNCP func;
3052 string_env_reg(STRING_FUNCP);
3101 string_env_reg::string_env_reg(STRING_FUNCP f) : func(f) in string_env_reg()