(s)
| 4682 | |
| 4683 | |
| 4684 | int |
| 4685 | re_exec (s) |
| 4686 | const char *s; |
| 4687 | { |
| 4688 | const int len = strlen (s); |
| 4689 | return |
| 4690 | 0 <= re_search (&re_comp_buf, s, len, 0, len, (struct re_registers *) 0); |
| 4691 | } |
| 4692 | #endif /* not emacs and not _POSIX_SOURCE */ |
| 4693 | |
| 4694 | /* POSIX.2 functions. Don't define these for Emacs. */ |