Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: XGKB

Package: Kernel

Routine: XGKB


Information

XGKB ;SFISC/VYD - Read with Escape Processing ;10/23/2006

Source Information

Source file <XGKB.m>

Entry Points

Name Comments DBIA/ICR reference
INIT(XGTRM) ;turn escape processing on and passed terminator string if any
EXIT ; Reset device (disable escape processing, turn terminators off)
ACTION(XGKEY,XGACTION) ;add or remove key-action
READ(XGCHARS,XGTO) ; read XGCHARS using escape processing. XGTO timeout (optional). Result returned.
; Char that terminated the read will be in XGRT
TEST

Interaction Calls

Name Line Occurrences
Function Call: READ
  • Variable: S#XGCHARS
  • Timeout: XGTO
  • Line Location: READ+13
Function Call: READ
  • Variable: S
  • Timeout: XGTO
  • Line Location: READ+14
Function Call: WRITE
  • Prompt: ?20,X,?40,XGRT,?60,$ZB,!
  • Line Location: TEST+0
Info |  Source |  Entry Points |  Interaction Calls