Home
last modified time | relevance | path

Searched refs:editor_t (Results 1 – 17 of 17) sorted by relevance

/dports/x11/apwal/apwal/src/
H A Deditor.c28 static void editor_build_interface(editor_t *e);
32 editor_t *e);
35 editor_t *e);
39 editor_t *e);
46 editor_t* editor_new(struct apwalapp_t *apwal) in editor_new()
48 editor_t *editor; in editor_new()
53 editor = (editor_t *)malloc(sizeof(editor_t)); in editor_new()
151 void editor_refresh(editor_t *e) in editor_refresh()
191 static void editor_build_interface(editor_t *e) in editor_build_interface()
280 editor_t *e) in editor_button_press_event()
[all …]
H A Deditor.h28 typedef struct editor_t struct
53 } editor_t; argument
56 editor_t* editor_new(struct apwalapp_t *apwal);
57 void editor_refresh(editor_t *l);
58 void editor_goto(editor_t *e, int pos_x, int pos_y);
H A Dapwalapp.h56 struct editor_t *editor;
/dports/editors/mle/mle-1.4.3/
H A Deditor.c15 static int _editor_destroy_cmd(editor_t *editor, cmd_t *cmd);
52 static void _editor_register_cmds(editor_t *editor);
53 static void _editor_init_kmaps(editor_t *editor);
61 static void _editor_init_syntaxes(editor_t *editor);
71 static void _editor_init_status(editor_t *editor);
152 int editor_run(editor_t *editor) { in editor_run()
161 int editor_deinit(editor_t *editor) { in editor_deinit()
384 int editor_debug_dump(editor_t *editor, FILE *fp) { in editor_debug_dump()
455 int editor_bview_edit_count(editor_t *editor) { in editor_bview_edit_count()
531 int editor_display(editor_t *editor) { in editor_display()
[all …]
H A Dmle.h159 editor_t *editor;
292 editor_t *editor;
345 editor_t *editor;
385 editor_t *editor;
402 int editor_run(editor_t *editor);
403 int editor_deinit(editor_t *editor);
409 int editor_bview_edit_count(editor_t *editor);
416 int editor_display(editor_t *editor);
417 int editor_debug_dump(editor_t *editor, FILE *fp);
557 uscript_t *uscript_run(editor_t *editor, char *path);
[all …]
H A Dmain.c10 editor_t _editor;
13 memset(&_editor, 0, sizeof(editor_t)); in main()
H A Duscript.inc785 editor_t *editor;
789 editor = (editor_t *)luaL_checkpointer(L, 1);
1262 editor_t *editor;
1263 editor = (editor_t *)luaL_checkpointer(L, 1);
1275 editor_t *editor;
1294 editor_t *editor;
1309 editor_t *editor;
1324 editor_t *editor;
1346 editor_t *editor;
1363 editor_t *editor;
[all …]
H A Daproc.c12 aproc_t *aproc_new(editor_t *editor, void *owner, aproc_t **owner_aproc, char *shell_cmd, int rw, a… in aproc_new()
H A Duscript.c54 uscript_t *uscript_run(editor_t *editor, char *path) { in uscript_run()
225 int editor_register_cmd(editor_t *editor, cmd_t *cmd);
H A Dbview.c9 static kmap_t *_bview_get_init_kmap(editor_t *editor);
24 bview_t *bview_new(editor_t *editor, char *opt_path, int opt_path_len, buffer_t *opt_buffer) { in bview_new()
479 static kmap_t *_bview_get_init_kmap(editor_t *editor) { in _bview_get_init_kmap()
493 editor_t *editor; in _bview_buffer_callback()
796 editor_t *editor; in _bview_draw_status()
H A Dcmd.c33 static int _cmd_pre_close(editor_t *editor, bview_t *bview);
34 static int _cmd_quit_inner(editor_t *editor, bview_t *bview);
35 static int _cmd_save(editor_t *editor, bview_t *bview, int save_as);
1246 static int _cmd_quit_inner(editor_t *editor, bview_t *bview) { in _cmd_quit_inner()
1258 static int _cmd_pre_close(editor_t *editor, bview_t *bview) { in _cmd_pre_close()
1287 static int _cmd_save(editor_t *editor, bview_t *bview, int save_as) { in _cmd_save()
H A Dutil.c13 int util_shell_exec(editor_t *editor, char *cmd, long timeout_s, char *input, size_t input_len, int… in util_shell_exec()
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_structs.h12 typedef struct editor_t struct
37 } editor_t; argument
78 extern editor_t editor;
H A Dft2_structs.c4 editor_t editor;
/dports/editors/mle/mle-1.4.3/tests/unit/
H A Dtest.h9 editor_t _editor;
18 memset(&_editor, 0, sizeof(editor_t)); in main()
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_structs.c6 editor_t editor;
H A Dpt2_structs.h148 typedef struct editor_t
187 } editor_t;
265 extern editor_t editor;