Lines Matching refs:f
71 [f?invoke csh with the -f (fast-start) option. This option is valid
97 /usr/bin/rm -f true true.po
99 /usr/bin/rm -f true
103 install -s -m 0555 -u root -g bin -f /export0/jg/on10-se/proto/root_sparc/usr/bin true
120 typeset f=false
142 f) flags.f=true ;;
143 +f) flags.f=false ;;
200 if [[ -f /etc/nightly.conf ]]; then
204 if [[ -f "$1" ]]; then
211 if [[ -f "/opt/onbld/env/$1" ]]; then
225 [[ -f "${CODEMGR_WS}/usr/src/Makefile" ]] || fatal_error "Error: ${CODEMGR_WS}/usr/src/Makefile not found."
354 if [[ -f "$SRC/Makefile" ]] && egrep -s '^setup:' "$SRC/Makefile" ; then
374 if "${flags.f}" ; then
375 print 'WARNING: -f is ignored when $SHELL is not csh'
381 elif "${flags.f}" ; then
382 print 'Using csh -f as shell.'
383 exec csh -f ${@:+-c "$@"}