XPAREDIT ; SLC/KCM - Simple Parameter Editor ;11:15 PM 4 Feb 1998
Source file <XPAREDIT.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
EN | ; Enter here to select parameter, then entity
; ENT: variable pointer to the entity selected ; PAR: IEN^NAME of the selected parameter |
|
TED(TLT,SHWFLG,ALLENT) | ; Edit parameters using a template
|
|
TEDH(TLT,SHWFLG,ALLENT) | ; Edit parameters using a template, show dash headers
|
|
TEDIT(ENT,PAR,INST,USRX) | ; Edit an instance of a parameter
|
|
EDITPAR(PAR) | ; Edit a single parameter
; add second parameter to limit entity type? ENTTYP ; LOC,CLS,TEA,USR,DIV,SVC call LOOKUP with appropriate FN ; PKG,SYS figure out appropriate defaults (param nmsp, domain) |
|
GETPAR(Y) | ; Select parameter to edit
|
|
GETENT(ENT,PAR,JUST1) | ; Select entity to edit for a given parameter
; .ENT=entity, returned as variable pointer ; PAR=ien^name |
|
EDIT(ENT,PAR) | ; Edit value(s) for entity/parameter
|
|
EDITA | ; come here from TEDIT
|
|
BLDLST(LST,PAR) | ; Build list of entities allowed for this parameter
|
|
GETCLS(X,PAR,LST) | ; Choose the class of entity
|
|
LOOKUP(X,FN) | ; Lookup entry in a file and return selection as varptr
; if X has data, pass that into lookup silently |
|
ENTDISP(ENT) | ; function - returns text descriptor of an entity
|
|
CENTER(X) | ; function - writes a centered title with dashes on either side
|
|
DASH(N) | ; function - returns N dashes
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|