12% optimization of has_prefix/has_suffix. These functions was the major callers of get_all_args by a factor 100 over other functions, which prompted for an optimization of get_all args. Solved by not calling it at all instead. Waste space, save cycles. Rev: src/builtin_functions.c:1.557