Lines Matching defs:sview

81 struct list_node *source_get_node(struct sviewer *sview, const char *path)  in source_get_node()
520 struct list_node *source_add(struct sviewer *sview, const char *path) in source_add()
592 int source_del(struct sviewer *sview, const char *path) in source_del()
636 int source_length(struct sviewer *sview, const char *path) in source_length()
647 char *source_current_file(struct sviewer *sview) in source_current_file()
660 static int source_get_mark_char(struct sviewer *sview, in source_get_mark_char()
683 int source_set_mark(struct sviewer *sview, int key) in source_set_mark()
717 int source_goto_mark(struct sviewer *sview, int key) in source_goto_mark()
806 int source_display(struct sviewer *sview, int focus, enum win_refresh dorefresh) in source_display()
1086 void source_move(struct sviewer *sview, SWINDOW *win) in source_move()
1092 static int clamp_line(struct sviewer *sview, int line) in clamp_line()
1102 void source_vscroll(struct sviewer *sview, int offset) in source_vscroll()
1110 void source_hscroll(struct sviewer *sview, int offset) in source_hscroll()
1131 void source_set_sel_line(struct sviewer *sview, int line) in source_set_sel_line()
1145 static struct list_node *source_get_asmnode(struct sviewer *sview, in source_get_asmnode()
1177 int source_set_exec_line(struct sviewer *sview, const char *path, int sel_line, int exe_line) in source_set_exec_line()
1212 int source_set_exec_addr(struct sviewer *sview, uint64_t addr) in source_set_exec_addr()
1229 void source_free(struct sviewer *sview) in source_free()
1246 void source_search_regex_init(struct sviewer *sview) in source_search_regex_init()
1267 int source_search_regex(struct sviewer *sview, in source_search_regex()
1327 static void source_clear_breaks(struct sviewer *sview) in source_clear_breaks()
1339 void source_set_breakpoints(struct sviewer *sview, in source_set_breakpoints()
1372 int source_reload(struct sviewer *sview, const char *path, int force) in source_reload()