Home
last modified time | relevance | path

Searched refs:bound_macro_vec (Results 1 – 3 of 3) sorted by relevance

/dports/math/oleo/oleo-1.99.16/src/
H A Dkey.c140 if (!bound_macro_vec) in bind_key()
146 bound_macro_vec = add_usr_cmds (tmpfunc); in bind_key()
153 the_funcs[bound_macro_vec] in bind_key()
154 = ck_realloc (the_funcs[bound_macro_vec], in bind_key()
156 tmpfunc = &the_funcs[bound_macro_vec][n_bound_macros - 1]; in bind_key()
159 vec = bound_macro_vec; in bind_key()
266 vec = bound_macro_vec; in bind_all_keys()
274 if (!bound_macro_vec) in bind_all_keys()
280 bound_macro_vec = add_usr_cmds (tmpfunc); in bind_all_keys()
287 the_funcs[bound_macro_vec] in bind_all_keys()
[all …]
H A Dcmd.h113 extern int bound_macro_vec;
H A Dcmd.c76 int bound_macro_vec; variable