Searched refs:arrayp (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/log/
H A Dlog_archive.c82 char **array, **arrayp, *name, *p, *pref; local
242 for (arrayp = array; *arrayp != NULL; ++arrayp)
243 __os_free(env, *arrayp);
369 char **array, **arrayp, **list, **lp, *p, *real_name; local
525 for (arrayp = array; *arrayp != NULL; ++arrayp)
526 __os_free(env, *arrayp);
578 char **array, **arrayp, **orig, *strp; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dedmacro.el107 (let ((cmd (if (arrayp keys) (key-binding keys) keys))
143 (unless (arrayp mac)
251 (and (fboundp cmd) (not (arrayp (symbol-function cmd)))
269 (and b (commandp b) (not (arrayp b))
272 (not (or (arrayp (symbol-function b))
H A Dsubr.el550 (signal 'wrong-type-argument (list 'arrayp key)))
568 (signal 'wrong-type-argument (list 'arrayp key)))
1651 (if (arrayp translation)
1699 (and (arrayp second) (clear-string second))
1701 (and (arrayp first) (clear-string first))
1702 (and (arrayp second) (clear-string second))
1724 (and (arrayp pass) (clear-string pass))
1729 (and (arrayp pass) (clear-string pass))
1735 (and (arrayp pass) (clear-string pass))
H A Dkmacro.el772 (arrayp (car mac))
H A Dcalculator.el1322 (if (or (stringp inp) (not (arrayp inp)))
H A Dses.el469 (let* ((a (if (arrayp array) array (symbol-value array)))
H A Dwid-edit.el3253 (when (arrayp tr)
/macosx-10.10.1/awk-20/src/
H A Drun.c1437 Cell *x, *vp, *arrayp, *cp, *ncp; local
1442 arrayp = execute(a[1]);
1443 if (!isarr(arrayp)) {
1446 tp = (Array *) arrayp->sval;
1447 tempfree(arrayp);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c1043 slapi_ch_array_free( char **arrayp )
1047 if ( arrayp != NULL ) {
1048 for ( p = arrayp; *p != NULL; p++ ) {
1051 slapi_ch_free( (void **)&arrayp );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dslapi-plugin.h261 void slapi_ch_array_free( char **arrayp );
/macosx-10.10.1/emacs-93/emacs/lisp/emulation/
H A Dviper-macs.el851 (cond ((arrayp macro)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dskill.vim41 syn match skillFunction "(arrayp\>"hs=s+1
42 syn match skillFunction "\<arrayp("he=e-1
H A Dlpc.vim127 syn keyword lpc_efuns contained acos add_action all_inventory all_previous_objects allocate allocate_buffer allocate_mapping apply arrayp asin atan author_stats
H A Dlisp.vim131 syn keyword lispFunc arrayp handler-case readtable-case
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dcl-extra.el53 ((eq type 'array) (if (arrayp x) x (vconcat x)))
H A Dbyte-opt.el1223 '(arrayp atom
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcc-defs.el1409 ((arrayp table)
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dcal-hebrew.el1036 (if (arrayp p);; combined parasha
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dutils.c1226 * If "arrayp" is not zero, we also look through
1236 callhookfunc(char *name, LinkList lnklst, int arrayp, int *retval) argument
1254 if (arrayp) {
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Dtramp.el5885 (unless (and (arrayp method) (not (stringp method)))
5887 (unless (and (arrayp user) (not (stringp user)))
5889 (unless (and (arrayp host) (not (stringp host)))
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-sum.el5281 ((arrayp display)

Completed in 296 milliseconds