Home
last modified time | relevance | path

Searched refs:with_LX (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DInputFile.hh49 with_LX (LX), in InputFile()
154 LX_mode with_LX; ///< execute ⎕LX at the end member
H A DIO_Files.cc66 if (InputFile::current_file()->with_LX == do_LX) in get_file_line()
68 InputFile::current_file()->with_LX = no_LX; in get_file_line()
H A DWorkspace.hh239 LX_mode with_LX, bool silent,
H A DWorkspace.cc707 LX_mode with_LX, bool silent, in load_DUMP() argument
735 InputFile fam(filename, file, false, false, true, with_LX); in load_DUMP()