Searched refs:INT_FUNCP (Results 1 – 1 of 1) sorted by relevance
3021 typedef int (environment::*INT_FUNCP)(); typedef3027 INT_FUNCP func;3029 int_env_reg(INT_FUNCP);3058 int_env_reg::int_env_reg(INT_FUNCP f) : func(f) in int_env_reg()