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

reference: p4_to_name in ../src/forth-83.c:0372, export CO >NAME