.NLIST .TITLE ASKPFX -- ASK Prefix file ; .IDENT /Y07.00/ ; .ENABLE LC ; ; ; Copyright (C) Shell Research Ltd. 1983 ; ; ; The copyright in this computer program and associated user ; instructions contained in this document is the property of ; Shell Research Ltd.. No guarantee is given or may be implied ; as to the adequacy of the program or its suitability for any ; particular purpose and no liability is accepted for any loss ; or damage arising out of its use. ; ; ; ; Version Y07 ; ; ; Original Author Ray Carpenter 21-Mar-83 ; ; ; This version Ray Carpenter 29-Feb-84 ; ; .PAGE .SBTTL MODULE DESCRIPTION ; ; ;+ ;- .page .sbttl Common data area ; ; .psect askcom d,gbl,ovr,rw ; ; iparam: .word 0 ;parameter word used by some routines ipoint: .word 0 ;output terminal buffer pointer iplen: .word 3 ;prompt string length ; qlin: .blkb 82. ;terminal I/O buffer qmin: .byte 0 ;set if user supplied minimum value qmax: .byte 0 ;set if user supplied maximum value qdflt: .byte 0 ;set if user supplied default qctrlz: .byte 0 ;set if ^Z is invalid qclc: .byte 0 ;set if lower to upper case conversion reqd. qdsply: .byte 0 ;set if no display of current fields reqd. qspc: .byte 0 ;set if special characters valid. qvtmd: .byte 0 ;set if user is using video mode qprmpt: .ascii / ? / ;prompt string (default is ' ? ') qs: .blkb 12. ;temporary string storage ; .even ; .sbttl .list