123456789101112131415161718192021222324252627282930313233343536373839 |
- SCM_API scm_t_bits scm_tc16_regex;
- SCM_API SCM scm_make_regexp (SCM pat, SCM flags)
- SCM_API SCM scm_regexp_p (SCM x)
- SCM_API SCM scm_regexp_exec (SCM rx, SCM str, SCM start, SCM flags)
- SCM_INTERNAL void scm_init_regex_posix (void)
|