Searched defs:cdpath (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/bltins/
H A Dcd_pwd.c55 Pathcomp_t *cdpath = 0; local
101 if(!(cdpath = (Pathcomp_t*)shp->cdpathlist) && (dp=sh_scoped(shp,CDPNOD)->nvalue.cp))
103 if(cdpath=path_addpath(shp,(Pathcomp_t*)0,dp,PATH_CDPATH))
105 shp->cdpathlist = (void*)cdpath;
106 cdpath->shp = shp;
128 cdpath = 0;
145 dp = cdpath?cdpath->name:"";
146 cdpath = path_nextcomp(shp,cdpath,di
[all...]
/ast/src/cmd/mailx/
H A Dmailx.h791 char* cdpath; member in struct:__anon136::__anon147

Completed in 15 milliseconds