1 /* BEGIN INCLUDE FILE ... sdm_text_mgr_constants.incl.pl1 */ 2 /* Created: 31 December 1978 by G. Palter */ 3 4 /* Constants used by sdm_text_mgr_ to communicate the type of input terminator read from the terminal */ 5 6 dcl (NORMAL_TERMINATION initial (1), /* '.': transmit the message */ 7 ENTER_REQUEST_LOOP initial (2), /* '\fq': enter request loop */ 8 ENTER_EDITOR initial (3)) /* '\f...': enter editor */ 9 fixed binary static options (constant); 10 11 /* END INCLUDE FILE ... sdm_text_mgr_constants.incl.pl1 */