Searched defs:is_first (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock_deadlock.c203 int is_first, ret; local
313 for (is_first = 1,
316 is_first = 0,
343 if (is_first)
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h61 * @is_first: if true lookup_attr() begins search with @attr, else after @attr
66 * if calling the _first() functions), and set @is_first to TRUE (not necessary
69 * If @is_first is TRUE, the search begins with @attr. If @is_first is FALSE,
78 BOOL is_first; member in struct:_ntfs_attr_search_ctx
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c246 bool is_first = (PL_oldbufptr == PL_linestart); local
254 if (is_first)

Completed in 33 milliseconds