Searched refs:doit (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/common/
H A Dinstall-sh48 doit="${DOITPROG-}"
243 $doit $instcmd "$dst" \
244 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
245 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
246 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
247 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
252 /tmp/*) doit="${DOITPROG-}" ;;
253 *.la) doit="echo SKIPPING " ;;
254 *) doit="${DOITPROG-}" ;;
277 $doit
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DForm.c809 int doit)
811 Boolean doit)
814 XawFormDoLayout(w, doit)
816 Boolean doit;
824 if ( ((fw->form.no_refigure = !doit) == TRUE) || !XtIsRealized(w) )
807 XawFormDoLayout(Widget w, int doit) argument
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Form.c547 void XawFormDoLayout(w, doit)
549 Boolean doit;
553 fw->form.no_refigure = !doit;
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DFontSB.h178 Boolean doit; member in struct:__anon205
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontCreato.c988 v->doit = False;
994 v->doit = False;
1004 if (decimalPoints > 1) v->doit = False;
H A DFontSample.c856 v->doit = False;
862 v->doit = False;
872 if (decimalPoints > 1) v->doit = False;
H A DFontSB.c1946 cb->doit = True;
1960 return cb->doit;
2232 v->doit = False;
2241 v->doit = False;
2247 v->doit = False;
2257 if (decimalPoints > 1) v->doit = False;

Completed in 38 milliseconds