Lines Matching refs:STRLEN

48     cinw_len = (int)STRLEN(curbuf->b_p_cinw) + 1;  in cin_is_cinword()
294 s += STRLEN(s); in cin_skipcomment()
302 s += STRLEN(s); in cin_skipcomment()
464 if (*line != NUL && line[STRLEN(line) - 1] == '\\') in cin_ispreproc_cont()
478 if (*line == NUL || line[STRLEN(line) - 1] != '\\') in cin_ispreproc_cont()
555 int l = (int)STRLEN(word); in cin_starts_with()
682 int len = (int)STRLEN(find); in cin_ends_in()
690 if (ignore != NULL && STRNCMP(r, ignore, STRLEN(ignore)) == 0) in cin_ends_in()
691 r = skipwhite(r + STRLEN(ignore)); in cin_ends_in()
1000 if (*line != NUL && line[STRLEN(line) - 1] == '\\') in cin_get_equal_amount()
1227 if (*s == NUL || s[STRLEN(s) - 1] != '\\') in cin_isfuncdecl()
2094 && curwin->w_cursor.col < (colnr_T)STRLEN(linecopy) in get_c_indent()
2201 lead_start_len = (int)STRLEN(lead_start); in get_c_indent()
2208 lead_middle_len = (int)STRLEN(lead_middle); in get_c_indent()
2215 && STRNCMP(theline, lead_end, STRLEN(lead_end)) != 0) in get_c_indent()
2250 && STRNCMP(theline, lead_end, STRLEN(lead_end)) == 0) in get_c_indent()
3146 (*skipwhite(l) == '[' || l[STRLEN(l) - 1] == '[')) in get_c_indent()
3196 if (*l == NUL || l[STRLEN(l) - 1] != '\\') in get_c_indent()
3358 n = (int)STRLEN(l); in get_c_indent()
3414 && l[STRLEN(l) - 1] == '\\') in get_c_indent()
3710 || (*l != NUL && (n = l[STRLEN(l) - 1]) == '\\')) in get_c_indent()
3726 if (*l == NUL || l[STRLEN(l) - 1] != '\\') in get_c_indent()
3809 || (*l != NUL && l[STRLEN(l) - 1] == '\\')) in get_c_indent()
3839 if (*l != NUL && l[STRLEN(l) - 1] == '\\') in get_c_indent()
4029 p = look + STRLEN(look); in in_cinkeys()