Home
last modified time | relevance | path

Searched refs:B_FILE (Results 1 – 8 of 8) sorted by relevance

/dports/editors/jove/jove/
H A Dbuf.h14 #define B_FILE 2 /* normal file (we auto-save these.) */ macro
H A Dutil.c231 && (b->b_type == B_FILE || allp)
H A Dio.c927 curbuf->b_type = B_FILE; /* in case it wasn't before */ in JWriteFile()
949 if (!IsModified(b) || b->b_type != B_FILE)
H A Dproc.c733 pop_wind(bnm, NO, B_FILE);
H A Dbuf.c130 newb->b_type = B_FILE; /* File until proven SCRATCH */ in mak_buf()
H A Dwin32.c555 && b->b_type == B_FILE in MessageCloseFiles()
/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dcommon.h383 enum File { A_FILE, B_FILE, C_FILE, D_FILE, E_FILE, F_FILE, G_FILE, H_FILE }; enumerator
H A Dinit.cc356 for (sq1 = B_FILE; sq1 <= H_FILE; sq1++) in InitRotAtak()