Searched refs:compiled_regex (Results 1 – 4 of 4) sorted by relevance
44 struct compiled_regex { struct84 kwsmusts (struct compiled_regex *cregex, in kwsmusts() argument122 struct compiled_regex *cregex; in Gcompile()128 cregex = (struct compiled_regex *) xmalloc (sizeof (struct compiled_regex)); in Gcompile()129 memset (cregex, '\0', sizeof (struct compiled_regex)); in Gcompile()208 struct compiled_regex *cregex; in compile()214 cregex = (struct compiled_regex *) xmalloc (sizeof (struct compiled_regex)); in compile()215 memset (cregex, '\0', sizeof (struct compiled_regex)); in compile()312 struct compiled_regex *cregex = (struct compiled_regex *) compiled_pattern; in EGexecute()463 struct compiled_regex *cregex = (struct compiled_regex *) compiled_pattern; in EGfree()
7602 * gdb_regex.h (compiled_regex): Likewise.11951 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.12366 parameter type to compiled_regex. Adjust.12367 (ada_exceptions_list): Use compiled_regex.12369 std::unique_ptr<compiled_regex>.12372 (check_status_exception_catchpoint): Adjust to use compiled_regex.12373 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.12375 std::unique_ptr<compiled_regex>.12377 (check_status_catch_solib): Adjust to use compiled_regex.12378 (add_solib_catchpoint): Adjust to use compiled_regex.[all …]
2198 compiled_regex.