Lines Matching refs:substr
84 env.argStack.push_longint_from_substr (env.substr); in process_op()
88 env.argStack.push_real (parse_bcd (env.substr)); in process_op()
97 static double parse_bcd (SubByteStr& substr) in parse_bcd()
118 if (!substr.avail ()) in parse_bcd()
120 substr.set_error (); in parse_bcd()
123 byte = substr[0]; in parse_bcd()
124 substr.inc (); in parse_bcd()
133 substr.set_error (); in parse_bcd()
165 substr.set_error (); in parse_bcd()
174 substr.set_error (); in parse_bcd()
187 substr.set_error (); in parse_bcd()
278 while (SUPER::env.substr.avail ()) in interpret()