Lines Matching refs:wxfile
1540 if [[ -n $wxfile ]]; then
1704 wxfile=$PWD/$argfile
1706 wxfile=$argfile
1714 }' $wxfile > $FLIST
1776 wxfile=$TMPFLIST
2307 wxfile=$1
2308 if [[ -z $wxfile && -n $CODEMGR_WS ]]; then
2310 wxfile=$CODEMGR_WS/wx/active
2314 [[ -z $wxfile ]] && print -u2 "wx file not specified, and could not " \
2317 if [[ ! -r $wxfile ]]; then
2318 print -u2 "$wxfile: no such file or not readable"
2322 print -u2 " File list from: wx 'active' file '$wxfile' ... \c"
2323 flist_from_wx $wxfile
2395 if [[ -z $wxfile ]]; then