maxlen 99 core/gui_script.c const char* get_token(const char *p, char *buf, int maxlen) maxlen 103 core/gui_script.c int n = (l <= maxlen) ? l : maxlen; maxlen 112 core/gui_script.c const char* get_name(const char *p, int maxlen, sc_param **sp, int create) maxlen 119 core/gui_script.c p = get_token(p, str, maxlen); maxlen 37 include/font.h extern int rbf_draw_clipped_string(int x, int y, const char *str, twoColors cl, int l, int maxlen); maxlen 302 lib/font/rbf_font.c int rbf_str_clipped_width(const char *str, int l, int maxlen) { maxlen 304 lib/font/rbf_font.c while (*str && l+rbf_char_width(*str)<=maxlen) maxlen 408 lib/font/rbf_font.c int rbf_draw_clipped_string(int x, int y, const char *str, twoColors cl, int l, int maxlen) maxlen 414 lib/font/rbf_font.c while (*str && l+rbf_char_width(*str)<=maxlen) maxlen 104 modules/gui_tbox.c int maxlen, offset, fldlen, window_width; maxlen 145 modules/gui_tbox.c maxlen = maxsize; maxlen 146 modules/gui_tbox.c fldlen = (maxlen < MAX_TEXT_WIDTH) ? maxlen : MAX_TEXT_WIDTH; // length of edit field maxlen 156 modules/gui_tbox.c if (tbox_width < maxlen) maxlen 158 modules/gui_tbox.c if (maxlen < MAX_TEXT_WIDTH) maxlen 159 modules/gui_tbox.c tbox_width = maxlen + 2; // text length maxlen 275 modules/gui_tbox.c if (maxlen>MAX_TEXT_WIDTH && offset != 0 && cursor<offset) maxlen 281 modules/gui_tbox.c if (cursor < (maxlen-1)) maxlen 284 modules/gui_tbox.c if (maxlen>MAX_TEXT_WIDTH && (cursor-offset)>=MAX_TEXT_WIDTH) maxlen 305 modules/gui_tbox.c for (i=(strlen(text) < maxlen-1)?strlen(text):maxlen-1; i>cursor; i--) maxlen 315 modules/gui_tbox.c if (strlen(text) < maxlen) maxlen 357 modules/gui_tbox.c if (strlen(text)<maxlen) maxlen 360 modules/gui_tbox.c if (cursor < (maxlen-1))