Home
last modified time | relevance | path

Searched refs:F_FLAG (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/tools/scripts/
H A Dsccsrm.sh42 if [ ${F_FLAG} -eq 0 ]; then
56 F_FLAG=0
72 -f) F_FLAG=1; shift;;
96 if [ ${F_FLAG} -eq 0 ]; then
H A Dnightly.sh193 if [ "$F_FLAG" = "n" ]; then
1256 F_FLAG=n
1509 F ) F_FLAG=y
1711 if [ "$F_FLAG" = n ]; then
2046 if [[ "$F_FLAG" = n && "$MULTI_PROTO" = yes ]]; then
2960 if [ "$F_FLAG" = n ]; then
3166 if [[ "$MULTI_PROTO" = yes && "$F_FLAG" = n ]]; then
3430 if [ "$F_FLAG" = n ]; then
3471 if [ "$F_FLAG" = n ]; then
3509 if [ "$F_FLAG" = n ]; then
[all …]
/onnv-gate/usr/src/lib/libshell/common/bltins/
H A Dwhence.c41 #define F_FLAG 010 macro
111 flags |= F_FLAG; in b_whence()
187 root = (flags&F_FLAG)?shp->bltin_tree:shp->fun_tree; in whence()
/onnv-gate/usr/src/lib/libcmd/common/
H A Dcat.c81 #define F_FLAG (1<<2) macro
444 n = att ? F_FLAG : S_FLAG; in b_cat()
447 n = F_FLAG; in b_cat()
527 if (!(flags&F_FLAG)) in b_cat()
/onnv-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c115 #define F_FLAG 'F' macro
2137 if (f[F_FLAG] != NULL && in do_import()