Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dsed.c191 static void *get_regex(void *command, int offset) in get_regex() function
250 void *rm = get_regex(command, command->rmatch[1]); in sed_line()
261 void *rm = get_regex(command, *command->rmatch); in sed_line()
426 regex_t *reg = get_regex(command, command->arg1); in sed_line()