NAME> N>LINK NEGATE
NAME> ( nfa -- cfa )  
<FORTH-83>
converts a pointer to the name-field (NFA) to point then to the corresponding code-field (CFA)
 implementation-specific simulation:
   : NAME>  N>LINK LINK> ;

reference: p4_name_from in ../src/forth-83.c:0403, export CO NAME>