Searched refs:stack_idx (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dccl.h61 int stack_idx; /* How deep the call of CCL_Call is nested. */ member in struct:ccl_program
H A Dccl.c601 /* If this variable is non-zero, it indicates the stack_idx
627 if (stack_idx >= 256 \
630 if (stack_idx > 0) \
638 ccl_prog_stack_struct[stack_idx].ccl_prog = ccl_prog; \
639 ccl_prog_stack_struct[stack_idx].ic = (ret_ic); \
640 ccl_prog_stack_struct[stack_idx].eof_ic = eof_ic; \
641 stack_idx++; \
915 int stack_idx = ccl->stack_idx; local
1120 if (stack_idx >
[all...]
/macosx-10.10.1/vim-55/src/
H A Dmemline.c2722 int stack_idx; local
2893 for (stack_idx = buf->b_ml.ml_stack_top - 1; stack_idx >= 0;
2894 --stack_idx)
2896 ip = &(buf->b_ml.ml_stack[stack_idx]);
2932 buf->b_ml.ml_stack_top = stack_idx + 1; /* truncate stack */
2983 CHECK(stack_idx != 0, _("stack_idx should be 0"));
2985 ++stack_idx; /* do block 1 again later */
3043 if (stack_idx <
3140 int stack_idx; local
[all...]

Completed in 79 milliseconds