Home
last modified time | relevance | path

Searched refs:strmflags_wr_by_B (Results 1 – 3 of 3) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dstream.d85 #define strmflags_by_B (strmflags_rd_by_B | strmflags_wr_by_B)
7873 if (flags & strmflags_wr_by_B) { in fill_pseudofuns_buffered()
8195 if ((TheStream(stream)->strmflags & strmflags_wr_by_B) == 0) /* Read-Only-Stream? */ in make_file_stream()
8207 TheStream(stream)->strmflags &= ~strmflags_wr_by_B; /* make Stream Read-Only */ in make_file_stream()
8258 if (TheStream(stream)->strmflags & strmflags_wr_by_B) { /* only if not read-only */ in buffered_flush_everything()
H A Dlispbibl.d9145 #define strmflags_wr_by_B bit(strmflags_wr_by_bit_B) macro
9149 #define strmflags_wr_B (strmflags_wr_by_B | strmflags_wr_ch_B)
H A DChangeLog51334 (strmflags_wr_by_B, strmflags_rd_B, strmflags_wr_B): New macros,
51339 (strmflags_rd_by_B, strmflags_wr_by_B, strmflags_rd_B, strmflags_wr_B):