10 date 90.04.05.15.32.12; author sources; state Exp;
15 date 90.04.05.14.49.41; author sources; state Exp;
20 date 90.02.08.15.53.06; author sources; state Exp;
34 @/* m_foil.c - foil search of .mh_profile */
36 static char ident[] = "@@(#)$Id:$";
46 register struct node *np;
48 defpath = context = "/dev/null";
51 np = m_defs = (struct node *) malloc (sizeof *np);
53 adios (NULLCP, "unable to allocate profile storage");
55 np -> n_name = getcpy ("Path");
56 np -> n_field = getcpy (path);
60 if (mypath == NULL && (mypath = getenv ("HOME")) != NULL)
61 mypath = getcpy (mypath);
74 static char ident[] = "$Id:";