Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dconfigdefs.h89 struct ntypetab { struct
128 extern struct ntypetab ntypetab[];
/illumos-gate/usr/src/cmd/mailx/
H A Dconfig.c87 struct ntypetab ntypetab[] = { variable
H A Doptim.c679 register struct ntypetab *np; in ntype()
681 for (np = ntypetab; np->nt_char != 0; np++) in ntype()