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: XQOO3

Package: Kernel

Routine: XQOO3


Information

XQOO3 ;Luke/Sea - Out-Of-Order Utilities ;01/14/97 13:57

Source Information

Source file <XQOO3.m>

Entry Points

Name Comments DBIA/ICR reference
LALL ;List all options and protocols that are Out Of Order
ASK3 ;See a particular set in detail
HEAD(XQMES) ;Print page header
OUT ;Clean up and quit
LAPR ;List all the protocols that are OOO
ASK4 ;See a particular set in detail

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"No options marked ""Out-Of-Order"" were found."
  • Line Location: LALL+13
Function Call: WRITE
  • Prompt: !,"There are "_XQS_" sets of options Out-Of-Order with the messages:"
  • Line Location: LALL+19
Function Call: WRITE
  • Prompt: !!?1,XQI_".",?4,%," ("_XQ(%)_" option"_$S(XQ(%)=1:":",1:"s)")
  • Line Location: LALL+20
Function Call: WRITE
  • Prompt: " ",X,", ",^(X),")"
  • Line Location: LALL+21
Function Call: WRITE
  • Prompt: !
  • Line Location: ASK3+3
Function Call: WRITE
  • Prompt: !!,"To see the options of a particular set enter a number between 1 and "_XQS_": "
  • Line Location: ASK3+4
Function Call: WRITE
  • Prompt: !?5,"Enter a number between 1 and "_XQS,!?5,"or ""^"" to quit without seeing a detailed option set."
  • Line Location: ASK3+6
Function Call: WRITE
  • Prompt: !,XQI_".",?5,%," ",^(%)
  • Line Location: ASK3+10
Function Call: WRITE
  • Prompt: @IOF
  • Line Location: HEAD+1
Function Call: WRITE
  • Prompt: !,"Out-Of-Order with the message """_XQMES_"""",!!
  • Line Location: HEAD+2
Function Call: WRITE
  • Prompt: !
  • Line Location: OUT+3
Function Call: WRITE
  • Prompt: !,"No protocols marked ""Out-Of-Order"" were found."
  • Line Location: LAPR+13
Function Call: WRITE
  • Prompt: !,"There are "_XQS_" sets of protocols Out-Of-Order with the messages:"
  • Line Location: LAPR+19
Function Call: WRITE
  • Prompt: !!?1,XQI_".",?4,%," ("_XQ(%)_" protocol"_$S(XQ(%)=1:":",1:"s)")
  • Line Location: LAPR+20
Function Call: WRITE
  • Prompt: " ",X,", ",^(X),")"
  • Line Location: LAPR+21
Function Call: WRITE
  • Prompt: !,XQI_".",?5,%," ",^(%),XQLINE," ",XQPAGE
  • Line Location: ASK4+19
Info |  Source |  Entry Points |  Interaction Calls