Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dvi.c334 static size_t text_strrchr(size_t offset, char c) in text_strrchr() function
419 else if ((pos = text_strrchr(offset-1, '\n')) == SIZE_MAX) return 0; in text_sol()
614 TT.screen = text_strrchr(TT.cursor-1, '\n')+1; in adjust_screen_buffer()
622 TT.screen = text_strrchr(TT.cursor-1, '\n')+1; in adjust_screen_buffer()
1043 size_t pos = text_strrchr(TT.cursor, *symbol); in vi_find_cb()