Home
last modified time | relevance | path

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

/external/toybox/lib/
Dlinestack.c126 int crunch_escape(FILE *out, int cols, int wc) in crunch_escape() function
147 rc = crunch_escape(out, cols, wc); in crunch_rev_escape()
Dlib.h287 int crunch_escape(FILE *out, int cols, int wc);
/external/toybox/toys/other/
Dwatch.c63 return crunch_escape(out, cols, wc); in watch_escape()