Searched refs:pcode (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/swig-10/Source/Modules/
H A Dperl5.cxx107 static String *pcode = 0; /* Perl code associated with each class */ variable
1214 pcode = NewString("");
1335 Printv(pm, pcode, NIL);
1336 Delete(pcode);
1438 Printv(pcode, plcode, NIL);
1440 Printv(pcode, "*", symname, " = *", cmodule, "::", Swig_name_member(class_name, symname), ";\n", NIL);
1465 Printv(pcode, "*swig_", symname, "_get = *", cmodule, "::", Swig_name_get(Swig_name_member(class_name, symname)), ";\n", NIL);
1466 Printv(pcode, "*swig_", symname, "_set = *", cmodule, "::", Swig_name_set(Swig_name_member(class_name, symname)), ";\n", NIL);
1507 Printv(pcode, plcode, NIL);
1511 Printf(pcode, "su
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dcond.c57 Wordcode pcode; local
64 pcode = state->pc++;
65 code = *pcode;
83 state->pc = pcode + (WC_COND_SKIP(code) + 1);
92 state->pc = pcode + (WC_COND_SKIP(code) + 1);
H A Dexec.c1654 execpline2(Estate state, wordcode pcode, argument
1664 if (!IN_EVAL_TRAP() && !ineval && WC_PIPE_LINENO(pcode))
1665 lineno = WC_PIPE_LINENO(pcode) - 1;
1671 state->pc + (WC_PIPE_TYPE(pcode) == WC_PIPE_END ?
1676 if (WC_PIPE_TYPE(pcode) == WC_PIPE_END)
/macosx-10.9.5/Libc-997.90.3/nls/FreeBSD/
H A Dmsgcat.c83 char *cptr1, *plang, *pter, *pcode; local
108 pter = pcode = "";
115 pcode = cptr;
141 tmpptr = pcode;
/macosx-10.9.5/ruby-104/ruby/
H A Dregexec.c568 stk->u.state.pcode = (pat);\
578 stk->u.state.pcode = (pat);\
586 stk->u.state.pcode = (pat);\
611 stk->u.state.pcode = (pat);\
620 stk->u.state.pcode = (pat);\
636 stk->u.repeat.pcode = (pat);\
2731 p = STACK_AT(si)->u.repeat.pcode; /* Don't use stkp after PUSH. */
2734 p = stkp->u.repeat.pcode;
2758 UChar* pcode = stkp->u.repeat.pcode; local
[all...]
H A Dregint.h789 UChar *pcode; /* byte code position */ member in struct:_OnigStackType::__anon12441::__anon12442
799 UChar *pcode; /* byte code position (head of repeated target) */ member in struct:_OnigStackType::__anon12441::__anon12443

Completed in 203 milliseconds