HomeSort by: relevance | last modified time | path
    Searched refs:last_non_comment_line (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-elisp.c 371 static int last_non_comment_line; variable
637 if (last_non_comment_line > last_comment_line)
669 last_non_comment_line = line_number;
728 last_non_comment_line = line_number;
735 last_non_comment_line = line_number;
750 last_non_comment_line = line_number;
764 last_non_comment_line = line_number;
771 last_non_comment_line = line_number;
785 last_non_comment_line = line_number;
802 last_non_comment_line = line_number
    [all...]
x-scheme.c 617 static int last_non_comment_line; variable
699 if (last_non_comment_line > last_comment_line)
753 last_non_comment_line = line_number;
812 last_non_comment_line = line_number;
820 last_non_comment_line = line_number;
844 last_non_comment_line = line_number;
870 last_non_comment_line = line_number;
877 last_non_comment_line = line_number;
895 last_non_comment_line = line_number;
925 last_non_comment_line = line_number
    [all...]
x-lisp.c 868 static int last_non_comment_line; variable
954 if (last_non_comment_line > last_comment_line)
968 last_non_comment_line = line_number;
1036 last_non_comment_line = line_number;
1106 last_non_comment_line = line_number;
1114 last_non_comment_line = line_number;
1138 last_non_comment_line = line_number;
1200 last_non_comment_line = line_number;
1243 last_non_comment_line = line_number;
1323 last_non_comment_line = line_number
    [all...]
x-smalltalk.c 158 static int last_non_comment_line; variable
244 if (last_non_comment_line > last_comment_line)
254 last_non_comment_line = tp->line_number;
503 last_non_comment_line = -1;
x-tcl.c 401 static int last_non_comment_line; variable
732 last_non_comment_line = line_number;
740 if (last_non_comment_line > last_comment_line)
749 last_non_comment_line = line_number;
756 last_non_comment_line = line_number;
776 last_non_comment_line = line_number;
808 last_non_comment_line = line_number;
983 last_non_comment_line = -1;
x-ycp.c 78 static int last_non_comment_line; variable
436 if (last_non_comment_line > last_comment_line)
446 last_non_comment_line = tp->line_number;
756 last_non_comment_line = -1;
x-php.c 579 static int last_non_comment_line; variable
787 if (last_non_comment_line > last_comment_line)
797 last_non_comment_line = tp->line_number;
1392 last_non_comment_line = -1;
x-sh.c 330 static int last_non_comment_line; variable
746 if (last_non_comment_line > last_comment_line)
789 last_non_comment_line = line_number;
796 last_non_comment_line = line_number;
838 last_non_comment_line = line_number;
1175 last_non_comment_line = line_number;
1341 last_non_comment_line = -1;
x-awk.c 126 static int last_non_comment_line; variable
398 if (last_non_comment_line > last_comment_line)
416 last_non_comment_line = tp->line_number;
869 last_non_comment_line = -1;
x-perl.c 414 static int last_non_comment_line; variable
2016 if (last_non_comment_line > last_comment_line)
2037 last_non_comment_line = tp->line_number;
3388 last_non_comment_line = -1;
x-java.c 614 static int last_non_comment_line; variable
868 if (last_non_comment_line > last_comment_line)
878 last_non_comment_line = tp->line_number;
1428 last_non_comment_line = -1;
x-python.c 576 static int last_non_comment_line; variable
1362 if (last_non_comment_line > last_comment_line)
1372 last_non_comment_line = tp->line_number;
1785 last_non_comment_line = -1;
x-csharp.c 626 static int last_non_comment_line; variable
1549 if (last_non_comment_line > last_comment_line)
1559 last_non_comment_line = tp->logical_line_number;
2118 last_non_comment_line = -1;

Completed in 39 milliseconds