Lines Matching defs:PREFIX
615 # define PREFIX(name) byte_##name macro
625 # define PREFIX(name) wcs_##name macro
695 PREFIX(extract_number) (int *dest, UCHAR_T *source) in PREFIX() function
726 PREFIX(extract_number_and_incr) (int *destination, UCHAR_T **source) in PREFIX() function
809 PREFIX(print_partial_compiled_pattern) (UCHAR_T *start, UCHAR_T *end) in PREFIX() function
1142 PREFIX(print_compiled_pattern) (struct re_pattern_buffer *bufp) in PREFIX() function
1174 PREFIX(print_double_string) (const CHAR_T *where, const CHAR_T *string1, in PREFIX() function
1440 union PREFIX(fail_stack_elt) in PREFIX() function
1446 typedef union PREFIX(fail_stack_elt) PREFIX(fail_stack_elt_t); typedef
1453 } PREFIX(fail_stack_type); typedef
1467 union PREFIX(fail_stack_elt) in PREFIX() function
1473 typedef union PREFIX(fail_stack_elt) PREFIX(fail_stack_elt_t); typedef
1480 } PREFIX(fail_stack_type); typedef
1809 } PREFIX(register_info_type); typedef
2231 PREFIX(regex_grow_registers) (int num_regs) in PREFIX() function
2284 PREFIX(regex_compile) (const char *ARG_PREFIX(pattern), in PREFIX() function
4231 PREFIX(store_op1) (re_opcode_t op, UCHAR_T *loc, int arg) in PREFIX() function
4242 PREFIX(store_op2) (re_opcode_t op, UCHAR_T *loc, int arg1, int arg2) in PREFIX() function
4255 PREFIX(insert_op1) (re_opcode_t op, UCHAR_T *loc, int arg, UCHAR_T *end) in PREFIX() function
4271 PREFIX(insert_op2) (re_opcode_t op, UCHAR_T *loc, int arg1, in PREFIX() function
4289 PREFIX(at_begline_loc_p) (const CHAR_T *pattern, const CHAR_T *p, in PREFIX() function
4307 PREFIX(at_endline_loc_p) (const CHAR_T *p, const CHAR_T *pend, in PREFIX() function
4543 PREFIX(re_compile_fastmap) (struct re_pattern_buffer *bufp) in PREFIX() function
7502 PREFIX(group_match_null_string_p) (UCHAR_T **p, UCHAR_T *end, in PREFIX() function
7613 PREFIX(alt_match_null_string_p) (UCHAR_T *p, UCHAR_T *end, in PREFIX() function
7649 PREFIX(common_op_match_null_string_p) (UCHAR_T **p, UCHAR_T *end, in PREFIX() function
7736 PREFIX(bcmp_translate) (const CHAR_T *s1, const CHAR_T *s2, register int len, in PREFIX() function