start_line 850 src/editor/edit.c edit->start_line = edit->buffer.lines; start_line 1208 src/editor/edit.c edit->start_line -= start_line 1214 src/editor/edit.c edit->start_line += start_line 1290 src/editor/edit.c edit->start_line -= start_line 1296 src/editor/edit.c edit->start_line += start_line 2511 src/editor/edit.c edit->start_line++; start_line 2551 src/editor/edit.c edit->start_line++; start_line 2641 src/editor/edit.c edit->start_line--; start_line 2702 src/editor/edit.c edit->start_line--; start_line 2849 src/editor/edit.c edit->curs_row = edit->buffer.curs_line - edit->start_line; start_line 2875 src/editor/edit.c long lines_above = edit->start_line; start_line 2881 src/editor/edit.c edit->start_line -= i; start_line 2898 src/editor/edit.c lines_below = edit->buffer.lines - edit->start_line - (WIDGET (edit)->lines - 1); start_line 2903 src/editor/edit.c edit->start_line += i; start_line 3031 src/editor/edit.c if (line < e->start_line) start_line 3032 src/editor/edit.c edit_scroll_upward (e, e->start_line - line); start_line 3034 src/editor/edit.c edit_scroll_downward (e, line - e->start_line); start_line 3744 src/editor/edit.c if (p->line >= edit->start_line + w->lines || p->line < edit->start_line) start_line 3761 src/editor/edit.c if (p->line >= edit->start_line + w->lines || p->line < edit->start_line) start_line 493 src/editor/editcmd_dialogs.c edit_history_moveto[edit_stack_iterator].line = edit->start_line + edit->curs_row + 1; start_line 169 src/editor/editdraw.c edit->start_line + 1, start_line 518 src/editor/editdraw.c if (book_mark_query_color (edit, edit->start_line + row, BOOK_MARK_COLOR)) start_line 520 src/editor/editdraw.c else if (book_mark_query_color (edit, edit->start_line + row, BOOK_MARK_FOUND_COLOR)) start_line 545 src/editor/editdraw.c cur_line = edit->start_line + row; start_line 566 src/editor/editdraw.c if (row <= edit->buffer.lines - edit->start_line) start_line 116 src/editor/editwidget.h long start_line; /* line number of the top of the page */ start_line 74 src/execute.c long start_line); start_line 262 src/execute.c long start_line) start_line 272 src/execute.c if (start_line <= 0) start_line 282 src/execute.c parameter = g_strdup_printf ("%ld", start_line); start_line 634 src/execute.c long start_line) start_line 647 src/execute.c execute_get_external_cmd_opts_from_config (command, do_execute_vpath, start_line); start_line 44 src/execute.h long start_line); start_line 524 src/filemanager/cmd.c long start_line, off_t search_start, off_t search_end) start_line 546 src/filemanager/cmd.c ret = mcview_viewer (NULL, filename_vpath, start_line, search_start, search_end); start_line 561 src/filemanager/cmd.c if (start_line > 0) start_line 562 src/filemanager/cmd.c g_snprintf (view_entry, sizeof (view_entry), "View:%ld", start_line); start_line 569 src/filemanager/cmd.c ret = mcview_viewer (NULL, filename_vpath, start_line, search_start, search_end); start_line 586 src/filemanager/cmd.c execute_external_editor_or_viewer (viewer, filename_vpath, start_line); start_line 678 src/filemanager/cmd.c edit_file_at_line (const vfs_path_t * what_vpath, gboolean internal, long start_line) start_line 683 src/filemanager/cmd.c edit_file (what_vpath, start_line); start_line 698 src/filemanager/cmd.c execute_external_editor_or_viewer (editor, what_vpath, start_line); start_line 49 src/filemanager/cmd.h gboolean internal, long start_line, off_t search_start, start_line 56 src/filemanager/cmd.h void edit_file_at_line (const vfs_path_t * what_vpath, gboolean internal, long start_line); start_line 357 src/filemanager/ext.c exec_extension_view (void *target, char *cmd, const vfs_path_t * filename_vpath, int start_line) start_line 379 src/filemanager/ext.c mcview_viewer (cmd, filename_vpath, start_line, 0, 0); start_line 381 src/filemanager/ext.c mcview_load ((WView *) target, cmd, vfs_path_as_str (filename_vpath), start_line, 0, 0); start_line 418 src/filemanager/ext.c const char *lc_data, int start_line) start_line 504 src/filemanager/ext.c exec_extension_view (target, NULL, filename_vpath, start_line); start_line 506 src/filemanager/ext.c exec_extension_view (target, cmd, filename_vpath, start_line); start_line 233 src/viewer/mcviewer.c mcview_viewer (const char *command, const vfs_path_t * file_vpath, int start_line, start_line 259 src/viewer/mcviewer.c mcview_load (lc_mcview, command, vfs_path_as_str (file_vpath), start_line, search_start, start_line 278 src/viewer/mcviewer.c mcview_load (WView * view, const char *command, const char *file, int start_line, start_line 430 src/viewer/mcviewer.c if (mcview_remember_file_position && view->filename_vpath != NULL && start_line == 0) start_line 452 src/viewer/mcviewer.c else if (start_line > 0) start_line 453 src/viewer/mcviewer.c mcview_moveto (view, start_line - 1, 0); start_line 48 src/viewer/mcviewer.h extern gboolean mcview_viewer (const char *command, const vfs_path_t * file_vpath, int start_line, start_line 51 src/viewer/mcviewer.h extern gboolean mcview_load (WView * view, const char *command, const char *file, int start_line, start_line 35 tests/src/execute__execute_external_editor_or_viewer.c const vfs_path_t * filename_vpath, int start_line); start_line 50 tests/src/execute__execute_external_editor_or_viewer.c int start_line) start_line 54 tests/src/execute__execute_external_editor_or_viewer.c execute_external_cmd_opts__start_line__captured = start_line; start_line 36 tests/src/execute__execute_get_external_cmd_opts_from_config.c const vfs_path_t * filename_vpath, int start_line); start_line 127 tests/src/execute__execute_get_external_cmd_opts_from_config.c int start_line; start_line 163 tests/src/execute__execute_get_external_cmd_opts_from_config.c data->start_line);