Home
last modified time | relevance | path

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

/dports/math/oleo/oleo-1.99.16/src/
H A Dkey.c133 for (code = 0; code < n_bound_macros; code++) in bind_key()
143 n_bound_macros = 1; in bind_key()
150 n_bound_macros++; in bind_key()
152 n_bound_macros * sizeof (struct rng)); in bind_key()
155 (1 + n_bound_macros) * sizeof (struct cmd_func)); in bind_key()
160 bound_macros[n_bound_macros - 1] = rng; in bind_key()
267 for (code = 0; code < n_bound_macros; code++) in bind_all_keys()
277 n_bound_macros = 1; in bind_all_keys()
284 n_bound_macros++; in bind_all_keys()
286 n_bound_macros * sizeof (struct rng)); in bind_all_keys()
[all …]
H A Dcmd.h111 extern int n_bound_macros;
H A Dcmd.c74 int n_bound_macros; variable