Lines Matching refs:P_
780 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
783 extern void onig_statistics_init P_((void));
784 extern void onig_print_statistics P_((FILE* f));
788 extern UChar* onig_error_code_to_format P_((int code));
790 extern int onig_bbuf_init P_((BBuf* buf, int size));
791 extern int onig_compile P_((regex_t* reg, const UChar* pattern, const UChar* pattern_end, OnigErro…
792 extern void onig_chain_reduce P_((regex_t* reg));
793 extern void onig_chain_link_add P_((regex_t* to, regex_t* add));
794 extern void onig_transfer P_((regex_t* to, regex_t* from));
795 extern int onig_is_code_in_cc P_((OnigEncoding enc, OnigCodePoint code, CClassNode* cc));
796 extern int onig_is_code_in_cc_len P_((int enclen, OnigCodePoint code, CClassNode* cc));
807 extern hash_table_type* onig_st_init_strend_table_with_size P_((int size));
808 extern int onig_st_lookup_strend P_((hash_table_type* table, const UChar* str_key, const UChar* end…
809 extern int onig_st_insert_strend P_((hash_table_type* table, const UChar* str_key, const UChar* end…
824 extern int onigenc_property_list_add_property P_((UChar* name, const OnigCodePoint* prop, hash_tabl…
828 extern int onigenc_property_list_init P_((ONIGENC_INIT_PROPERTY_LIST_FUNC_TYPE));