Searched refs:current_parsed_str (Results 1 – 3 of 3) sorted by relevance
185 param.current_parsed_str->set_parsed (); in process_op()191 param.current_parsed_str->set_parsed (); in process_op()205 param.current_parsed_str->add_op (op, env.substr); in process_op()217 param.current_parsed_str->add_call_op (op, substr, env.context.subr_num); in process_call_subr()
353 param.current_parsed_str->add_op (op, env.substr); in process_op()354 param.current_parsed_str->set_parsed (); in process_op()360 param.current_parsed_str->add_op (op, env.substr); in process_op()361 param.current_parsed_str->set_parsed (); in process_op()375 param.current_parsed_str->add_op (op, env.substr); in process_op()387 param.current_parsed_str->add_call_op (op, substr, env.context.subr_num); in process_call_subr()407 param.current_parsed_str->set_parsed (); in finalize_parsed_str()
487 current_parsed_str = parsed_charstring; in init()527 current_parsed_str = parsed_str; in set_current_str()533 ParsedCStr *current_parsed_str; member