Searched refs:mend (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/zsh-61/zsh/Functions/VCS_Info/
H A Dvcs_info_setsys10 local -a match mbegin mend
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/isaac/
H A Drandport.c31 register ub4 a,b,x,y,*m,*mm,*m2,*r,*mend; local
34 for (m = mm, mend = m2 = m+(RANDSIZ/2); m<mend; )
41 for (m2 = mm; m2<mend; )
/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dregex.c142 char **mbegin, **mend, **bptr, **eptr; local
144 eptr = mend = (char **)zalloc(sizeof(char *)*(nelem+1));
173 setaparam("mend", mend);
H A Dpcre.c173 * If we're setting match, mbegin, mend we only do
208 char **mbegin, **mend, **bptr, **eptr; local
212 eptr = mend = zalloc(sizeof(char*)*(nelem+1));
240 setaparam("mend", mend);
H A Dzutil.c920 char **mend; member in struct:__anon15489
933 a = getaparam("mend");
934 m->mend = a ? zarrdup(a) : NULL;
949 if (m->mend)
950 setaparam("mend", m->mend);
952 unsetparam("mend");
962 if (m->mend)
963 freearray(m->mend);
1284 char **mend; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeDelaySlotFiller.cpp140 const unsigned mend = getLastRealOperand(m); local
141 for (unsigned mop = 0; mop<mend; ++mop) {
/macosx-10.10.1/zsh-61/zsh/Completion/Unix/Command/
H A D_todo.sh16 local -a cmdlist itemlist match mbegin mend
/macosx-10.10.1/zsh-61/zsh/Functions/Misc/
H A Dzcalc101 local line ans base defbase forms match mbegin mend psvar optlist opt arg
/macosx-10.10.1/zsh-61/zsh/Test/
H A Dztst.zsh189 local match mbegin mend
340 local last match mbegin mend found substlines
/macosx-10.10.1/zsh-61/zsh/Functions/Calendar/
H A Dcalendar_add21 local -a match mbegin mend
/macosx-10.10.1/zsh-61/zsh/Functions/Prompts/
H A Dpromptinit18 local -a match mbegin mend
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp1225 int32_t mend = maxLimit; local
1239 mend = minLimit;
1244 mend = nba;
1249 if (mend > maxLimit) {
1253 if (! ubrk_isBoundary(charBreakIterator, mend)) {
1258 matchEnd = mend;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcupl.vim83 syn match cuplDirective "\$mend"
H A Daml.vim34 syn keyword amlArcCmd contained markerpa[ttern] markerpe[n] markerpu[t] markersa[ve] markersc[ale] markerse[t] markersi[ze] markersy[mbol] mas[elect] matchc[over] matchn[ode] max mb[egin] mc[opy] md[elete] me mean measure measurer[oute] measureroute med mend menu[cover] menuedit menv[ironment] merge mergeh[istory] mergev[at] mfi[t] mfr[esh] mg[roup] miadsa[rc] miadsr[ead] miadsread min minf[o] mino[rity] mir[ror] mitems mjoin ml[classify] mma[sk] mmo[ve] mn[select] mod mor[der] moran mosa[ic] mossa[rc] mossg[rid] move movee[nd] movei[tem] mp[osition] mr mr[otate] msc[ale] mse[lect] mselect mt[olerance] mu[nselect] multcurve multinv multipleadditem multipleitems multiplejoin multipleselect multprop mw[ho] nai ne near neatline neatlineg[rid] neatlineh[atch] neatlinel[abels] neatlinet[ics] new next ni[bble] nodeangleitem nodec[olor] nodee[rrors] nodem[arkers] nodep[oint] nodes nodesi[ze] nodesn[ap] nodesp[ot] nodet[ext] nor[mal] not ns[elect] oe ogrid ogridt[ool] oldwindow oo[ps] op[endatabase] or
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_socket2.c1514 struct mbuf *m = NULL, *mqhead = NULL, *mend = NULL; local
1535 mend = m;
1545 mend = mqhead;
1557 mend = mqhead;
1559 if (!(mend->m_flags & M_EOR)) {
1568 mend->m_flags &= ~(M_EOR);
1585 mend->m_next = NULL;
1605 so->so_snd.sb_mbtail = mend;
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dsupercite.el921 (mend (match-end 0)))
923 (substring from (1+ mstart) (- mend (if (= mend eos) 0 1)))
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcc-cmds.el733 mbeg mend
778 (setq mend (point))
797 (delete-region mbeg mend)

Completed in 269 milliseconds