Searched refs:first_char (Results 1 – 5 of 5) sorted by relevance
448 let l:first_char = indent(a:lnum) + 1455 if s:IsLineComment(a:lnum, l:first_char) || s:IsInMultilineComment(a:lnum, l:first_char)
1401 int first_char = NUL; // init for GCC in open_line() local1455 first_char = *p; in open_line()1500 && (p_extra == NULL || first_char != '{')) in open_line()
1034 char_u *first_char; in read_limits() local1043 first_char = regparse; in read_limits()1052 else if (VIM_ISDIGIT(*first_char)) in read_limits()
142 int first_char; in op_shift() local154 first_char = *ml_get_curline(); in op_shift()155 if (first_char == NUL) // empty line in op_shift()163 if (first_char != '#' || !preprocs_left()) in op_shift()
3822 char_u first_char = **pp; in find_extra() local3832 if (*str != first_char) in find_extra()3852 first_char = *str; in find_extra()