Searched refs:crunch_nstr (Results 1 - 1 of 1) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | vi.c | 1312 static int crunch_nstr(char **str, int width, int n, FILE *out, char *escmore, in crunch_nstr() function 1394 aw = crunch_nstr(&end, INT_MAX, bytes, 0, "\t\n", vi_crunch); in draw_page() 1416 aw -= crunch_nstr(&end, clip, bytes, 0, "\t\n", vi_crunch); in draw_page() 1426 aw -= crunch_nstr(&end, clip, bytes, 0, "\t\n", vi_crunch); in draw_page() 1431 x = crunch_nstr(&end, aw, bytes, stdout, "\t\n", vi_crunch); in draw_page() 1461 aw = crunch_nstr(&line, clip, bytes, 0, "\t\n", vi_crunch); in draw_page()
|
Completed in 5 milliseconds