Searched refs:tgetenv (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.vers.c150 const Char *machtype = tgetenv(STRMACHTYPE);
151 const Char *vendor = tgetenv(STRVENDOR);
152 const Char *ostype = tgetenv(STROSTYPE);
H A Dtw.decls.h54 extern Char *tgetenv (Char *);
H A Dtc.prompt.c634 val = (!vp) ? tgetenv(var) : NULL;
H A Dtc.os.c1510 if (!(p = tgetenv(STRSYSTYPE)))
H A Dtw.parse.c1215 else if ((ptr = tgetenv(exp_name)) == NULL || *ptr == '\0')
2252 /* tgetenv():
2256 tgetenv(Char *str) function
2277 } /* end tgetenv */
/macosx-10.10.1/procmail-14/procmail/src/
H A Dvariables.h6 *tgetenv P((const char*const a));
H A Dcomsat.c38 { const char*md=tgetenv(maildir);
H A Dvariables.c142 const char*tgetenv(a)const char*const a; function
209 setlgcs(tgetenv(lgname)); /* make sure sendcomsat has a copy */
H A Dprocmail.c416 chp=(char*)tgetenv(orgmail);
504 if(!succeed&&*(chp2=(char*)tgetenv(orgmail))&&strcmp(chp2,chp))
619 chp=tgetenv(home);
893 logabstract(tgetenv(lastfolder));
H A Dmisc.c287 { lstfolder=tgetenv(lastfolder);
494 ltobesent=strlen(lstartchar=(char*)tgetenv(chp));
H A Dcstdio.c127 *(md=(char*)tgetenv(maildir))&&
H A Dgoodies.c262 case '-':startb=(char*)tgetenv(lastfolder); /* $- =$LASTFOLDER */
H A Dpipes.c95 newargv[1]=shellflags;*newargv=tgetenv(shell);shexec(newargv);

Completed in 99 milliseconds