Searched refs:unescape_delimited_string (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | sed.c | 703 static char *unescape_delimited_string(char **pstr, char *delim, int regex) in unescape_delimited_string() function 804 if (!(s = unescape_delimited_string(&line, 0, 1))) goto brand; in jewel_of_judgement() 847 if (!(TT.remember = unescape_delimited_string(&line, &delim, 1))) in jewel_of_judgement() 943 if (!(s = unescape_delimited_string(&line, &delim, 0))) goto brand; in jewel_of_judgement() 949 if (!(s = unescape_delimited_string(&line, &delim, 0))) goto brand; in jewel_of_judgement()
|