Searched refs:index_of_next_unescaped_regexp_delim (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c206 * index_of_next_unescaped_regexp_delim - walks left to right through a string
211 static int index_of_next_unescaped_regexp_delim(int delimiter, const char *str) function
258 idx = index_of_next_unescaped_regexp_delim(delimiter, cmdstr_ptr);
263 idx = index_of_next_unescaped_regexp_delim(-delimiter, cmdstr_ptr);
289 next = index_of_next_unescaped_regexp_delim(delimiter, ++pos);

Completed in 103 milliseconds