Lines Matching refs:index
18 " - The index of the first line is 1, but the index of the first column is 0.
66 " first_index: integer -- the index of the first character of the segment
67 " last_index: integer -- the index of the last character of the segment
73 " " index: 0 12 34567
131 let i = 0 " The index of the current character in the line
232 \ index(['=:=', '=/='], a:line[i : i + 1]) != -1
238 \ index(['->', '<<', '>>', '||', '==', '/=', '=<', '>=', '++', '--',
342 " lnum: integer -- the index of the non-empty line that was found and
395 " -- the content, lnum and token index of the next (or previous)
418 " i: the index of the given token within line `lnum`
438 " i: the index of the given token within line `lnum`
560 if index(['after', 'and', 'andalso', 'band', 'begin', 'bnot', 'bor', 'bsl',
575 elseif index([')', ']', '}', '<string>', '<string_end>', '<quoted_atom>',
674 " i: the index of the "end of clause" token within its own line
773 " lnum: integer -- index of the line for which the indentation should be
860 elseif (index(['of', 'receive', 'after', 'if'], token) != -1 ||
906 elseif index(['case', 'if', 'try', 'receive'], token) != -1
1144 elseif index(['end', ')', ']', '}', '>>'], token) != -1
1216 elseif index([';', '->', 'when', 'end', 'after', 'catch'],
1245 elseif index(['->', 'when', 'end', 'after', 'catch'], stack[0]) != -1
1286 elseif index(['->', 'when', 'end', 'after', 'catch'], stack[0]) != -1