Lines Matching defs:n
110 int n, off;
112 n = TOKEN_ROUNDUP(d[1]);
113 buf = alloc_instance_data(env, UINIT_DATA, n, &off);
172 " indirect\n", acf, p[0]);
180 " out of range: 0-%d\n", acf, action, (int)p[1]);
192 log_message(MSG_WARN, "run_action: acf: %p/%p not default action\n",
230 int n;
236 n = (int)POP(DS);
237 *d++ = n;
238 env->num_actions = n;
241 d += n;
270 int n;
274 n = POP(DS);
278 if (run_action(env, a, n)) {
284 define_actions(fcode_env_t *env, int n, token_t *array)
288 PUSH(DS, (fstack_t)n);
292 while (n--) {
367 log_message(MSG_INFO, "Action Set: %d = %p\n", i,