Searched refs:funcs (Results 76 - 98 of 98) sorted by relevance

1234

/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dasn1t.h561 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
587 * The 'funcs' field is used for application
590 * For COMPAT types the funcs field gives a
744 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
H A Dasn_mime.c308 const ASN1_AUX *aux = it->funcs;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dasn1t.h561 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
587 * The 'funcs' field is used for application
590 * For COMPAT types the funcs field gives a
744 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim82 let funcs = funcprop + funcmeth
504 let values = user_props + arrays + dates + funcs + maths + numbs + objes + reges + stris
H A Dphpcomplete.vim458 " + limit choice after -> and :: to funcs and vars DONE
1016 " 2. run for i in `ls | grep "^function\."`; do grep -A4 Description $i >> funcs; done
1017 " 3. Open funcs in Vim and
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-ext.el678 math-integral-rational-funcs math-lcm-denoms math-looks-evenp
774 ("calc-funcs" calc-prob-dist calcFunc-bern
975 ("calc-funcs" calc-bernoulli-number calc-bessel-J calc-bessel-Y
1715 (require 'calc-funcs)
2713 (defmacro math-defintegral (funcs &rest code)
2725 (if (symbolp funcs) (list funcs) funcs))))
2728 (defmacro math-defintegral-2 (funcs &rest code)
2741 (if (symbolp funcs) (lis
[all...]
H A Dcalc-alg.el370 (defmacro math-defsimplify (funcs &rest code)
381 (if (symbolp funcs) (list funcs) funcs))))
H A Dcalcalg2.el1397 (defun math-expr-calls (expr funcs &optional arg-contains)
1399 (if (or (memq (car expr) funcs)
1400 (and (eq (car expr) '^) (eq (car funcs) 'calcFunc-sqrt)
1409 (car expr) funcs arg-contains)))))
1760 (math-integral-rational-funcs u v))
1762 (defun math-integral-rational-funcs (u v)
/macosx-10.10.1/ncurses-44/ncurses/Ada95/gen/
H A DMakefile.in461 @for f in funcs.htm main.htm ; do \
462 sed -e "\%<A HREF=funcs/ .htm>\[ \]</A>%d" < html/$$f > $$f ;\
465 @rm -f "html/funcs/ .htm"
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgnuplot.vim64 " funcs
/macosx-10.10.1/ruby-106/ruby/ext/zlib/
H A Dzlib.c1161 zstream_new(VALUE klass, const struct zstream_funcs *funcs) argument
1168 zstream_init(z, funcs);
2250 gzfile_new(klass, funcs, endfunc)
2252 const struct zstream_funcs *funcs;
2259 zstream_init(&gz->z, funcs);
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dmule.el1814 (let ((funcs auto-coding-functions)
1816 (while (and funcs (not coding-system))
1820 (funcall (pop funcs) size))
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CppBackend/
H A DCPPBackend.cpp1984 const Module::FunctionListType &funcs = TheModule->getFunctionList(); local
1985 Module::const_iterator I = funcs.begin();
1986 Module::const_iterator IE = funcs.end();
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dmit.c903 #define SET(C, F) (C)->funcs.F = kadm5_mit_ ## F
H A Dad.c1363 #define SET(C, F) (C)->funcs.F = kadm5_ad_ ## F
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DXlib.h333 struct funcs { /* image manipulation routines */ struct in struct:_XImage
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DXlib.h342 struct funcs { /* image manipulation routines */ struct in struct:_XImage
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dedebug.el3681 (define-obsolete-function-alias 'edebug-install-custom-print-funcs
3683 (define-obsolete-function-alias 'edebug-reset-print-funcs
3685 (define-obsolete-function-alias 'edebug-uninstall-custom-print-funcs
4427 (defun byte-compile-resolve-functions (funcs)
4435 funcs)
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh.h1354 LinkList funcs; member in struct:hookdef
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf64-ppc.c5764 const struct sfpr_def_parms funcs[] =
5787 for (i = 0; i < sizeof (funcs) / sizeof (funcs[0]); i++)
5788 if (!sfpr_define (info, &funcs[i]))
5760 const struct sfpr_def_parms funcs[] = local
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Didlwave.el6108 (let ((funcs functions)
6111 (while (setq fun (pop funcs))
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_core.c6754 tmx->funcs = &tmx_funcs;
/macosx-10.10.1/ncurses-44/ncurses/
H A Dconfigure764 --disable-ext-funcs disable function-extensions
8918 # Check whether --enable-ext-funcs or --disable-ext-funcs was given.

Completed in 601 milliseconds

1234