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

/macosx-10.10/swig-12/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.10/zsh-61/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.c1668 execpline2(Estate state, wordcode pcode, argument
1678 if (!IN_EVAL_TRAP() && !ineval && WC_PIPE_LINENO(pcode))
1679 lineno = WC_PIPE_LINENO(pcode) - 1;
1685 state->pc + (WC_PIPE_TYPE(pcode) == WC_PIPE_END ?
1690 if (WC_PIPE_TYPE(pcode) == WC_PIPE_END)
/macosx-10.10/Libc-1044.1.2/nls/FreeBSD/
H A Dmsgcat.c83 char *cptr1, *plang, *pter, *pcode; local
108 pter = pcode = "";
115 pcode = cptr;
141 tmpptr = pcode;
/macosx-10.10/ruby-106/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::__anon12480::__anon12481
799 UChar *pcode; /* byte code position (head of repeated target) */ member in struct:_OnigStackType::__anon12480::__anon12482
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/badattr/
H A Dbadattr.c5 #ifdef pcode

Completed in 176 milliseconds