Searched refs:text_getline (Results 1 – 1 of 1) sorted by relevance
/third_party/toybox/toys/pending/ |
D | vi.c | 449 static size_t text_getline(char *dest, size_t offset, size_t max_len) in text_getline() function 488 bytes = text_getline(toybuf, pos, ARRAY_LEN(toybuf)); in text_strstr() 1377 bytes = text_getline(toybuf, SOL, ARRAY_LEN(toybuf)); in draw_page() 1440 bytes = text_getline(toybuf, SSOL, ARRAY_LEN(toybuf)); in draw_page() 1450 bytes = text_getline(line, SSOL, ARRAY_LEN(toybuf)); in draw_page() 1469 bytes = text_getline(line, SSOL, ARRAY_LEN(toybuf)); in draw_page()
|