.enable lc .title $$prmt Null prompt pointer .ident /000001/ ;+ ; ; Index Null prompt pointer ; ; Usage ; char *$$prmt = "Prompt string"; ; ; Description ; ; This pointer is checked in $$init and if the user has defined ; $$prmt then it will be used as the task prompt instead of ; using the task name on RSX or "Argv:" on RT-11. ;- ; ; Edit history ; 000001 02-Oct-82 TTC Initial edit ; .psect c$data $$prmt:: .word 0 .end