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

/external/mksh/src/
H A Dedit.c997 static int x_do_ins(const char *, size_t);
1331 x_do_ins(const char *cp, size_t len) function
1351 if (x_do_ins(s, strlen(s)) < 0)
2692 if (x_escape(words[i], strlen(words[i]), x_do_ins) < 0 ||
2769 x_escape(words[0], nlen, x_do_ins);

Completed in 31 milliseconds