Lines Matching refs:STRLEN
301 half = i = (int)STRLEN(s); in trunc_string()
316 for (i = (int)STRLEN(s); in trunc_string()
327 len = STRLEN(s); in trunc_string()
341 len = STRLEN(s + i) + 1; in trunc_string()
482 Buf = alloc(STRLEN(sname) + STRLEN(p)); in get_emsg_source()
508 Buf = alloc(STRLEN(p) + 20); in get_emsg_lnum()
939 && (n = (int)STRLEN(s) - room) > 0) in msg_may_trunc()
982 len = (int)STRLEN(s); in add_msg_hist()
1533 return msg_outtrans_len_attr(str, (int)STRLEN(str), attr); in msg_outtrans_attr()
1632 retval += (int)STRLEN(s); in msg_outtrans_len_attr()
1823 if ((int)(STRLEN(s) + STRLEN(buf)) < len) in str2specialbuf()
1857 trail = s + STRLEN(s); in msg_prt_line()
2095 msg_outtrans_long_len_attr(longstr, (int)STRLEN(longstr), attr); in msg_outtrans_long_attr()
2436 len = (int)STRLEN(p) + 40; in inc_msg_scrolled()
2772 if (maxlen > 0 && STRLEN(p) > (size_t)maxlen) in msg_puts_printf()
3082 int len = (int)STRLEN(str); in mch_errmsg_c()
3153 len = (int)STRLEN(str) + 1; in mch_errmsg()
3188 int len = (int)STRLEN(str); in mch_msg_c()
3944 hotkp += STRLEN(hotkp); in msg_show_console_dialog()
4009 len += (int)(STRLEN(message) in msg_show_console_dialog()
4011 + STRLEN(buttons) in msg_show_console_dialog()
4037 msgp = confirm_msg + 1 + STRLEN(message); in msg_show_console_dialog()