Lines Matching refs:STRLEN
102 len = (int)STRLEN(IObuff); in do_ascii()
262 for (last = first + STRLEN(first); in linelen()
510 len = (int)STRLEN(s); in ex_sort()
931 len = (int)STRLEN(trailarg) + 1; in do_bang()
933 len += (int)STRLEN(newcmd); in do_bang()
942 len += (int)STRLEN(prevcmd); in do_bang()
954 p = t + STRLEN(t); in do_bang()
1007 newcmd = alloc(STRLEN(prevcmd) + 2 * STRLEN(p_shq) + 1); in do_bang()
1567 len = (long_u)STRLEN(cmd) + 13; // "begin; " + "; end" + NUL in make_filter_cmd()
1570 len = (long_u)STRLEN(cmd) + 3; // "()" + NUL in make_filter_cmd()
1572 len += (long_u)STRLEN(itmp) + 9; // " { < " + " } " in make_filter_cmd()
1574 len += (long_u)STRLEN(otmp) + (long_u)STRLEN(p_srr) + 2; // " " in make_filter_cmd()
1666 end = buf + STRLEN(buf); in append_redir()
2629 len = (int)STRLEN(command) + 3; in do_ecmd()
3311 p = eap->nextcmd + STRLEN(eap->nextcmd); in ex_append()
4159 matchcol = (colnr_T)STRLEN(sub_firstline); in ex_substitute()
4269 len_change = (int)STRLEN(new_line) in ex_substitute()
4270 - (int)STRLEN(orig_line); in ex_substitute()
4374 matchcol = (colnr_T)STRLEN(sub_firstline); in ex_substitute()
4462 needed_len = copy_len + ((unsigned)STRLEN(p1) in ex_substitute()
4484 len = (unsigned)STRLEN(new_start); in ex_substitute()
4650 matchcol = (colnr_T)STRLEN(sub_firstline) - matchcol; in ex_substitute()
4651 prev_matchcol = (colnr_T)STRLEN(sub_firstline) in ex_substitute()
4695 matchcol = (colnr_T)STRLEN(sub_firstline) - matchcol; in ex_substitute()
4696 prev_matchcol = (colnr_T)STRLEN(sub_firstline) in ex_substitute()