Home
last modified time | relevance | path

Searched refs:CMDFUNC (Results 1 – 25 of 60) sorted by path

123

/dports/editors/vile/vile-9.8v/
H A DCHANGES4019 + modify tracing code to show names of CMDFUNC's.
H A DCHANGES.R3536 + use macro 'cmdBIT()' to clarify flags for CMDFUNC, added flag OPTREG
2051 in file 'estruct.h' to allow use of 'P' macro in CMDFUNC definition.
H A DCHANGES.R5263 + generate externs for CMDFUNC objects in nefunc.h (mktbls.c, all
H A DCHANGES.R75 + document problem with static initialization of union in CMDFUNC.
H A DCHANGES.R8178 + change a typealloc(CMDFUNC) to use typecalloc, so the c_args pointer
1901 Ifdef'd union in CMDFUNC to work in that case.
H A Dapi.c544 const CMDFUNC *cfp; in api_motion()
H A Dbind.c149 CMDFUNC *cmd = TYPECAST(CMDFUNC, a->value.n_cmd); in old_namebst()
737 const CMDFUNC *kcmd; in bind_any_key()
2215 const CMDFUNC *
2218 const CMDFUNC *result = 0; in kcod2fnc()
2233 fnc2kcod(const CMDFUNC * f) in fnc2kcod()
2240 fnc2kins(const CMDFUNC * f) in fnc2kins()
2249 fnc2pstr(const CMDFUNC * f) in fnc2pstr()
2348 fnc2engl(const CMDFUNC * cfp) in fnc2engl()
2360 const CMDFUNC *
3572 const CMDFUNC *cmd; in give_accelerator()
[all …]
H A Dbuglist1369 implement ~foreach iterator. Add CMDFUNC flags to macro definition
H A Dbuiltflt.c795 const CMDFUNC *ptr = (const CMDFUNC *) cmd; in vl_is_setting()
818 const CMDFUNC *ptr = (const CMDFUNC *) cmd; in vl_is_xcolor()
838 const CMDFUNC *ptr = (const CMDFUNC *) cmd; in vl_is_majormode()
858 const CMDFUNC *ptr = (const CMDFUNC *) cmd; in vl_is_submode()
873 const CMDFUNC *actual = (const CMDFUNC *) cmd; in vl_check_cmd()
H A Dedef.h127 decl_uninit( const CMDFUNC *havemotion ); /* so we can use "oper" routines
303 decl_init( const CMDFUNC *cmd_motion, 0 ); /* current operator's motion */
525 extern const CMDFUNC *asciitbl[];
H A Destruct.h2765 } CMDFUNC; typedef
2790 const CMDFUNC *n_cmd;
2799 const CMDFUNC *n_cmd; /* command details */
2827 const CMDFUNC *k_cmd;
2835 const CMDFUNC **kb_normal;
H A Deval.c1228 const CMDFUNC *cmd = kcod2fnc(bs, key); in ufunc_get_motion()
2808 const CMDFUNC *cmd = engl2fnc(strip_brackets(temp, bp->b_bname)); in save_arguments()
H A Dexec.c55 const CMDFUNC *motion;
554 const CMDFUNC *cfp; /* function to execute */ in execute_named_command()
1015 const CMDFUNC *cfp; in docmd()
1078 call_cmdfunc(const CMDFUNC * p, int f, int n) in call_cmdfunc()
1120 execute(const CMDFUNC * execfunc, int f, int n) in execute()
1692 CMDFUNC *cf = typecalloc(CMDFUNC); in setup_macro_buffer()
H A Dglobals.c34 const CMDFUNC *cfp; in globber()
H A Dhistory.c700 const CMDFUNC *p; in edithistory()
H A Dinput.c1606 const CMDFUNC *cfp = ((miniedit) in isMiniEdit()
1638 fakeKeyCode(const CMDFUNC * f) in fakeKeyCode()
1663 const CMDFUNC *cfp; in reallyEditMiniBuffer()
2196 const CMDFUNC *cfp = CommandKeyBinding(c); in kbd_reply()
H A Dinsert.c463 static const CMDFUNC *
466 const CMDFUNC *cfp = 0; in can_ins_exec()
517 insertion_exec(const CMDFUNC * cfp) in insertion_exec()
563 const CMDFUNC *cfp; in ins_anytime()
H A Dmain.c74 static int cmd_mouse_motion(const CMDFUNC * cfp);
214 const CMDFUNC *cfp; in setup_command()
299 const CMDFUNC *cmd = &f_operattrdirect; in filter_to_stdio()
1098 const CMDFUNC *cfp = NULL; in main_loop()
1099 const CMDFUNC *last_cfp = NULL; in main_loop()
1100 const CMDFUNC *last_failed_motion_cfp = NULL; in main_loop()
2175 const CMDFUNC *cfp; in global_val_init()
3023 cmd_mouse_motion(const CMDFUNC * cfp) in cmd_mouse_motion()
H A Dntwinio.c2321 const CMDFUNC *cmd; in invoke_popup_menu()
H A Dopers.c23 const CMDFUNC *cfp; /* function to execute */ in vile_op()
24 const CMDFUNC *save_cmd_motion = cmd_motion; in vile_op()
316 const CMDFUNC *cfp = havemotion; in shift_n_times()
H A Dproto.h25 extern int call_cmdfunc (const CMDFUNC *p, int f, int n);
186 extern const CMDFUNC *engl2fnc (const char *fname);
187 extern const CMDFUNC *kcod2fnc (const BINDINGS *bs, int c);
192 extern int fnc2kcod (const CMDFUNC *);
193 extern int fnc2kins (const CMDFUNC *);
210 extern char *fnc2pstr (const CMDFUNC *f);
218 extern const char * fnc2engl(const CMDFUNC * cfp);
229 extern int insert_namebst(const char *name, const CMDFUNC *cmd, int ro, UINT which);
598 extern int execute (const CMDFUNC *execfunc, int f, int n);
H A Dselect.c928 const CMDFUNC *cfp; in multimotion()
H A Dx11.c3909 CMDFUNC *f = 0; in copy_paste()
/dports/editors/xvile/vile-9.8v/
H A DCHANGES4019 + modify tracing code to show names of CMDFUNC's.
H A DCHANGES.R3536 + use macro 'cmdBIT()' to clarify flags for CMDFUNC, added flag OPTREG
2051 in file 'estruct.h' to allow use of 'P' macro in CMDFUNC definition.

123