NAME $1 - SYNOPSIS DESCRIPTION IMPLEMENTATION SEE ALSO ARGUMENTS MODIFIED CALLS BUGS remove a symbol from a symbol table subroutine delete (symbol, table) character symbol (ARB) pointer table 'Delete' removes the character-string symbol given as its first argument from the symbol table given as its second argument. All information associated with the symbol is lost. The symbol table specified must have been generated by the routine 'mktabl'. If the given symbol is not present in the symbol table, 'delete' does nothing; this condition is not considered an error. 'Delete' calls 'stlu' to determine the location of the given symbol in the symbol table. If present, it is unlinked from its hash chain. The dynamic storage space allocated to the symbol's node is returned to the system by a call to 'dsfree'. stlu, dsfree enter (2), lookup (2), mktabl (2), rmtabl (2), stlu (2), dsget (2), dsfree (2), dsinit (2), sctabl (2)