Home
last modified time | relevance | path

Searched refs:LEAVE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c473 #define LEAVE(Y) if (!Y) { \ macro
538 LEAVE(1);
540 LEAVE(0);
596 LEAVE(1);
659 LEAVE(1);
671 LEAVE(0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3109 #define LEAVE {UPDATE return inflate_flush(s,z,r);} macro
3112 #define NEEDBYTE {if(n)r=Z_OK;else LEAVE}
3121 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
3309 LEAVE
3328 LEAVE
3338 LEAVE
3347 LEAVE
3371 LEAVE
3380 LEAVE
3404 LEAVE
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4202 #define LEAVE {UPDATE return (inflate_flush(s, z, r)); } macro
4205 #define NEEDBYTE { if (n) r = Z_OK; else LEAVE }
4217 if (m == 0) LEAVE }} r = Z_OK; }
4399 LEAVE
4416 LEAVE
4426 LEAVE
4436 LEAVE
4462 LEAVE
4471 LEAVE
4499 LEAVE
[all …]
/illumos-gate/usr/src/common/ficl/test/
H A Dtester.fr47 <> IF S" INCORRECT RESULT: " ERROR LEAVE THEN
H A Dcore.fr695 TESTING DO LOOP +LOOP I J UNLOOP LEAVE EXIT
717 { : GD5 123 SWAP 0 DO I 4 > IF DROP 234 LEAVE THEN LOOP ; -> }