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

/xsrc/external/mit/xedit/dist/lisp/
H A Drequire.c43 LispObj *filename, *verbose, *print, *if_does_not_exist; local in function:Lisp_Load
45 if_does_not_exist = ARGUMENT(3);
59 if_does_not_exist != UNSPEC &&
60 if_does_not_exist != NIL));
H A Dstream.c254 *if_does_not_exist, *external_format; local in function:Lisp_Open
257 if_does_not_exist = ARGUMENT(4);
336 if (if_does_not_exist != UNSPEC) {
338 if (if_does_not_exist == NIL)
340 if (KEYWORDP(if_does_not_exist)) {
341 if (if_does_not_exist == Kerror)
343 else if (if_does_not_exist == Kcreate)
348 STRFUN(builtin), STROBJ(if_does_not_exist));

Completed in 4 milliseconds