Lines Matching refs:previous
161 " loop through previous expressions to find a var statement
194 " if the previous line doesn't end in a comma, return to regular indent
233 " Set up variables to use and search for MSL to the previous line.
238 " If the previous line wasn't a MSL and is continuation return its indent.
249 " If the previous line ended with [*+/.-=], start a continuation that
302 " previous nonblank line number
318 " if the previous line ends in comma or semicolon don't indent
321 " get previous line indent, if it's comma first return prevline indent
367 " 3.3. Work on the previous line. {{{2
370 " If the line is empty and the previous nonblank line was a multi-line
380 " If the line is empty and inside a string, use the previous line.
394 " If the previous line ended with a block opening, add a level of indent.
399 " If the previous line contained an opening bracket, and we are still in it,