Searched refs:INT_FUNCP (Results 1 – 1 of 1) sorted by relevance
3019 typedef int (environment::*INT_FUNCP)(); typedef3025 INT_FUNCP func;3027 int_env_reg(INT_FUNCP);3056 int_env_reg::int_env_reg(INT_FUNCP f) : func(f) in int_env_reg()