Searched refs:WINDOWING (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/allocate/
H A Daudio_clean.sh70 WINDOWING="yes"
72 WINDOWING="no"
80 if [ "$WINDOWING" = "yes" ]; then
H A Ddisk_clean.sh76 WINDOWING="yes"
90 WINDOWING="no"
99 if [ "$WINDOWING" = "yes" ]; then
107 if [ "$WINDOWING" = "yes" ]; then
116 if [ "$WINDOWING" = "yes" ]; then
128 if [ "$WINDOWING" = "yes" ]; then
139 if [ "$WINDOWING" = "yes" ]; then
H A Dallocate.h45 #define WINDOWING 0x00000100 /* -w */ macro
H A Dallocate.c357 optflg |= WINDOWING;
420 optflg |= WINDOWING;
493 WINDOWING | ZONENAME | USERID))
522 optflg |= WINDOWING;
551 LISTDEFS | WINDOWING))) {
H A Dallocate3.c269 if (optflag & WINDOWING) {
420 if (optflag & WINDOWING &&
427 if (!(optflag & WINDOWING)) {
432 if (system_labeled && !(optflag & WINDOWING)) {
444 } else if (system_labeled && !(optflag & WINDOWING)) {
495 if (system_labeled && optflag & WINDOWING && !(optflag & LISTATTRS)) {
942 if (system_labeled && (optflag & WINDOWING)) {

Completed in 133 milliseconds