Lines Matching refs:pname
16 touch pname
17 chmod +x pname
21 touch bin/pname
22 chmod +x bin/pname
25 alias pname='pname -i'
91 1) which_test "" "pname" "$PWD/pname|./pname";;
92 2) which_test "-all" "pname" "$PWD/bin/pname|./bin/pname^$PWD/pname|./pname";;
93 3) which_test "-a" "pname" "$PWD/bin/pname|./bin/pname^$PWD/pname|./pname";;
94 4) which_test "--read-alias" "pname" "pname='pname -i'^$PWD/pname";;
95 5) which_test "-i" "pname" "pname='pname -i'^$PWD/pname";;
97 which_test "--skip-alias" "pname" "$PWD/pname";