| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | readlline.c | 304 int last_line; in main() local 324 last_line = 0; in main() 325 if (readllines(out_buf, fp, &last_line, &first_line) == 0) { in main() 339 } else if (last_line != tp->exp_last_line) { in main() 341 last_line, tp->exp_last_line); in main()
|
| D | dict_thash.c | 76 int last_line; in dict_thash_open() local 123 last_line = 0; in dict_thash_open() 124 while (readllines(line_buffer, fp, &last_line, &lineno)) { in dict_thash_open()
|
| D | dict.c | 487 int last_line; in dict_load_fp() local 498 last_line = 0; in dict_load_fp() 502 while (readllines(buf, fp, &last_line, &lineno)) { in dict_load_fp()
|
| D | dict_cidr.c | 263 int last_line = 0; in dict_cidr_open() local 317 while (readllines(line_buffer, map_fp, &last_line, &lineno)) { in dict_cidr_open()
|
| D | dict_regexp.c | 760 int last_line = 0; in dict_regexp_open() local 816 while (readllines(line_buffer, map_fp, &last_line, &lineno)) { in dict_regexp_open()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | source-cache.c | 412 extract_lines (const std::string &text, int first_line, int last_line, in extract_lines() argument 419 while (pos != std::string::npos && lineno <= last_line) in extract_lines() 427 if (lineno == last_line || pos == std::string::npos) in extract_lines() 451 int last_line, std::string *lines) in get_source_lines() argument 453 if (first_line < 1 || last_line < 1 || first_line > last_line) in get_source_lines() 460 first_line, last_line, lines); in get_source_lines()
|
| D | disasm.c | 735 int last_line; in do_mixed_source_and_assembly() local 817 last_line = 0; in do_mixed_source_and_assembly() 837 if (last_line == 0 in do_mixed_source_and_assembly() 850 if (sal.line > last_line + 1 && last_line != 0) in do_mixed_source_and_assembly() 856 for (l = sal.line - 1; l > last_line; --l) in do_mixed_source_and_assembly() 868 if (sal.line != last_line) in do_mixed_source_and_assembly() 949 last_line = sal.line; in do_mixed_source_and_assembly()
|
| D | source-cache.h | 62 int last_line, std::string *lines_out);
|
| D | buildsym.c | 645 std::optional<int> last_line; in record_line() local 650 last_line = last->line; in record_line() 659 if (!last_line.has_value () || *last_line == 0) in record_line()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | 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 …{much_past_end}" "Line number ${past_end} out of range; .*list0.c has ${last_line} lines." "list r…
|
| /netbsd/src/external/bsd/byacc/dist/test/ |
| D | 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;
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | dwarf2.c | 1797 struct line_info* last_line; /* Largest VMA. */ member 1947 && seq->last_line->address == address in add_line_info() 1948 && seq->last_line->op_index == op_index in add_line_info() 1949 && seq->last_line->end_sequence == end_sequence) in add_line_info() 1953 if (table->lcl_head == seq->last_line) in add_line_info() 1955 info->prev_line = seq->last_line->prev_line; in add_line_info() 1956 seq->last_line = info; in add_line_info() 1958 else if (!seq || seq->last_line->end_sequence) in add_line_info() 1967 seq->last_line = info; in add_line_info() 1973 || new_line_sorts_after (info, seq->last_line)) in add_line_info() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | dwarf2.c | 1797 struct line_info* last_line; /* Largest VMA. */ member 1947 && seq->last_line->address == address in add_line_info() 1948 && seq->last_line->op_index == op_index in add_line_info() 1949 && seq->last_line->end_sequence == end_sequence) in add_line_info() 1953 if (table->lcl_head == seq->last_line) in add_line_info() 1955 info->prev_line = seq->last_line->prev_line; in add_line_info() 1956 seq->last_line = info; in add_line_info() 1958 else if (!seq || seq->last_line->end_sequence) in add_line_info() 1967 seq->last_line = info; in add_line_info() 1973 || new_line_sorts_after (info, seq->last_line)) in add_line_info() [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/src/postalias/ |
| D | postalias.c | 301 int last_line; in postalias() local 390 last_line = 0; in postalias() 391 while (readllines(line_buffer, source_fp, &last_line, &lineno)) { in postalias()
|
| /netbsd/src/usr.bin/mail/ |
| D | complete.c | 782 static char last_line[LINESIZE]; in get_dolist() local 789 if (len >= sizeof(last_line) - 1) in get_dolist() 792 cursor_pos = last_line + (lf->cursor - lf->buffer); in get_dolist() 795 strncmp(last_line, lf->buffer, len) == 0; in get_dolist() 797 (void)strlcpy(last_line, lf->buffer, len + 1); in get_dolist()
|
| /netbsd/src/external/bsd/elftosb/dist/elftosb2/ |
| D | elftosb_parser.tab.cpp | 227 int last_line; member 881 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 886 (Current).first_line = (Current).last_line = \ 887 YYRHSLOC (Rhs, 0).last_line; \ 904 (Loc).last_line, (Loc).last_column) 1347 yylloc.first_line = yylloc.last_line = 1;
|
| D | elftosb_parser.tab.hpp | 140 int last_line; member
|
| /netbsd/src/external/ibm-public/postfix/dist/src/postmap/ |
| D | postmap.c | 400 int last_line; in postmap() local 485 last_line = 0; in postmap() 486 while (readllines(line_buffer, source_fp, &last_line, &lineno)) { in postmap()
|
| /netbsd/src/bin/ksh/ |
| D | history.c | 460 static int last_line = -1; in histbackup() local 462 if (histptr >= histlist && last_line != hist_source->line) { in histbackup() 466 last_line = hist_source->line; in histbackup()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-aarch64.h | 236 unsigned last_line; member
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | read-md.h | 166 int last_line);
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | listing.c | 299 static unsigned int last_line = 0xffff; in listing_newline() local 336 if (line == last_line in listing_newline() 403 last_line = line; in listing_newline()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/postconf/ |
| D | postconf_master.c | 423 int last_line = 0; in pcf_read_master() local 451 while (readllines(buf, fp, &last_line, &line_count) != 0) { in pcf_read_master()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | getdate.c | 884 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 889 (Current).first_line = (Current).last_line = \ 890 YYRHSLOC (Rhs, 0).last_line; \ 907 (Loc).last_line, (Loc).last_column)
|
| /netbsd/src/external/bsd/byacc/dist/ |
| D | btyaccpar.skel | 80 (loc).first_line = YYRHSLOC(rhs, 0).last_line; \ 82 (loc).last_line = YYRHSLOC(rhs, 0).last_line; \ 89 (loc).last_line = YYRHSLOC(rhs, n).last_line; \
|