Searched refs:crunch_escape (Results 1 - 5 of 5) sorted by relevance
/third_party/toybox/lib/ |
H A D | linestack.c | 125 int crunch_escape(FILE *out, int cols, int wc) in crunch_escape() function 146 rc = crunch_escape(out, cols, wc); in crunch_rev_escape()
|
H A D | lib.h | 312 int crunch_escape(FILE *out, int cols, int wc);
|
/third_party/toybox/toys/other/ |
H A D | watch.c | 63 return crunch_escape(out, cols, wc); in watch_escape()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 303 int crunch_escape(FILE *out, int cols, int wc);
|
/third_party/toybox/toys/pending/ |
H A D | vi.c | 1298 ret = crunch_escape(out,cols,wc); in vi_crunch()
|
Completed in 5 milliseconds