Searched refs:last_item (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcommit_util.c1427 svn_client_commit_item3_t *item, *last_item = NULL;
1442 if ((last_item) && (strcmp(last_item->url, url) == 0))
1447 svn_dirent_local_style(last_item->path, pool));
1472 last_item = item;
1426 svn_client_commit_item3_t *item, *last_item = NULL; local
/freebsd-13-stable/contrib/dialog/
H A Dbuildlist.c291 last_item(ALL_DATA * all, int selected) function
303 TRACE(("! last_item %s = %d\n", mySide(selected), result));
953 i = last_item(&all, 1);
992 i = last_item(&all, which);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_rdma.c452 int weight, line, item, last_line, last_item; local
471 last_item = last_line * 8 + (((bmap->max_count % (64*8)) + 63) / 64);
496 for (; item < last_item; item++) {

Completed in 132 milliseconds