Searched refs:get_regex (Results 1 – 2 of 2) sorted by relevance
213 static void *get_regex(void *command, int offset) in get_regex() function292 void *rm = get_regex(command, command->rmatch[1]); in sed_line()303 void *rm = get_regex(command, *command->rmatch); in sed_line()470 regex_t *reg = get_regex(command, command->arg1); in sed_line()
189 let regex = Self::get_regex()?; in with_buf()251 fn get_regex() -> Result<Regex, Error> { in get_regex() method