Searched refs:cdpath (Results 1 - 4 of 4) 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 Dcmd3.c368 if (state.var.cdpath && (cp[0] != '.' || cp[1] != 0 && cp[1] != '/' && (cp[1] != '.' || cp[2] != 0 && cp[2] != '/')) && pathaccess(state.var.cdpath, cp, NiL, 0, state.path.path, sizeof(state.path.path))) {
H A Ddata.c294 "CDPATH", &state.var.cdpath, D|E|N, 0,0,
H A Dmailx.h791 char* cdpath; member in struct:__anon136::__anon147

Completed in 16 milliseconds