Home
last modified time | relevance | path

Searched refs:get_regex (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/toys/posix/
Dsed.c244 static void *get_regex(void *command, int offset) in get_regex() function
303 void *rm = get_regex(command, command->rmatch[1]); in sed_line()
314 void *rm = get_regex(command, *command->rmatch); in sed_line()
479 regex_t *reg = get_regex(command, command->arg1); in sed_line()