Home
last modified time | relevance | path

Searched refs:ntypetab (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/mailx/hdr/
H A Dconfigdefs.h91 struct ntypetab { struct
130 extern struct ntypetab ntypetab[];
/titanic_50/usr/src/cmd/mailx/
H A Dconfig.c89 struct ntypetab ntypetab[] = { variable
H A Doptim.c682 register struct ntypetab *np; in ntype()
684 for (np = ntypetab; np->nt_char != 0; np++) in ntype()