Searched refs:mstack (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcompctl.c1787 mstack = &ms;
1794 mstack = NULL;
2187 if (!test && mstack) {
3083 ms.next = mstack;
3085 mstack = &ms;
3093 if (mnum && (mstack || bmatchers))
3478 if (ispattern || mstack)
3939 mstack = mstack->next;
H A Dcompcore.c230 mod_export Cmlist mstack; variable
966 mstack = NULL;
2034 Cmlist oms = mstack;
2135 mst.next = mstack;
2137 mstack = &mst;
2144 if (mnum && (mstack || bmatchers))
2533 mstack = oms;
H A Dcompmatch.c116 /* This is called when the matchers in the mstack have changed to
117 * ensure that the bmatchers list contains no matchers not in mstack. */
129 for (ms = mstack; ms && !t; ms = ms->next)
577 for (mp = NULL, ms = mstack; !mp && ms; ms = ms->next) {
/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c2902 mark_stack_t *mstack = &objspace->mark_stack; local
2905 if (!mstack->index) return;
2906 while (pop_mark_stack(mstack, &obj)) {
2909 shrink_stack_chunk_cache(mstack);

Completed in 86 milliseconds