Home
last modified time | relevance | path

Searched refs:f_index (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/cachefs/mdbug/
H A Dflist.c57 flist_object_p->f_index = 0; in flist_create()
131 flist_object_p->f_index = flist_object_p->f_count; in fl_top()
149 if (flist_object_p->f_index > 0) { in fl_next()
150 flist_object_p->f_index--; in fl_next()
151 return (flist_object_p->f_items[ flist_object_p->f_index ]); in fl_next()
H A Dflist.h52 int f_index; /* Index of item returned by next(). */ member
/titanic_44/usr/src/common/fs/
H A Dpcfilep.h220 long f_index; /* index into directory block */ member
/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk0.c83 s_index, FUNC, f_index,
H A Dawk.h342 NODE *f_index(NODE *np);
H A Dawk4.c306 f_index(NODE *np) in f_index() function