Searched refs:outermost (Results 1 – 4 of 4) sorted by relevance
2395 pos_T outermost; in get_c_indent() local2400 outermost = *trypos; in get_c_indent()2401 curwin->w_cursor.lnum = outermost.lnum; in get_c_indent()2402 curwin->w_cursor.col = outermost.col; in get_c_indent()2405 } while (trypos && trypos->lnum == outermost.lnum); in get_c_indent()2409 line = ml_get(outermost.lnum); in get_c_indent()2412 cin_is_if_for_while_before_offset(line, &outermost.col); in get_c_indent()
398 nested ":try"s in the script. The outermost ":endtry"
12725 returns at the outermost ":endtry".13480 all nested ":try"s inside the loop. The outermost13491 all nested ":try"s inside the loop. The outermost14646 functions, control flow goes to the line following the outermost ":endwhile"
387 " at the line following the outermost :endif or :endwhile. When not1028 " Error continuation outside a function is at the outermost :endwhile or :endif.