Lines Matching refs:STRLEN

218     len = (unsigned)STRLEN(s);  in reverse_text()
679 if ((int)STRLEN(ptr) <= pos->col) in searchit()
1007 pos->col = (colnr_T)STRLEN(ml_get_buf(buf, in searchit()
1143 pos->col = (int)STRLEN(ml_get_buf(buf, pos->lnum, FALSE)); in searchit()
1342 searchcmdlen += (int)(STRLEN(pat) - STRLEN(strcopy)); in do_search()
1415 off_len = STRLEN(off_buf); in do_search()
1435 if (len < STRLEN(p) + off_len + SEARCH_STAT_BUF_LEN + 3) in do_search()
1436 len = STRLEN(p) + off_len + SEARCH_STAT_BUF_LEN + 3; in do_search()
1440 len = STRLEN(p) + off_len + 3; in do_search()
1458 mch_memmove(msgbuf + 2, p, STRLEN(p)); in do_search()
1461 mch_memmove(msgbuf + 1, p, STRLEN(p)); in do_search()
1463 mch_memmove(msgbuf + STRLEN(p) + 1, off_buf, off_len); in do_search()
1490 pat_len = msgbuf + STRLEN(msgbuf) - r; in do_search()
1814 len = (int)STRLEN(p); in searchc()
2367 pos.col = (colnr_T)STRLEN(linep); // pos.col on trailing NUL in findmatchlimit()
2558 if (*ptr && *(ptr + STRLEN(ptr) - 1) == '\\') in findmatchlimit()
3047 pos.col = (colnr_T)STRLEN( in current_search()
3171 len = STRLEN(t); in cmdline_search_stat()
3180 mch_memmove(msgbuf + STRLEN(msgbuf) - len, t, len); in cmdline_search_stat()
3246 && MB_STRNICMP(lastpat, spats[last_idx].pat, STRLEN(lastpat)) == 0 in update_search_stat()
3247 && STRLEN(lastpat) == STRLEN(spats[last_idx].pat) in update_search_stat()
3536 i = (int)STRLEN(p); in find_pattern_in_path()
3953 i = (int)STRLEN(line); in find_pattern_in_path()
4028 p = line + STRLEN(line) - 1; in show_pat_in_path()