Searched refs:mc (Results 151 - 175 of 182) sorted by relevance

12345678

/macosx-10.10.1/lukemftp-14/tnftp/libedit/
H A Drefresh.c1059 char mc = (c == '\177') ? '?' : (c | 0100); local
1061 re_fastputc(el, mc);
/macosx-10.10.1/ruby-106/ruby/enc/unicode/
H A Dname2ctype.h26093 char uniname2ctype_pool_str64[sizeof("mc")];
26733 "mc",
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmsmessages.vim2 " Language: MS Message Text files (*.mc)
H A Dinitex.vim22 \ '[+-]\=\s*\%(\d\+\%([.,]\d*\)\=\|[.,]\d\+\)\s*\%(true\)\=\s*\%(p[tc]\|in\|bp\|c[mc]\|m[mu]\|dd\|sp\|e[mx]\)\>'
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/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c1863 size_t nc, mc = 0; local
1890 mc = mc * 10 + ch - '0';
1894 mc = (size_t)GetPositiveInt(f);
1903 if (mc > 0) {
1904 nc += (nc + mc - 1) / mc + 1;
1911 VpToFString(vp, psz, mc, fPlus);
1914 VpToString (vp, psz, mc, fPlus);
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dsearch.c1076 int mc = 0; local
1185 mc++;
1186 moveleft = movetotal - mc;
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsysctl.h749 int mc; /* Member Count */ member in struct:kinfo_lctx
/macosx-10.10.1/apache-793/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c958 NWSSLSrvConfigRec *mc = get_nwssl_cfg(s); local
975 p = mc->pPool;
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DmakeTestCases.tcl23 {-27451267200 mc 1100}
232 m mc mcc mccc mcd md mdc mdcc mdccc mcm
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c3544 nfs_gss_append_chain(struct nfsm_chain *nmc, mbuf_t mc) argument
3550 error = mbuf_setnext(nmc->nmc_mcur, mc);
3556 for (mb = mc; mb; mb = mbuf_next(mb))
3570 nfs_gss_nfsm_chain(struct nfsm_chain *nmc, mbuf_t mc) argument
3576 for (mb = mc; mb; mb = mbuf_next(mb))
3579 nmc->nmc_mhead = mc;
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices2468 mc-client 1180/udp # Millicent Client Proxy
2469 mc-client 1180/tcp # Millicent Client Proxy
3822 skip-mc-gikreq 1660/udp # skip-mc-gikreq
3823 skip-mc-gikreq 1660/tcp # skip-mc-gikreq
3851 proshare-mc-1 1673/udp # Intel Proshare Multicast
3852 proshare-mc-1 1673/tcp # Intel Proshare Multicast
3853 proshare-mc-2 1674/udp # Intel Proshare Multicast
3854 proshare-mc
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dmenu.vim391 let g:ctags_command = "mc vim:ctags *.*"
534 %!mc vim:xxd
548 %!mc vim:xxd -r
H A Dfiletype.vim1658 " Sendmail .mc files are actually m4. Could also be MS Message text file.
1659 au BufNewFile,BufRead *.mc call s:McSetf()
1667 setf m4 " Sendmail .mc file
1674 setf m4 " Default: Sendmail .mc file
/macosx-10.10.1/lsof-53/lsof/
H A Dmain.c1375 if (CmdRx[i].mc)
H A Dproc.c612 CmdRx[i].mc = 1;
H A Darg.c724 CmdRx[i].mc = 0;
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dterminfo.src161 # -mc Magic-cookie. Some terminals (notably older Wyses) can
7053 # Yes | No | N/A | Yes | N/A || -mc
7055 # Yes | Yes | No | Yes | N/A || -2p-mc
7057 # Yes | Yes | Yes | Yes | N/A || -vb-mc
7062 # tvi912b-mc
7283 tvi912b+mc|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C full magic-cookie attribute support,
7333 tvi912b-2p-mc|tvi912c-2p-mc|tvi912b-mc-2p|tvi912c-mc
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c1817 kil.mc = l->lc_mc;
1834 kil.mc = l->lc_mc;
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c1785 ssl_scache_remove(s, id, idlen, sc->mc->pPool);
/macosx-10.10.1/vim-55/src/
H A Dterm.c4333 int mc, mr; local
4343 mc = getdigits(&p);
4347 mouse_col = mc - 1;
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/
H A DMoviePlayer.c399 static pascal Boolean MovieControllerCallbackFunction( MovieController mc,
3938 MovieControllerCallbackFunction( MovieController mc, argument
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c8352 XOTclClasses *pl, *checkList = NULL, *mixinClasses = NULL, *mc; local
8373 for (mc=mixinClasses; mc; mc = mc->next) {
8374 /*fprintf(stderr,"- got %s\n", ObjStr(mc->cl->object.cmdName));*/
8375 if (isSubType(mc->cl, RUNTIME_STATE(interp)->theClass)) {
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim1752 nnoremap <buffer> <silent> mc :<c-u>call <SID>NetrwMarkFileCopy(1)<cr>
1796 inoremap <buffer> <silent> mc <c-o>:<c-u>call <SID>NetrwMarkFileCopy(1)<cr>
1887 nnoremap <buffer> <silent> mc :<c-u>call <SID>NetrwMarkFileCopy(0)<cr>
1930 inoremap <buffer> <silent> mc <c-o>:<c-u>call <SID>NetrwMarkFileCopy(0)<cr>
4443 " s:NetrwMarkFileCopy: (invoked by mc) copy marked files to target {{{2
5237 exe 'sil! menu '.g:NetrwMenuPriority.'.14.4 '.g:NetrwTopLvlMenu.'Marked\ Files.Copy\ To\ Target<tab>mc mc'
/macosx-10.10.1/emacs-93/emacs/leim/quail/
H A Dhangul3.el3408 ("mc" ?$(CGl(B)

Completed in 714 milliseconds

12345678