Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dsed.c274 static void walk_pattern(char **pline, long plen) in walk_pattern() function
690 do_lines(fd, name, walk_pattern); in do_sed()
692 walk_pattern(0, 0); in do_sed()
1050 if (!(toys.optflags & FLAG_i)) walk_pattern(0, 0); in sed_main()