Searched refs:fun (Results 1 - 25 of 314) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dmacroexp.el113 (let ((fun (car form)))
115 ((eq fun 'cond)
116 (maybe-cons fun (macroexpand-all-clauses (cdr form)) form))
117 ((eq fun 'condition-case)
119 fun
126 ((eq fun 'defmacro)
130 ((eq fun 'defun)
132 ((memq fun '(defvar defconst))
134 ((eq fun 'function)
136 (maybe-cons fun
[all...]
H A Dunsafep.el126 (let* ((fun (car form))
127 (reason (unsafep-function fun))
133 ((eq fun 'quote)
136 ((memq fun '(apply mapc mapcar mapconcat))
148 ((eq fun 'lambda)
157 ((eq fun 'let)
162 ((eq fun 'let*)
167 ((eq fun 'setq)
175 ((eq fun 'pop)
178 ((eq fun 'pus
[all...]
H A Dtestcover.el227 (let ((fun (car-safe form))
230 ((not fun) ;Atom
235 ((consp fun) ;Embedded list
236 (testcover-reinstrument fun)
239 ((or (memq fun testcover-1value-functions)
240 (memq fun testcover-module-1value-functions))
244 ((or (memq fun testcover-potentially-1value-functions)
245 (memq fun testcover-module-potentially-1value-functions))
249 ((memq fun testcover-progn-functions)
252 ((memq fun testcove
[all...]
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dprofile.el97 (defvar profile-max-fun-name 0
127 (int-to-string profile-max-fun-name)
140 (insert "Function" (make-string (- profile-max-fun-name 6) ? ))
142 (insert (make-string profile-max-fun-name ?=) " ")
164 (defun profile-function-prolog (fun)
172 (setq profile-call-stack (cons fun profile-call-stack)
175 (init-time (cdr (assq fun profile-init-list))))
176 (if (null init-time) (error "Function %s missing from list" fun))
182 (defun profile-function-epilog (fun)
186 (accum (cdr (assq fun profil
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Doptjoin.c29 * int fun(char** argv, int last)
31 * each fun() argument parses as much of argv as
35 * if last!=0 then fun is the last pass to view
36 * the current arg, otherwise fun sets opt_info.again=1
39 * 0 fun() return causes immediate optjoin() 0 return
53 register Optpass_f fun; local
72 while (fun = va_arg(ap, Optpass_f))
77 user = (*fun)(argv, 0);
104 err = fun;
113 rep = fun;
[all...]
H A Dsignal.c26 * fun==SIG_DFL also unblocks signal
75 signal(int sig, Sig_handler_t fun) argument
90 unblock = fun == SIG_DFL;
96 na.sa_handler = fun;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Statements/
H A Dtry-006.js54 function TryObject( value, fun, exception ) {
59 this.check = fun;
H A Dtry-007.js57 function TryObject( value, fun, exception ) {
61 this.check = fun;
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dlogmacro.h65 #define LOG_AT_LEVEL(lv, fun, x) do {if (LOGLEVEL >= (lv)) fun x; } while (0)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dutil.h54 SCOPE void trace_enter (const char* fun);
58 #define ENTER(fun) trace_enter (fun)
64 #define ENTER(fun)
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dearcon.el83 (fun (get-text-property pos 'earcon-callback)))
84 (if fun (funcall fun data))))
92 (fun (get-text-property (point) 'earcon-callback)))
93 (if fun (funcall fun data))))
129 (defun earcon-article-add-button (from to fun &optional data)
139 (list 'gnus-callback fun)
161 (fun 'gnus-audio-play)
164 ((fboundp fun)
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Deval.c632 Lisp_Object fun;
638 fun = Findirect_function (*btp->function, Qnil);
639 if (SUBRP (fun) && (XSUBR (fun) == &Sinteractive_p
640 || XSUBR (fun) == &Scalled_interactively_p))
659 fun = Findirect_function (*btp->function, Qnil);
660 if (exclude_subrs_p && SUBRP (fun))
2032 register Lisp_Object fun;
2035 fun = function;
2037 fun
630 Lisp_Object fun; local
2025 register Lisp_Object fun; variable
2147 Lisp_Object fun, queue, first, second; local
2200 Lisp_Object fun, val, original_fun, original_args; variable
2415 Lisp_Object fun; variable
2917 Lisp_Object fun, original_fun; variable
[all...]
H A Ddoc.c375 Lisp_Object fun; variable
389 fun = Findirect_function (function, Qnil);
390 if (SUBRP (fun))
392 if (XSUBR (fun)->doc == 0)
394 else if ((EMACS_INT) XSUBR (fun)->doc >= 0)
395 doc = build_string (XSUBR (fun)->doc);
397 doc = make_number ((EMACS_INT) XSUBR (fun)->doc);
399 else if (COMPILEDP (fun))
401 if ((ASIZE (fun) & PSEUDOVECTOR_SIZE_MASK) <= COMPILED_DOC_STRING)
403 tem = AREF (fun, COMPILED_DOC_STRIN
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcmd.h102 Shbltin_f fun; local
122 if (fun = (Shbltin_f)dlsym(dll, buf + 1))
124 if (fun = (Shbltin_f)dlsym(dll, buf))
129 if (fun = (Shbltin_f)dlsym(dll, buf + 1))
131 if (fun = (Shbltin_f)dlsym(dll, buf))
136 return (*fun)(argc, argv, NiL);
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcc-bytecomp.el72 ;; `cc-bytecomp-obsolete-fun', and `cc-bytecomp-obsolete-var'.
115 (let ((fun (car (car p)))
117 (if (not (fboundp fun))
120 (eval `(defmacro ,fun ,@temp-macro))
122 "cc-bytecomp-setup-environment: Bound macro %s" fun))
123 (fset fun (intern (concat "cc-bytecomp-ignore-fun:"
124 (symbol-name fun))))
126 "cc-bytecomp-setup-environment: Covered function %s" fun))))
165 (let ((fun (ca
[all...]
/macosx-10.10/zsh-61/zsh/Functions/Misc/
H A Dzed11 integer TMOUT=0 okargs=1 fun bind
16 fun=1
26 [[ $0 = fned ]] && fun=1
73 if ((fun)) then
/macosx-10.10/apache-793/httpd/modules/lua/
H A Dlua_request.h37 const void *fun; member in struct:__anon6272
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dgxbn_test.c30 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument
35 printf("%s(%s):\n", fun, name);
56 printf("%s(%s): error = %d (%s)\n", fun, name, error,
H A Dgxba_test.c30 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument
35 printf("%s(%s):\n", fun, name);
56 printf("%s(%s): error = %d (%s)\n", fun, name, error,
/macosx-10.10/libutil-38/
H A Dgetmntopts.c86 void (*fun)(int, const char *, ...) = NULL;
100 fun = errx;
103 fun = err;
105 if (fun) {
108 (*fun)(1, "Invalid %s argument `%s'", opt, val);
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dnamespace.sh42 function fun function
44 print global fun $foo
76 [[ $(fun) == 'global fun abc' ]] || err_exit 'global fun run from namespace not working'
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dapi.tcl24 comment sectref syscmd method option widget fun type package class var
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dhist.h54 hist_fun_t fun; /* Event access */ member in struct:el_history_t
59 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/templates/
H A Dcvt_template.c43 Trf_WriteProc fun,
64 Trf_WriteProc fun,
184 CreateEncoder (writeClientData, fun, optInfo, interp, clientData)
186 Trf_WriteProc fun;
194 c->write = fun;
379 CreateDecoder (writeClientData, fun, optInfo, interp, clientData)
381 Trf_WriteProc fun;
389 c->write = fun;
/macosx-10.10/vim-55/runtime/autoload/
H A DnetrwFileHandlers.vim35 fun! netrwFileHandlers#Invoke(exten,fname)
75 fun! s:NFH_html(pagefile)
98 fun! s:NFH_htm(pagefile)
120 fun! s:NFH_jpg(jpgfile)
139 fun! s:NFH_gif(giffile)
157 fun! s:NFH_png(pngfile)
175 fun! s:NFH_pnm(pnmfile)
193 fun! s:NFH_bmp(bmpfile)
211 fun! s:NFH_pdf(pdf)
228 fun!
[all...]

Completed in 663 milliseconds

1234567891011>>