HomeSort by: relevance | last modified time | path
    Searched refs:last_line (Results 1 - 25 of 132) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl2/dtc/dist/
srcpos.h 62 int last_line; member in struct:srcpos
75 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
79 (Current).first_line = (Current).last_line = \
80 YYRHSLOC(Rhs, 0).last_line; \
srcpos.c 251 pos->last_line = current_srcfile->lineno;
298 if (pos->first_line != pos->last_line)
301 pos->last_line, pos->last_column);
345 pos->last_line, pos->last_column);
348 first_line ? pos->first_line : pos->last_line);
  /src/external/bsd/byacc/dist/test/btyacc/
err_inherit4.tab.h 33 int last_line; member in struct:YYLTYPE
btyacc_demo.tab.c 176 int last_line; member in struct:YYLTYPE
547 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \
549 (loc).last_line = YYRHSLOC(rhs, 0).last_line; \
556 (loc).last_line = YYRHSLOC(rhs, n).last_line; \
694 (*loc).last_line, (*loc).last_column);
703 (*loc).last_line, (*loc).last_column);
712 (*loc).last_line, (*loc).last_column);
721 (*loc).last_line, (*loc).last_column)
    [all...]
btyacc_demo.tab.h 44 int last_line; member in struct:YYLTYPE
  /src/external/ibm-public/postfix/dist/src/util/
readlline.c 304 int last_line; local
324 last_line = 0;
325 if (readllines(out_buf, fp, &last_line, &first_line) == 0) {
339 } else if (last_line != tp->exp_last_line) {
340 msg_warn("unexpected last_line: got: %d, want: %d",
341 last_line, tp->exp_last_line);
dict_thash.c 76 int last_line; local
123 last_line = 0;
124 while (readllines(line_buffer, fp, &last_line, &lineno)) {
dict.c 527 int last_line; local
538 last_line = 0;
542 while (readllines(buf, fp, &last_line, &lineno)) {
dict_cidr.c 266 int last_line = 0; local
320 while (readllines(line_buffer, map_fp, &last_line, &lineno)) {
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
clang.py 52 last_line = output[-1]
53 if re.search(r'clang(.*): error:', last_line):
54 raise ClangErrorException(last_line)
55 return decode(last_line)
  /src/external/mit/isl/dist/
isl_stream_private.h 29 * last_line is the line number of the previous token.
49 int last_line; member in struct:isl_stream
  /src/external/gpl3/gdb.old/dist/gdb/
source-cache.h 56 and LAST_LINE are the first and last lines to return; line
62 int last_line, std::string *lines_out);
source-cache.c 418 extract_lines (const std::string &text, int first_line, int last_line,
425 while (pos != std::string::npos && lineno <= last_line)
433 if (lineno == last_line || pos == std::string::npos)
457 int last_line, std::string *lines)
459 if (first_line < 1 || last_line < 1 || first_line > last_line)
466 first_line, last_line, lines);
disasm.c 693 int last_line; local
775 last_line = 0;
795 if (last_line == 0
808 if (sal.line > last_line + 1 && last_line != 0)
814 for (l = sal.line - 1; l > last_line; --l)
824 if (sal.line != last_line)
908 last_line = sal.line;
  /src/external/gpl3/gdb/dist/gdb/
source-cache.h 56 and LAST_LINE are the first and last lines to return; line
62 int last_line, std::string *lines_out);
source-cache.c 435 extract_lines (const std::string &text, int first_line, int last_line,
442 while (pos != std::string::npos && lineno <= last_line)
450 if (lineno == last_line || pos == std::string::npos)
474 int last_line, std::string *lines)
476 if (first_line < 1 || last_line < 1 || first_line > last_line)
483 first_line, last_line, lines);
disasm.c 693 int last_line; local
775 last_line = 0;
795 if (last_line == 0
808 if (sal.line > last_line + 1 && last_line != 0)
814 for (l = sal.line - 1; l > last_line; --l)
824 if (sal.line != last_line)
908 last_line = sal.line;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
source-search.exp 33 set last_line [expr $first_line + 12]
35 "^\\s+${first_line}\\s+.*\\s+${last_line}\\s+/\\* Line ${last_line} \\*/\\s+$"
  /src/external/bsd/byacc/dist/test/
btyacc_demo.y 73 @$.last_line, @$.last_column);
78 @$.last_line, @$.last_column);
83 @$.last_line, @$.last_column);
88 @$.last_line, @$.last_column);
117 @$.last_line = @3.last_line;
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.hpp 140 int last_line; member in struct:YYLTYPE
  /src/external/gpl2/groff/dist/src/devices/grotty/
tty.cpp 627 int last_line; local
628 for (last_line = nlines; last_line > 0; last_line--)
629 if (lines[last_line - 1])
632 if (last_line > lines_per_page) {
635 --last_line;
636 while (lines[last_line]) {
637 glyph *tem = lines[last_line];
638 lines[last_line] = tem->next
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
list.exp 30 set last_line [gdb_get_line_number "last line" "list0.c"]
33 set last_line_re "${last_line}\[ \t\]+} /\\* last line \\*/"
220 global last_line
230 set past_end [expr ${last_line} + 10]
235 gdb_test "list ${past_end},${much_past_end}" "Line number ${past_end} out of range; .*list0.c has ${last_line} lines." "list range; both bounds past EOF"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
list.exp 30 set last_line [gdb_get_line_number "last line" "list0.c"]
33 set last_line_re "${last_line}\[ \t\]+} /\\* last line \\*/"
220 global last_line
230 set past_end [expr ${last_line} + 10]
235 gdb_test "list ${past_end},${much_past_end}" "Line number ${past_end} out of range; .*list0.c has ${last_line} lines." "list range; both bounds past EOF"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
basic-dap.exp 133 set last_line [expr {$line - 1}]
137 [list s $srcfile] $first_line $last_line]]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
basic-dap.exp 133 set last_line [expr {$line - 1}]
137 [list s $srcfile] $first_line $last_line]]

Completed in 30 milliseconds

1 2 3 4 5 6