Home
last modified time | relevance | path

Searched refs:crunch_rev_escape (Results 1 – 2 of 2) sorted by relevance

/external/toybox/lib/
Dlinestack.c142 int crunch_rev_escape(FILE *out, int cols, int wc) in crunch_rev_escape() function
157 return crunch_str(&start, width, stdout, 0, crunch_rev_escape); in draw_str()
163 return crunch_str(&str, INT_MAX, 0, 0, crunch_rev_escape); in utf8len()
171 crunch_str(&s, width, 0, 0, crunch_rev_escape); in utf8skip()
188 crunch_str(&str, len, stdout, 0, crunch_rev_escape); in draw_trim_esc()
Dlib.h310 int crunch_rev_escape(FILE *out, int cols, int wc);