$save nolist DECLARE /* literals */ ns_tab_ent LITERALLY 'STRUCTURE( /* entry in nameserver table */ next POINTER, /* next entry */ sock DWORD, /* socket assoc with name */ n_ptr POINTER)', /* points to name assoc w/sock */ REQCOMPLETED LITERALLY '10', /* request completed without error */ NOTEXIST LITERALLY '11', /* entry does not exist for requested name */ NAMEINTAB LITERALLY '12', /* name already exists in table */ ILLEGALOP LITERALLY '13', /* illegal operation requested */ REQNOTCOMPLETE LITERALLY '14'; /* request did not complete */ $restore ÿ