Lines Matching refs:bufref
3953 bufref_T bufref; in check_timestamps() local
3955 set_bufref(&bufref, buf); in check_timestamps()
3959 if (n > 0 && !bufref_valid(&bufref)) in check_timestamps()
4060 bufref_T bufref; in buf_check_timestamp() local
4062 set_bufref(&bufref, buf); in buf_check_timestamp()
4157 if (!bufref_valid(&bufref)) in buf_check_timestamp()
4311 if (bufref_valid(&bufref) && retval != 0) in buf_check_timestamp()
4337 bufref_T bufref; in buf_reload() local
4375 set_bufref(&bufref, savebuf); in buf_reload()
4406 if (savebuf != NULL && bufref_valid(&bufref) && buf == curbuf) in buf_reload()
4434 if (savebuf != NULL && bufref_valid(&bufref)) in buf_reload()