HomeSort by: relevance | last modified time | path
    Searched defs:gotpwd (Results 1 - 1 of 1) sorted by relevancy

  /src/bin/sh/
cd.c 188 bool gotpwd; local in function:docd
240 gotpwd = updatepwd(NULL); /* only do cd -P, no "pretend" -L mode */
242 if (!gotpwd && eopt)
246 return gotpwd || !eopt ? 0 : 1;

Completed in 11 milliseconds