Home
last modified time | relevance | path

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

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dstream.h255 # define WRITE_IS_CONSOLE 2 macro
H A Dprint.cpp277 { if (op == WRITE_GET_INFO+WRITE_IS_CONSOLE) return 0; in write_action_illegal()
312 case WRITE_IS_CONSOLE: return 0; in write_action_file()
346 case WRITE_IS_CONSOLE: return 0; in write_action_pipe()
382 case WRITE_IS_CONSOLE: return 1; in write_action_terminal()
410 case WRITE_IS_CONSOLE: return 1; in write_action_math()
449 case WRITE_IS_CONSOLE: return 1; in write_action_spool()
481 case WRITE_IS_CONSOLE: return 0; in write_action_list()
496 r1 = other_write_action(WRITE_GET_INFO+WRITE_IS_CONSOLE, a); in Lis_console()
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Dstream.h209 # define WRITE_IS_CONSOLE 2
H A Dprint.c218 if (op == WRITE_GET_INFO+WRITE_IS_CONSOLE) return 0; in write_action_illegal()
256 case WRITE_IS_CONSOLE: return 0; in write_action_file()
295 case WRITE_IS_CONSOLE: return 0; in write_action_pipe()
345 case WRITE_IS_CONSOLE: return 1; in write_action_terminal()
377 case WRITE_IS_CONSOLE: return 1; in write_action_math()
420 case WRITE_IS_CONSOLE: return 1; in write_action_spool()
455 case WRITE_IS_CONSOLE: return 0; in write_action_list()
472 r1 = other_write_action(WRITE_GET_INFO+WRITE_IS_CONSOLE, a); in Lis_console()