<PFE-MISC>
print the name-field which is effectivly a bstring - in
some forth implementations the name-field is identical
with the flag-field, so the nfa's count has to be masked
the, e.g.
: .NAME COUNT 32 AND TYPE ;
if the name-field and flag-field are different, then this
word does effectivly
: .NAME COUNT TYPE ;
reference: p4_dot_name in ../src/misc.c:0239, export CO .NAME