Searched defs:CSInterpEnv (Results 1 – 1 of 1) sorted by relevance
119 struct CSInterpEnv : InterpEnv<ARG> struct121 void init (const ByteStr &str, const SUBRS &globalSubrs_, const SUBRS &localSubrs_) in init()135 void fini () in fini()144 bool in_error () const in in_error()149 bool popSubrNum (const BiasedSubrs<SUBRS>& biasedSubrs, unsigned int &subr_num) in popSubrNum()160 void callSubr (const BiasedSubrs<SUBRS>& biasedSubrs, CSType type) in callSubr()177 void returnFromSubr () in returnFromSubr()185 void determine_hintmask_size () in determine_hintmask_size()195 void set_endchar (bool endchar_flag_) { endchar_flag = endchar_flag_; } in set_endchar()196 bool is_endchar () const { return endchar_flag; } in is_endchar()[all …]