Home | History | Annotate | Download | only in src

Lines Matching refs:npath

1075 	union mksh_cchack npath;
1131 npath.ro = search_path(name,
1134 if (npath.ro) {
1135 strdupx(tp->val.s, npath.ro, APERM);
1136 if (npath.ro != name)
1137 afree(npath.rw, ATEMP);
1141 (npath.ro = search_path(name, fpath, R_OK,
1153 tp->u.fpath = npath.ro;