/dflybsd-src/contrib/gdb-7/gdb/tui/ |
H A D | tui-windata.c | 196 int first_line = (-1); in tui_display_data_from() local 199 first_line = tui_line_from_reg_element_no (element_no); in tui_display_data_from() 204 if (first_line >= 0) in tui_display_data_from() 209 tui_display_data_from_line (first_line); in tui_display_data_from() 272 int first_line = (-1); in tui_vertical_data_scroll() local 277 first_line = tui_line_from_reg_element_no (first_element_no); in tui_vertical_data_scroll() 283 if (first_line >= 0) in tui_vertical_data_scroll() 286 first_line += num_to_scroll; in tui_vertical_data_scroll() 288 first_line -= num_to_scroll; in tui_vertical_data_scroll() 291 tui_display_data_from_line (first_line); in tui_vertical_data_scroll()
|
/dflybsd-src/share/examples/printing/ |
H A D | psif | 8 read first_line 9 first_two_chars=`expr "$first_line" : '\(..\)'` 15 echo "$first_line" && cat && printf "\004" && exit 0 21 ( echo "$first_line"; cat ) | /usr/local/bin/textps && printf "\004" && exit 0
|
H A D | if-gs-ljet4 | 14 read first_line 15 first_two_chars=`expr "$first_line" : '\(..\)'` 21 (echo "$first_line" && cat && exit 0) | \ 29 ( echo "$first_line"; cat ) | /usr/local/bin/enscript -G | \
|
H A D | ifhp | 14 read first_line 15 first_two_chars=`expr "$first_line" : '\(..\)'` 29 echo "$first_line" && cat && printf "\f" && exit 0
|
/dflybsd-src/contrib/ee/ |
H A D | new_curse.c | 709 orig = origin->first_line; 710 dest = destination->first_line; 1506 Ntemp->first_line = temp_screen = Screenalloc(cols); 1507 Ntemp->first_line->number = 0; 1510 Ntemp->line_array[0] = Ntemp->first_line; 1520 Ntemp->first_line->prev_screen = NULL; 2065 for (i = 0, tmp = window->first_line; i < window->Num_lines; i++, tmp = tmp->next_screen) 2079 for (row = 0, tmp = window->first_line; row < window->LY; row++) 2094 …for (value = 0, temp = window->first_line; value < window->Num_lines; value++, temp = temp->next_s… 2104 …for (value = 0, temp = virtual_scr->first_line; value < virtual_scr->Num_lines; value++, temp = te… [all …]
|
H A D | new_curse.h | 178 struct _line *first_line; member
|
H A D | ee.c | 130 struct text *first_line; /* first line of current buffer */ variable 571 curr_line = first_line = txtalloc(); 1765 tmp_line = first_line->next_line; 2212 curr_line= first_line; in check_fp() 2490 while (curr_line != first_line) in delete_text() 2554 out_line = first_line; 3062 struct text *tmpline = first_line; in from_top() 3217 line_holder = first_line;
|
/dflybsd-src/contrib/smbfs/examples/print/ |
H A D | lj6l | 11 read first_line 12 first_two_chars=`expr "$first_line" : '\(..\)'` 19 echo $first_line && cat && printf "\033&l0H" && exit 0
|
/dflybsd-src/contrib/gdb-7/gdb/cli/ |
H A D | cli-cmds.c | 1014 int first_line = sal.line - get_lines_to_list () / 2; in list_command() local 1016 if (first_line < 1) first_line = 1; in list_command() 1019 first_line, in list_command() 1020 first_line + get_lines_to_list (), in list_command()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | read-md.h | 115 int first_line,
|
H A D | read-md.c | 1333 int first_line, in read_file_fragment() argument 1343 m_first_line = first_line; in read_file_fragment()
|
H A D | diagnostic-show-locus.c | 158 line_span (linenum_type first_line, linenum_type last_line) in line_span() 159 : m_first_line (first_line), m_last_line (last_line) in line_span() 161 gcc_assert (first_line <= last_line); in line_span()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | go-exp.c | 929 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 936 (Current).first_line = (Current).last_line = \ 953 (Loc).first_line, (Loc).first_column, \
|
H A D | ada-exp.c | 1126 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 1133 (Current).first_line = (Current).last_line = \ 1150 (Loc).first_line, (Loc).first_column, \
|
H A D | coffread.c | 1382 enter_linenos (long file_offset, int first_line, in enter_linenos() argument 1407 first_line--; in enter_linenos() 1424 first_line + L_LNNO32 (&lptr), in enter_linenos()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | internal.h | 532 source_location first_line; member
|
H A D | traditional.c | 368 pfile->out.first_line = pfile->line_table->highest_line; in _cpp_scan_out_logical_line()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | internal.h | 555 source_location first_line; member
|
H A D | traditional.c | 404 pfile->out.first_line = pfile->line_table->highest_line; in _cpp_scan_out_logical_line()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-ppoutput.c | 296 maybe_print_line (pfile->out.first_line); in scan_translation_unit_trad()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-ppoutput.c | 325 maybe_print_line (pfile->out.first_line); in scan_translation_unit_trad()
|
/dflybsd-src/contrib/cvs-1.12/lib/ |
H A D | getdate.c | 754 ((Current).first_line = (Rhs)[1].first_line, \
|