Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dless.h284 #define SET_BINARY(f) _setmode(f, _O_BINARY);
287 #define SET_BINARY(f) setmode(f, O_BINARY)
289 #define SET_BINARY(f) macro
292 #define SET_BINARY( global() macro
294 #define SET_BINARY( global() macro
H A Dedit.c508 SET_BINARY(f); in edit_ifile()
1010 SET_BINARY(logfile); in use_logfile()
H A Dfilename.c588 SET_BINARY(0);
924 SET_BINARY(f); in open_altfile()
H A Dmain.c401 SET_BINARY(1); in quit()
H A Dscreen.c1208 SET_BINARY(0); in get_term()