static L jfind_all_reversed(LS tok, S pat) { ret jfindAll_reversed(tok, pat); } static L jfind_all_reversed(LS tok, S pat, ITokCondition condition) { ret jfindAll_reversed(tok, pat, condition); } static L jfind_all_reversed(LS tok, LS tokPat) { ret jfindAll_reversed(tok, tokPat); }