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

/xsrc/external/mit/xedit/dist/lisp/
H A Dpackage.c200 LispReallyDoSymbols(LispBuiltin *builtin, int only_externs, int all_symbols) argument
217 if (!all_symbols) {
218 /* if all_symbols, a package name is not specified in the init form */
244 if (all_symbols) {
257 if (LispDoSymbol(package, atom, only_externs, all_symbols)) {
264 if (!all_symbols)
278 LispDoSymbols(LispBuiltin *builtin, int only_externs, int all_symbols) argument
288 *presult = LispReallyDoSymbols(builtin, only_externs, all_symbols);

Completed in 2 milliseconds