N>LINK MV NAME>
N>LINK ( nfa -- lfa )  
<FORTH-83>
converts a pointer to the name-field (NFA) to point then to the corresponding link-field (LFA)
 implementation-specific configure-dependent simulation:
   : N>LINK  C@ + ;

reference: p4_n_to_link in ../src/forth-83.c:0432, export CO N>LINK