Searched refs:cstack (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dex_eval.c20 static char_u *get_end_emsg __ARGS((struct condstack *cstack));
325 * error exception. If cstack is NULL, postpone the throw until do_cmdline()
329 do_errthrow(cstack, cmdname)
330 struct condstack *cstack;
352 if (cstack != NULL)
353 do_throw(cstack);
366 do_intthrow(cstack)
367 struct condstack *cstack;
407 do_throw(cstack);
870 struct condstack *cstack local
940 struct condstack *cstack = eap->cstack; local
1032 struct condstack *cstack = eap->cstack; local
1130 struct condstack *cstack = eap->cstack; local
1169 struct condstack *cstack = eap->cstack; local
1195 struct condstack *cstack = eap->cstack; local
1396 struct condstack *cstack = eap->cstack; local
1474 struct condstack *cstack = eap->cstack; local
1629 struct condstack *cstack = eap->cstack; local
1759 struct condstack *cstack = eap->cstack; local
[all...]
H A Dex_docmd.c773 struct condstack cstack; /* conditional stack */ local
824 cstack.cs_idx = -1;
825 cstack.cs_looplevel = 0;
826 cstack.cs_trylevel = 0;
827 cstack.cs_emsg_silent_list = NULL;
828 cstack.cs_lflags = 0;
910 && cstack.cs_idx < 0
924 if (cstack.cs_looplevel > 0 && current_line < lines_ga.ga_len)
993 if (cstack.cs_looplevel > 0)
1026 cstack
[all...]
H A Dex_cmds2.c2804 || eap->cstack->cs_idx >= 0
3820 idx = cleanup_conditionals(eap->cstack, 0, TRUE);
3823 eap->cstack->cs_pending[idx] = CSTP_FINISH;
H A Deval.c22212 struct condstack *cstack = eap->cstack; local
22224 idx = cleanup_conditionals(eap->cstack, 0, TRUE);
22227 cstack->cs_pending[idx] = CSTP_RETURN;
22233 cstack->cs_rettv[idx] = rettv;
22244 if ((cstack->cs_rettv[idx] = alloc_tv()) != NULL)
22245 *(typval_T *)cstack->cs_rettv[idx] = *(typval_T *)rettv;
22250 cstack->cs_rettv[idx] = NULL;
H A Dex_cmds.h1186 struct condstack *cstack; /* condition stack for ":if" etc. */ member in struct:exarg
H A Dex_getln.c6376 eap->cstack->cs_looplevel > 0 ? -1 :
H A Dex_cmds.c3951 eap->cstack->cs_looplevel > 0 ? -1 :
/macosx-10.10/vim-55/src/proto/
H A Dex_eval.pro7 void do_errthrow __ARGS((struct condstack *cstack, char_u *cmdname));
8 int do_intthrow __ARGS((struct condstack *cstack));
21 void do_throw __ARGS((struct condstack *cstack));
28 int cleanup_conditionals __ARGS((struct condstack *cstack, int searched_cond, int inclusive));
29 void rewind_conditionals __ARGS((struct condstack *cstack, int idx, int cond_type, int *cond_level));
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c2773 } cstack; /* stack for nested declaration tags */
2775 #define nestlev (cstack.nl)
2778 && bracelev == cstack.bracelev[nestlev-1] + 1)
2789 nl = cstack.nl;
2790 if (nl >= cstack.size)
2792 int size = cstack.size *= 2;
2793 xrnew (cstack.cname, size, char *);
2794 xrnew (cstack.bracelev, size, int);
2796 assert (nl == 0 || cstack.bracelev[nl-1] < bracelev);
2797 cstack
2764 } cstack; /* stack for nested declaration tags */ variable in typeref:struct:__anon8710
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dlex.c235 unsigned char *cstack; member in struct:lexstack
277 ls->cstack = cmdstack;
343 cmdstack = lstack->cstack;

Completed in 387 milliseconds