Searched refs:_RE_ARGS (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.h457 # define _RE_ARGS(args) args
461 # define _RE_ARGS(args) ()
467 extern reg_syntax_t re_set_syntax _RE_ARGS ((reg_syntax_t syntax));
473 _RE_ARGS ((const char *pattern, size_t length,
480 extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer));
489 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string,
496 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1,
504 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string,
510 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1,
528 _RE_ARGS ((struc
452 # define _RE_ARGS macro
456 # define _RE_ARGS macro
[all...]
H A Dregex.c582 static int re_match_2_internal _RE_ARGS ((struct re_pattern_buffer *bufp,
766 static void extract_number _RE_ARGS ((int *dest, re_char *source));
794 static void extract_number_and_incr _RE_ARGS ((int *destination,
1726 static reg_errcode_t regex_compile _RE_ARGS ((re_char *pattern, size_t size,
1729 static void store_op1 _RE_ARGS ((re_opcode_t op, unsigned char *loc, int arg));
1730 static void store_op2 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
1732 static void insert_op1 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
1734 static void insert_op2 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
1736 static boolean at_begline_loc_p _RE_ARGS ((re_char *pattern,
1739 static boolean at_endline_loc_p _RE_ARGS ((re_cha
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/posix/
H A Dregex.h441 # define _RE_ARGS(args) args
445 # define _RE_ARGS(args) ()
451 extern reg_syntax_t re_set_syntax _RE_ARGS ((reg_syntax_t syntax));
457 _RE_ARGS ((const char *pattern, size_t length,
464 extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer));
473 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string,
480 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1,
488 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string,
494 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1,
512 _RE_ARGS ((struc
436 # define _RE_ARGS macro
440 # define _RE_ARGS macro
[all...]
/macosx-10.10.1/lsof-53/lsof/
H A Dregex.h493 # define _RE_ARGS(args) args
497 # define _RE_ARGS(args) ()
503 extern reg_syntax_t re_set_syntax _RE_ARGS ((reg_syntax_t syntax));
509 _RE_ARGS ((const char *pattern, size_t length,
516 extern int re_compile_fastmap _RE_ARGS ((struct re_pattern_buffer *buffer));
525 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string,
532 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1,
540 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string,
546 _RE_ARGS ((struct re_pattern_buffer *buffer, const char *string1,
564 _RE_ARGS ((struc
488 # define _RE_ARGS macro
492 # define _RE_ARGS macro
[all...]
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c630 static void extract_number _RE_ARGS ((int *dest, unsigned char *source));
658 static void extract_number_and_incr _RE_ARGS ((int *destination,
1688 static reg_errcode_t regex_compile _RE_ARGS ((const char *pattern, size_t size,
1691 static void store_op1 _RE_ARGS ((re_opcode_t op, unsigned char *loc, int arg));
1692 static void store_op2 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
1694 static void insert_op1 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
1696 static void insert_op2 _RE_ARGS ((re_opcode_t op, unsigned char *loc,
1698 static boolean at_begline_loc_p _RE_ARGS ((const char *pattern, const char *p,
1700 static boolean at_endline_loc_p _RE_ARGS ((const char *p, const char *pend,
1702 static reg_errcode_t compile_range _RE_ARGS ((unsigne
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c413 static reg_errcode_t byte_regex_compile _RE_ARGS ((const char *pattern, size_t size,
431 static reg_errcode_t wcs_regex_compile _RE_ARGS ((const char *pattern, size_t size,
699 static void PREFIX(extract_number) _RE_ARGS ((int *dest, UCHAR_T *source));
731 static void PREFIX(extract_number_and_incr) _RE_ARGS ((int *destination,
1926 static void PREFIX(store_op1) _RE_ARGS ((re_opcode_t op, UCHAR_T *loc, int arg));
1927 static void PREFIX(store_op2) _RE_ARGS ((re_opcode_t op, UCHAR_T *loc,
1929 static void PREFIX(insert_op1) _RE_ARGS ((re_opcode_t op, UCHAR_T *loc,
1931 static void PREFIX(insert_op2) _RE_ARGS ((re_opcode_t op, UCHAR_T *loc,
1933 static boolean PREFIX(at_begline_loc_p) _RE_ARGS ((const CHAR_T *pattern,
1936 static boolean PREFIX(at_endline_loc_p) _RE_ARGS ((cons
[all...]

Completed in 268 milliseconds