Home
last modified time | relevance | path

Searched refs:xlload (Results 1 – 6 of 6) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/mac/
H A DMacAE.c27 extern xlload (char *, int, int);
54 if (xlload ((char *)name + 1, 1, 0) == 0) xlabort ("load error"); in AEOpenFiles()
H A Dmacint.c275 extern xlload (char *, int, int); in DoFileMenu()
303 if ((xlload((char *) theFullPath, 1, (theItem == LOAD_NOISILY))) == 0) { in DoFileMenu()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxlisp.c173 xlload("init.lsp",TRUE,FALSE); in xlisp_main_init()
179 if (argv[i][0] != '-' && !xlload(argv[i],TRUE,verbose)) in xlisp_main_init()
H A Dxlsys.c92 return (xlload(name, vflag, pflag) ? s_true : NIL); in xload()
H A Dxlread.c84 int xlload(const char *fname, int vflag, int pflag) in xlload() function
H A Dxlisp.h912 int xlload(const char *fname, int vflag, int pflag);