.MACRO LGDEF$ ; The functions described here are all the currently supported ; functions of this handler. Each function has a macro ; associated with it for the user to interface to. To define ; these symbols locally within a user program, use the ; LGDEF$ macro. .MCALL .WORD.,DEFIN$ ...GBL=0 ; Define offsets globally .WORD. LG.LOG,000,001 ; Log record to file .WORD. LG.CHK,000,002 ; Check and create log file .WORD. LG.ATT,000,003 ; Attach .WORD. LG.DET,000,004 ; Detach .WORD. LG.NAM,000,005 ; Get user name subfunction(P) .WORD. LG.UPF,001,005 ; Get UPF record (P) .WORD. LG.UIC,002,005 ; Get UPF record by UIC (P) .WORD. LG.DAC,003,005 ; Get disk accounting info .WORD. LG.ACT,004,005 ; Return list of terminals .ENDM LGDEF$