Lines Matching refs:STRLEN
74 p = arg + STRLEN(arg) - 1; in ex_help()
97 len = (int)STRLEN(matches[i]); in ex_help()
231 int len = (int)STRLEN(arg); in check_help_lang()
286 return (int)(100 * num_letters + STRLEN(matched_string) + offset); in help_heuristic()
539 mch_memmove(IObuff, IObuff + 1, STRLEN(IObuff)); in find_help_tags()
545 mch_memmove(IObuff, IObuff + 1, STRLEN(IObuff)); in find_help_tags()
552 mch_memmove(IObuff, IObuff + 1, STRLEN(IObuff)); in find_help_tags()
602 len = (int)STRLEN(file[i]) - 3; in cleanup_help_tags()
610 if (j != i && (int)STRLEN(file[j]) == len + 3 in cleanup_help_tags()
622 len = (int)STRLEN(file[i]) - 3; in cleanup_help_tags()
732 len = (int)STRLEN(line); in fix_help_buffer()
977 dirlen = (int)STRLEN(dir); in helptags_one()
1014 s = alloc(18 + (unsigned)STRLEN(tagfname)); in helptags_one()
1099 s = alloc(p2 - p1 + STRLEN(fname) + 2); in helptags_one()
1217 len = (int)STRLEN(files[i]); in do_helptags()