Lines Matching refs:stp
42 static int otherfile_buf(buf_T *buf, char_u *ffname, stat_T *stp);
43 static int buf_same_ino(buf_T *buf, stat_T *stp);
2539 stat_T *stp) in buflist_findname_stat() argument
2548 , stp in buflist_findname_stat()
3577 , stat_T *stp in otherfile_buf() argument
3591 if (stp == NULL) in otherfile_buf()
3595 stp = &st; in otherfile_buf()
3606 if (buf_same_ino(buf, stp)) in otherfile_buf()
3609 if (buf_same_ino(buf, stp)) in otherfile_buf()
3643 stat_T *stp) in buf_same_ino() argument
3646 && stp->st_dev == buf->b_dev in buf_same_ino()
3647 && stp->st_ino == buf->b_ino); in buf_same_ino()