Searched refs:nobj (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/swig-12/Lib/
H A Dcmalloc.i24 TYPE *calloc_NAME(int nobj=1, int size=sizeof(TYPE));
46 %rename(calloc_##NAME) ::calloc(int nobj, int sz);
48 %rename(calloc_##TYPE) ::calloc(int nobj, int sz);
55 %typemap(default) int nobj "$1 = 1;"
56 TYPE *calloc(int nobj, int sz);
58 %typemap(default) int nobj;
/macosx-10.10.1/swig-12/Lib/typemaps/
H A Dcmalloc.swg24 TYPE *calloc_NAME(size_t nobj=1, size_t size=sizeof(TYPE));
46 %rename(calloc_##NAME) ::calloc(size_t nobj, size_t sz);
48 %rename(calloc_##TYPE) ::calloc(size_t nobj, size_t sz);
55 %typemap(default) size_t nobj "$1 = 1;"
56 TYPE *calloc(size_t nobj, size_t sz);
58 %typemap(default) size_t nobj;
/macosx-10.10.1/awk-20/src/
H A Dparse.c55 x->nobj = a;
65 x->nobj = a;
76 x->nobj = a;
88 x->nobj = a;
H A Dawk.h137 int nobj; member in struct:Node
199 #define isargument(n) ((n)->nobj == ARG)
H A Dawkgram.y469 switch (n->nobj) {
H A Drun.c157 if (notlegal(a->nobj)) /* probably a Cell* but too risky to print */
159 proc = proctab[a->nobj-FIRSTTOKEN];
160 x = (*proc)(a->narg, a->nobj);
H A Db.c41 #define type(v) (v)->nobj /* badly overloaded here */
H A Dytab.c3708 switch (n->nobj) {
H A Dytabc.bak3400 switch (n->nobj) {
/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dlockd_lock.c238 void dump_netobj(const struct netobj *nobj);
348 dump_netobj(const struct netobj *nobj) argument
357 if (nobj == NULL) {
360 else if (nobj->n_len == 0) {
363 dump_static_object((const unsigned char *)nobj->n_bytes, nobj->n_len,
366 nobj->n_len, hbuff, cbuff);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtree.rb548 nobj = Tk::BLT::Tree::Node.id2obj(tobj, id)
550 nobj = id
552 cmd.call(tobj, nobj, k, ops)
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c3692 XOTclObject *nobj = XOTclGetObjectFromCmdPtr(cmdlist->cmdPtr); local
3693 XOTclObjectOpt *objopt = nobj ? nobj->opt : NULL;
3701 if (nobj->mixinOrder) MixinResetOrder(nobj);
10015 XOTclObject *nobj = NULL; local
10113 XOTclObjConvertObject(interp, ocl, &nobj);
10114 if (nobj) {
10116 ObjStr(obj->cmdName), ObjStr(nobj->cmdName)); */
10117 nclopt = XOTclRequireClassOpt((XOTclClass*) nobj);
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dcompile.c1861 INSN *nobj = (INSN *)get_destination_insn(iobj); local
1862 if (nobj->insn_id == BIN(jump)) {
1863 OPERAND_AT(iobj, 0) = OPERAND_AT(nobj, 0);

Completed in 200 milliseconds