1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- 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)
|