parse_call_offset
t1 = parse_call_offset(first + 2, last);
t = parse_call_offset(t1, last);
t = parse_call_offset(first + 1, last);
static const char *parse_call_offset(const char *, const char *);