Searched refs:FLUSH (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/ncurses/progs/
H A Dtput.c54 #define FLUSH fflush(stdout) macro
164 FLUSH;
171 FLUSH;
178 FLUSH;
216 FLUSH;
229 FLUSH;
252 FLUSH;
259 FLUSH;
/freebsd-10.1-release/contrib/nvi/vi/
H A Dvs_line.c409 #define FLUSH { \ macro
424 FLUSH;
429 FLUSH;
462 FLUSH;
475 FLUSH;
H A Dvs_msg.c459 #define FLUSH { \ macro
474 FLUSH;
478 FLUSH;
/freebsd-10.1-release/sys/kern/
H A Dinflate.c43 #define FLUSH(x,y) { \ macro
238 FLUSH() and memzero macros. If the window size is not 32K, it
240 compiled functions to support the NEXTBYTE and/or FLUSH() macros.
241 There are defaults for NEXTBYTE and FLUSH() below for use as
243 also want FLUSH() to compute a crc on the data. inflate.h also
675 FLUSH(glbl, w);
718 FLUSH(glbl, w);
766 FLUSH(glbl, w);
1035 FLUSH(glbl, glbl->gz_wp);
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dvfprintf.c243 #define FLUSH() do \ macro
553 FLUSH();
780 FLUSH(); /* copy out the I/O vectors */
783 FLUSH();
/freebsd-10.1-release/lib/libc/stdio/
H A Dvfprintf.c384 #define FLUSH() { \ macro
1020 FLUSH(); /* copy out the I/O vectors */
1023 FLUSH();
H A Dvfwprintf.c464 #define FLUSH() { \ macro
1089 FLUSH(); /* copy out the I/O vectors */
1092 FLUSH();
/freebsd-10.1-release/contrib/libyaml/src/
H A Demitter.c8 #define FLUSH(emitter) \ macro
17 (FLUSH(emitter) \
27 (FLUSH(emitter) \
44 (FLUSH(emitter) \
54 (FLUSH(emitter) \
1756 if (!FLUSH(emitter)) return 0;
/freebsd-10.1-release/sbin/setkey/
H A Dparse.y96 %token ADD GET DELETE DELETEALL FLUSH DUMP
210 : FLUSH protocol_spec EOT
/freebsd-10.1-release/sbin/pfctl/
H A Dparse.y453 %token MAXSRCCONN MAXSRCCONNRATE OVERLOAD FLUSH SLOPPY
3433 | FLUSH { $$ = PF_FLUSH; }
3434 | FLUSH GLOBAL {
5243 { "flush", FLUSH},
/freebsd-10.1-release/sys/net/
H A Dzlib.c1559 Tracev((stderr,"[FLUSH]")); \
3609 #define FLUSH {UPDOUT r=inflate_flush(s,z,r); LOADOUT} macro
3610 #define NEEDOUT {if(m==0){WWRAP if(m==0){FLUSH WWRAP if(m==0) LEAVE}}r=Z_OK;}
3996 FLUSH
4830 FLUSH

Completed in 160 milliseconds