| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | install-sh | 30 doit="${DOITPROG-}" 194 $doit $instcmd $dst && 196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 227 $doit $instcmd $src $dsttmp && 237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && 239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && [all …]
|
| /plan9/sys/src/ape/cmd/diff/ |
| H A D | install-sh | 18 doit="${DOITPROG-}" 182 $doit $instcmd $dst && 184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 215 $doit $instcmd $src $dsttmp && 225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && 227 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && [all …]
|
| /plan9/sys/src/ape/cmd/patch/ |
| H A D | install-sh | 30 doit="${DOITPROG-}" 194 $doit $instcmd $dst && 196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 227 $doit $instcmd $src $dsttmp && 237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi && 239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi && [all …]
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | instcopy | 9 doit="" 39 $doit cp $src $dsttmp && 40 $doit trap "rm -f $dsttmp" 0 && 41 if [ x"$mode" != x ]; then $doit chmod $mode $dsttmp; else true; fi && 42 $doit rm -f $dst && 43 $doit mv $dsttmp $dst &&
|
| H A D | geninit.c | 223 doit(char *line, bool intact) in doit() function 408 str = doit(line, intact); in mergefile()
|
| H A D | gdevpdfu.c | 85 doit(char *line, bool intact) in doit() function 196 q = doit(q, false); in copy_ps_file_stripping()
|
| /plan9/sys/src/cmd/gs/lib/ |
| H A D | ps2ps2.bat | 10 if %3/==/ goto doit 15 :doit label
|
| H A D | dumphint.bat | 9 if %2/==/ goto doit 14 :doit label
|
| H A D | pdfopt.bat | 10 if %3/==/ goto doit 15 :doit label
|
| H A D | ps2ps.bat | 10 if %3/==/ goto doit 15 :doit label
|
| H A D | pdf2ps.bat | 10 if %3/==/ goto doit 15 :doit label
|
| H A D | eps2eps.bat | 12 if %3/==/ goto doit 17 :doit label
|
| /plan9/sys/src/ape/cmd/make/ |
| H A D | doname.c | 269 int ign, nopr, doit; in docom() local 294 doit = NO; in docom() 306 doit = YES; in docom() 314 if( docom1(s, ign, nopr, doit||!noexflag, nowait&&!q->nxtshblock) && !ign) in docom() 322 docom1(char *comstring, int nohalt, int noprint, int doit, int nowait) in docom1() argument 330 if(!silflag && (!noprint || !doit) ) in docom1() 331 prefix = doit ? prompt : "" ; in docom1() 335 if(dynmacro(comstring) || !doit) in docom1()
|
| /plan9/sys/src/cmd/vi/ |
| H A D | run.c | 814 int off, doit, likely; in Ibcond() local 820 doit = 0; in Ibcond() 832 doit = 1; in Ibcond() 838 doit = 1; in Ibcond() 845 doit = 1; in Ibcond() 852 doit = 1; in Ibcond() 859 if(doit) { in Ibcond()
|
| /plan9/sys/src/cmd/ip/ |
| H A D | telnet.h | 86 int doit(Biobuf*); 120 return doit(bp); in control() 195 doit(Biobuf *bp) in doit() function
|
| /plan9/sys/src/cmd/ndb/ |
| H A D | dblookup.c | 675 db2cache(int doit) in db2cache() argument 683 if(now < lastcheck + 2*Min && !doit) in db2cache() 713 if(!doit && youngest == lastyoungest) in db2cache() 745 doit = 0; in db2cache()
|
| H A D | dn.c | 490 dnageall(int doit) in dnageall() argument 497 if(dnvars.names < target || (now < nextage && !doit)){ in dnageall()
|
| /plan9/sys/src/cmd/cwfs/ |
| H A D | cw.c | 1767 storesb(Device *dev, Off last, int doit) in storesb() argument 1844 if(doit) in storesb()
|
| /plan9/lib/ |
| H A D | dicewords | 1913 23615 doit
|
| H A D | unicode | 20912 01d185 musical symbol combining doit
|