Searched refs:list_index (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/libreadline/examples/
H A Drl-fgets.c289 static int list_index, len ;
292 list_index = 0 ;
295 while ( ( name = my_fgets_lookup(list_index) ) ) {
296 list_index ++ ;
281 static int list_index, len ; local
H A Dfileman.c281 static int list_index, len; local
289 list_index = 0;
294 while (name = commands[list_index].name)
296 list_index++;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dchanges.h62 svn_fs_x__changes_append_list(apr_size_t *list_index,
H A Dchanges.c185 svn_fs_x__changes_append_list(apr_size_t *list_index, argument
201 *list_index = (apr_size_t)(changes->offsets->nelts - 2);
H A Dpack.c1246 apr_size_t list_index; local
1296 SVN_ERR(svn_fs_x__reps_add(&list_index, container,
1298 SVN_ERR_ASSERT(list_index == sub_items->nelts);
1561 apr_size_t list_index; local
1613 SVN_ERR(svn_fs_x__changes_append_list(&list_index, container, changes));
1614 SVN_ERR_ASSERT(list_index == sub_items->nelts);
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dlist_test.c62 ATF_TC(list_index); variable
63 ATF_TC_HEAD(list_index, tc)
67 ATF_TC_BODY(list_index, tc)
351 ATF_TP_ADD_TC(tp, list_index);

Completed in 113 milliseconds