Searched +refs:mh +refs:progs (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-e.el0 ;;; mh-e.el --- GNU Emacs interface to the MH mail system
39 ;; http://rand-mh.sourceforge.net/.
46 ;; M-x mh-rmail to read mail. Type C-h m there for a list of commands.
47 ;; C-u M-x mh-rmail to visit any folder.
48 ;; M-x mh-smail to send mail. From within the mail reader, "s" works, too.
51 ;; (global-set-key "\C-cr" 'mh-rmail)
52 ;; (global-set-key "\C-xm" 'mh-smail)
53 ;; (global-set-key "\C-x4m" 'mh-smail-other-window)
55 ;; If Emacs can't find mh-rmail or mh
[all...]
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c411 get_proc_address(const char *module, const char *func, HANDLE *mh) argument
416 if (mh)
424 if (mh) {
426 *mh = h;
1323 char *progs[2]; local
1324 progs[0] = (char *)prog;
1325 progs[1] = NULL;
1326 len = join_argv(NULL, progs, ntcmd);
1331 join_argv(cmd, progs, ntcmd);

Completed in 164 milliseconds