Searched refs:mnew (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dmap.c554 const rewrite_mapper **mnew; local
555 mnew = realloc( mappers, (num_mappers + MAPPER_ALLOC) *
557 if ( mnew )
558 mappers = mnew;
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A Dsigproc2.c906 int mnew = 0; local
922 mnew = *m;
924 if(!((b = (double*)ckalloc(sizeof(double)*((mnew+1)*(mnew+1)/2))) &&
925 (beta = (double*)ckalloc(sizeof(double)*(mnew+3))) &&
926 (grc = (double*)ckalloc(sizeof(double)*(mnew+3))) &&
927 (cc = (double*)ckalloc(sizeof(double)*(mnew+3))))) {
931 mold = mnew;
/macosx-10.10/ruby-106/ruby/
H A Dproc.c936 mnew(VALUE klass, VALUE obj, ID id, VALUE mclass, int scope) function
1242 return mnew(CLASS_OF(obj), obj, id, rb_cMethod, FALSE);
1259 return mnew(CLASS_OF(obj), obj, id, rb_cMethod, TRUE);
1300 return mnew(mod, Qundef, id, rb_cUnboundMethod, FALSE);
1317 return mnew(mod, Qundef, id, rb_cUnboundMethod, TRUE);
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dipsec.c4293 struct mbuf *n, **mpp, *mnew; local
4311 MGETHDR(mnew, M_DONTWAIT, MT_HEADER); /* MAC-OK */
4312 if (mnew == NULL)
4314 M_COPY_PKTHDR(mnew, n);
4317 MGET(mnew, M_DONTWAIT, MT_DATA);
4318 if (mnew == NULL)
4321 mnew->m_len = 0;
4322 mm = mnew;
4372 *mpp = mnew;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomplist.c63 * mnew: 1 if a new selection menu is being displayed.
64 * mlastcols: stored value of mcols for use in calculating mnew.
65 * mlastlines: stored value of mlines for use in calculating mnew.
75 static int mnew, mlastcols, mlastlines, mhasstat, mfirstl, mlastm; variable
1343 if (mnew || lastinvcount != invcount || lastbeg != mlbeg || mlbeg < 0) {
1428 if (!mnew && ml > mlend)
1548 if (!mnew && ml > mlend)
1633 if (!mnew && ml > mlend)
1685 mnew = 0;
1988 mnew
[all...]

Completed in 199 milliseconds