PRSU1B ;WOIFO/PLT-UTILITY ; 24-Aug-2005 10:34 AM
Source file <PRSU1B.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| LOOKUP(X,Y,PRSA,PRSB,PRSC) | ;entry look-up
 | 
|
| EDIT(X,PRSA,PRSB,PRSC) | ;edit entry in file
 | 
|
| PIECE(PRSA,PRSB,PRSC,PRSD) | ;get piece data
 | 
|
| NODE(PRSA,PRSB) | ;get node
 | 
|
| NP(PRSA,PRSB,PRSC) | ;get node and piece
 | 
|
| ICLOCK(A,B) | ;incremental lock with time (optional)
 ; a = global root ending with ',' or '(' ; .b = time lock seconds and value returned; false if lock fail  | 
|
| DCLOCK(A) | ;decremental unlock a from prslock array of locking history
 ; a = global root ending with ',' or '('  | 
|
| UNLOCK(A) | ;unlock a file (to decremental to 0) in prslock(a)
 ; a = global root ending with ',' or '('  | 
|
| UNLKALL | ;unlock all files in prslock array
 |