Home
last modified time | relevance | path

Searched refs:curr_ino (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/less/
H A Dedit.c52 public ino_t curr_ino;
386 curr_ino = curr_dev = 0;
631 curr_ino = statbuf.st_ino; in edit_ifile()
51 public ino_t curr_ino; global() variable
H A Dfilename.c57 extern ino_t curr_ino;
1108 if (r == 0 && (st.st_ino != curr_ino || in last_component()