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

/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcc-menus.el318 toplist
384 (setq toplist (cons nil (cons (cons str
385 methodlist) toplist))
389 (if (eq (car toplist) nil)
390 (setq toplist (cdr toplist)))
394 (let ((classname (car (car toplist)))
395 (p (cdr (car (cdr (car toplist)))))
397 (setq toplist (cons (cons classname p) (cdr (cdr (car toplist)))))
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfts.c582 toplist(FTS* fts, register char* const* pathnames) function
791 fts->todo = toplist(fts, v);
794 fts->todo = toplist(fts, pathnames);
/macosx-10.9.5/system_cmds-597.90.1/sysctl.tproj/
H A Dsysctl.c138 struct list toplist = { topname, CTL_MAXID }; variable in typeref:struct:list
278 if ((indx = findname(string, "top", &bufp, &toplist)) == -1)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sysctl.tproj/
H A Dsysctl.c138 struct list toplist = { topname, CTL_MAXID }; variable in typeref:struct:list
278 if ((indx = findname(string, "top", &bufp, &toplist)) == -1)

Completed in 135 milliseconds