Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
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()
/illumos-gate/usr/src/tools/scripts/
H A Dnightly91 if [ "$F_FLAG" = "n" ]; then
739 F ) F_FLAG=y
1127 if [[ "$F_FLAG" == n && "$MULTI_PROTO" == yes ]]; then
1790 if [[ "$MULTI_PROTO" == yes && "$F_FLAG" == n ]]; then
2031 if [[ "$MULTI_PROTO" == yes && "$F_FLAG" == n ]]; then
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c115 #define F_FLAG 'F' macro
2137 if (f[F_FLAG] != NULL && in do_import()