Lines Matching full:buffered
49 ** Data structure for storing information about each buffered file
55 bool bf_committed; /* Has this buffered file been committed? */
62 char *bf_filename; /* Name of buffered file, if ever committed */
63 MODE_T bf_filemode; /* Mode of buffered file, if ever committed */
185 ** BFOPEN -- create a new buffered file
283 ** SM_BFCLOSE -- close a buffered file
325 ** SM_BFREAD -- read a buffered file
421 ** SM_BFSEEK -- seek to a position in a buffered file
470 ** SM_BFWRITE -- write to a buffered file
635 ** fread(). If fp is not a buffered file, this is equivalent to
652 ** SM_BFCOMMIT -- "commits" the buffered file
663 ** fp is not a buffered file, this is a no-op.