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

Package: Lexicon Utility

Routine: LEXPRNT


Information

LEXPRNT ;ISL/KER - Print Utilities for the Lexicon ;04/21/2014

Source Information

Source file <LEXPRNT.m>

Entry Points

Name Comments DBIA/ICR reference
XTLK ; XTLK Display format for MTLU
; Uses XTLKH, XTLKMULT, XTLKREF0, LEXSHOW
XTQ
MULTI ; Multiple entries on the selection list
ONE ; One entry on the selection list
COMMON ; Parse LEXSHOW for both MULTI and ONE
LONG ; Handle a long string
PARSE ; Parse a long string into screen length strings
CODE(LEXEX,LEXSO) ; Returns codes (defined in XTLK^LEXPRNT) for a Term

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: $J(LEXNUM,4),":"
  • Line Location: MULTI+5
Function Call: WRITE
  • Prompt: ?LEXP,LEXSTR
  • Condition for execution: $L(LEXSTR)<(LEXL+1)
  • Line Location: MULTI+5
Function Call: WRITE
  • Prompt: !
  • Condition for execution: LEXLNN>1
  • Line Location: LONG+4
Function Call: WRITE
  • Prompt: ?LEXP,LEXSTR
  • Line Location: LONG+4
Function Call: WRITE
  • Prompt: !
  • Condition for execution: LEXLNN>1
  • Line Location: PARSE+13
Function Call: WRITE
  • Prompt: ?LEXP,LEXSTO
  • Line Location: PARSE+13
Info |  Source |  Entry Points |  Interaction Calls