Searched refs:last_line (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10.1/vim-55/runtime/indent/
H A Dverilog.vim58 let last_line = getline(lnum)
77 if last_line =~ '\*/\s*$' && last_line !~ '/\*.\{-}\*/'
84 elseif last_line =~ '`\@<!\<\(if\|else\)\>' ||
85 \ last_line =~ '^\s*\<\(for\|case\%[[zx]]\)\>' ||
86 \ last_line =~ '^\s*\<\(always\|initial\)\>' ||
87 \ last_line =~ '^\s*\<\(specify\|fork\)\>'
88 if last_line !~ '\(;\|\<end\>\)\s*' . vlog_comment . '*$' ||
89 \ last_line =~ '\(//\|/\*\).*\(;\|\<end\>\)\s*' . vlog_comment . '*$'
94 elseif last_line
[all...]
H A Dphp.vim435 let last_line = getline(lnum)
468 if !b:InPHPcode_and_script && last_line =~ '\%(<?.*\)\@<!?>\%(.*<?\)\@!' && IslinePHP(lnum, '?>')=~"Delimiter"
476 elseif last_line =~? '<<<''\=\a\w*''\=$'
478 let b:InPHPcode_tofind = substitute( last_line, '^.*<<<''\=\(\a\w*\)''\=$', '^\\s*\1;\\=$', '')
509 if last_line =~ '^\s*/\*'
544 let last_line = getline(lnum)
580 if last_line =~ '[;}]'.endline && last_line !~ '^)' && last_line !~# s:defaultORcase
583 elseif b:PHP_indentinghuge && ind==b:PHP_CurrentIndentLevel && cline !~# '^\s*\%(else\|\%(case\|default\).*:\|[})];\=\)' && last_line !~# '
[all...]
/macosx-10.10.1/nano-12/src/
H A Dhelp.c46 size_t last_line = 0; local
87 for (; *ptr != '\0'; last_line++) {
92 if (last_line > 0)
93 last_line--;
151 if (line + (editwinrows - 1) < last_line)
159 if (line + (editwinrows - 1) < last_line)
168 if (line + (editwinrows - 1) < last_line)
169 line = last_line - (editwinrows - 1);
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Derrors.h223 int last_line; member in struct:YYLTYPE
H A Dnidl.h309 int last_line; member in struct:YYLTYPE
/macosx-10.10.1/groff-38/groff/src/devices/grotty/
H A Dtty.cpp625 int last_line; local
626 for (last_line = nlines; last_line > 0; last_line--)
627 if (lines[last_line - 1])
630 if (last_line > lines_per_page) {
633 --last_line;
634 while (lines[last_line]) {
635 glyph *tem = lines[last_line];
636 lines[last_line]
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dtkpasswd135 global last_line ;# last line of text box
141 set last_line 1
152 lappend nopasswords $last_line
158 incr last_line
160 incr last_line -1
538 global selection_line last_line
544 set selection_line $last_line
545 } elseif {$selection_line > $last_line} {
553 global selection_line last_line nopasswords
570 set selection_line $last_line
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclDate.c298 int last_line; member in struct:YYLTYPE
834 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
839 (Current).first_line = (Current).last_line = \
840 YYRHSLOC (Rhs, 0).last_line; \
857 (Loc).last_line, (Loc).last_column)
1438 yylloc.first_line = yylloc.last_line = 1;
/macosx-10.10.1/ruby-106/ruby/
H A Diseq.h100 int last_line; member in struct:iseq_compile_data
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.cpp699 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
704 (Current).first_line = (Current).last_line = \
705 YYRHSLOC (Rhs, 0).last_line; \
722 (Loc).last_line, (Loc).last_column)
H A DOSUnserializeXML.cpp737 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
742 (Current).first_line = (Current).last_line = \
743 YYRHSLOC (Rhs, 0).last_line; \
760 (Loc).last_line, (Loc).last_column)
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFUnserialize.tab.c734 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
739 (Current).first_line = (Current).last_line = \
740 YYRHSLOC (Rhs, 0).last_line; \
757 (Loc).last_line, (Loc).last_column)
/macosx-10.10.1/awk-20/src/
H A Dytab.c1966 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
1971 (Current).first_line = (Current).last_line = \
1972 YYRHSLOC (Rhs, 0).last_line; \
1989 (Loc).last_line, (Loc).last_column)
H A Dytabc.bak1836 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
1841 (Current).first_line = (Current).last_line = \
1842 YYRHSLOC (Rhs, 0).last_line; \
1859 (Loc).last_line, (Loc).last_column)
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetdate.c885 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
890 (Current).first_line = (Current).last_line = \
891 YYRHSLOC (Rhs, 0).last_line; \
908 (Loc).last_line, (Loc).last_column)
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_parser.c1406 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
1411 (Current).first_line = (Current).last_line = \
1412 YYRHSLOC (Rhs, 0).last_line; \
1429 (Loc).last_line, (Loc).last_column)
/macosx-10.10.1/bc-21/bc/bc/
H A Dbc.c1694 yylsp->last_line = (yylsp-1)->last_line;
1700 yylsp->last_line = (yylsp+yylen-1)->last_line;
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dplural.c518 Current.last_line = Rhs[N].last_line; \
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf2.c719 struct line_info* last_line; /* largest VMA */ member in struct:line_info_table
812 headed by table->last_line
816 if (!table->last_line
817 || new_line_sorts_after (info, table->last_line))
820 info->prev_line = table->last_line;
821 table->last_line = info;
837 /* Abnormal and hard: Neither 'last_line' nor 'lcl_head' are valid
839 struct line_info* li2 = table->last_line; /* always non-NULL */
1018 table->last_line = NULL;
1312 /* Note: table->last_line shoul
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Darparse.c548 (Current).last_line = (Rhs)[N].last_line, \
H A Ddefparse.c607 (Current).last_line = (Rhs)[N].last_line, \
H A Dsysinfo.c488 (Current).last_line = (Rhs)[N].last_line, \
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dplural.c518 Current.last_line = Rhs[N].last_line; \
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/rd/
H A Dinline_parser.rb209 last_line(pre)
215 def last_line(src) method in class:RDoc.InlineParser
222 private :last_line
/macosx-10.10.1/vim-55/src/
H A Dex_cmds.c596 linenr_T last_line = 0; /* last changed line */ local
681 last_line = lnum;
709 changed_lines(first_line, 0, last_line + 1, 0L);
735 linenr_T last_line; /* Last line in file after adding new text */ local
778 last_line = curbuf->b_ml.ml_line_count;
779 mark_adjust(line1, line2, last_line - line2, 0L);
793 mark_adjust(last_line - num_lines + 1, last_line,
794 -(last_line - dest - extra), 0L);
4262 linenr_T last_line local
[all...]

Completed in 326 milliseconds

12