Searched refs:autoloads (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dmodule.c78 * For do_module_features(). Check that any autoloads
126 if (m->autoloads)
127 freelinklist(m->autoloads, freestr);
225 * features, either enables or autoloads.
230 if (!m->autoloads || !firstnode(m->autoloads))
248 for (an = firstnode(m->autoloads); an; incnode(an)) {
2002 if ((flags & FEAT_CHECKAUTO) && m->autoloads) {
2004 * Check autoloads are available. Since these
2010 for (an = firstnode(m->autoloads); a
[all...]
H A Dzsh.h1275 LinkList autoloads; member in struct:module
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dautoload.el1 ;; autoload.el --- maintain autoloads in loaddefs.el
40 "*File \\[update-file-autoloads] puts autoloads into.
42 autoloads go somewhere else. The autoload file is assumed to contain a
47 Used by \\[update-file-autoloads]. This string should be
63 "String which indicates the end of the section of autoloads for a file.")
239 " --- automatically extracted autoloads\n"
246 ";; no-update-autoloads: t\n"
253 (defun autoload-insert-section-header (outbuf autoloads load-name file time)
257 (prin1 (list 'autoloads autoload
[all...]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dparameter.c930 if (m->autoloads && firstnode(m->autoloads))

Completed in 233 milliseconds