Searched refs:SHOW (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/INIT/
H A Dregress.sh447 then SHOW=$NOTE
449 then print -r -u2 " $SHOW"
454 else SHOW=
1133 then SHOW="FAILED ${io}[ $failed ] $NOTE"
1134 print -r -u2 " $SHOW"
1141 then SHOW=$NOTE
1142 print -r -u2 " $SHOW"
1433 then typeset SHOW
1434 else typeset -L70 SHOW
H A Diffe.sh186 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
210 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
239 $show "$command: test:" $yy $ii $mm "...$SHOW" >&$stderr
1275 aha) show='print -n' SHOW='' ;;
1277 -n*) show=echo SHOW='\c' ;;
1278 *) show='echo -n' SHOW='' ;;
1649 SHOW=
1654 SHOW=
1661 SHOW=
/ast/src/lib/libpz/
H A Dpzconvert.c65 #define SHOW (1<<4) /* show conversions and exit */ macro
493 state->flags |= SHOW;
614 if (state->flags & SHOW)

Completed in 28 milliseconds