From dfd5830b2ab094d79cc360e9f341d406b2525d16 Mon Sep 17 00:00:00 2001 From: pgen Date: Tue, 6 Feb 2024 00:04:51 +0100 Subject: Rename get_bytes/_word into read_bytes/_word --- smenu.h | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'smenu.h') diff --git a/smenu.h b/smenu.h index c242ab1..2d61e99 100755 --- a/smenu.h +++ b/smenu.h @@ -650,27 +650,27 @@ expand(char *src, misc_t *misc); int -get_bytes(FILE *input, - char *utf8_buffer, - ll_t *ignored_glyphs_list, - langinfo_t *langinfo, - misc_t *misc); +read_bytes(FILE *input, + char *utf8_buffer, + ll_t *ignored_glyphs_list, + langinfo_t *langinfo, + misc_t *misc); int get_scancode(unsigned char *s, size_t max); char * -get_word(FILE *input, - ll_t *word_delims_list, - ll_t *line_delims_list, - ll_t *ignored_glyphs_list, - char *utf8_buffer, - unsigned char *is_last, - toggle_t *toggles, - langinfo_t *langinfo, - win_t *win, - limit_t *limits, - misc_t *misc); +read_word(FILE *input, + ll_t *word_delims_list, + ll_t *line_delims_list, + ll_t *ignored_glyphs_list, + char *utf8_buffer, + unsigned char *is_last, + toggle_t *toggles, + langinfo_t *langinfo, + win_t *win, + limit_t *limits, + misc_t *misc); void left_margin_putp(char *s, term_t *term, win_t *win); @@ -824,7 +824,7 @@ void align_word(word_t *word, alignment_t alignment, size_t prerfix, char sp); int -isempty_non_utf8(const unsigned char * s); +isempty_non_utf8(const unsigned char *s); int -isempty_utf8(const unsigned char * s); +isempty_utf8(const unsigned char *s); -- cgit v1.2.3