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

/openbsd-current/usr.bin/vi/vi/
H A Dvs_line.c400 #define FLUSH(gp, sp, cbp, cbuf) do { \ macro
415 FLUSH(gp, sp, cbp, cbuf);
420 FLUSH(gp, sp, cbp, cbuf);
441 FLUSH(gp, sp, cbp, cbuf);
453 FLUSH(gp, sp, cbp, cbuf);
H A Dvs_msg.c461 #define FLUSH { \ macro
480 FLUSH;
485 FLUSH;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.h143 FLUSH = 369, enumerator in enum:yytokentype
318 #define FLUSH 369 macro
H A Dbfin-parse.c170 FLUSH = 369, enumerator in enum:yytokentype
345 #define FLUSH 369 macro
1317 "GE", "LT", "LE", "GT", "LESS_THAN", "FLUSHINV", "FLUSH", "IFLUSH",
5296 notethat ("CaCTRL: FLUSH [ pregs ]\n");
5300 return yyerror ("Bad register(s) for FLUSH");
5309 notethat ("CaCTRL: FLUSH [ pregs ++ ]\n");
5313 return yyerror ("Bad register(s) for FLUSH");
5326 return yyerror ("Bad register(s) for FLUSH");
5339 return yyerror ("Bad register(s) for FLUSH");
5352 return yyerror ("Bad register(s) for FLUSH");
[all...]
H A Dbfin-lex.c2187 return FLUSH;
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.pm161 =item $obj->FLUSH($fh)
220 sub FLUSH
H A Dvia.xs32 CV *FLUSH;
492 PerlIOVia_method(aTHX_ f, MYMethod(FLUSH), G_SCALAR, Nullsv);
/openbsd-current/lib/libc/stdio/
H A Dvfprintf.c378 #define FLUSH() do { \ macro
1059 FLUSH(); /* copy out the I/O vectors */
1062 FLUSH();
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-parse.y456 %token FLUSHINV FLUSH
2795 | FLUSH LBRACK REG RBRACK
2797 notethat ("CaCTRL: FLUSH [ pregs ]\n");
2801 return yyerror ("Bad register(s) for FLUSH");
2804 | FLUSH reg_with_postinc
2808 notethat ("CaCTRL: FLUSH [ pregs ++ ]\n");
2812 return yyerror ("Bad register(s) for FLUSH");
2823 return yyerror ("Bad register(s) for FLUSH");
2834 return yyerror ("Bad register(s) for FLUSH");
2846 return yyerror ("Bad register(s) for FLUSH");
[all...]
H A Dbfin-lex.l297 <KEYWORD>[fF][lL][uU][sS][hH] return FLUSH;
/openbsd-current/sbin/pfctl/
H A Dparse.y484 %token MAXSRCCONN MAXSRCCONNRATE OVERLOAD FLUSH SLOPPY PFLOW MAXPKTRATE
3300 | FLUSH { $$ = PF_FLUSH; }
3301 | FLUSH GLOBAL {
4961 { "flush", FLUSH},
/openbsd-current/gnu/usr.bin/perl/
H A Dutil.c80 #define FLUSH macro

Completed in 309 milliseconds