Searched refs:STRING_FUNCP (Results 1 – 1 of 1) sorted by relevance
3022 typedef const char *(environment::*STRING_FUNCP)(); typedef3050 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()