Home
last modified time | relevance | path

Searched refs:list_isempty (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dhash.h59 int list_isempty (List *list);
H A Dms-buffer.c76 if (list_isempty (mb->bufs)) return -1; in ms_buffer_input()
H A Drecurse.c303 if (list_isempty (dirlist)) in start_recursion()
558 if (! list_isempty (args_to_send_when_finished)) in start_recursion()
H A Dfind_names.c212 if (! list_isempty (dirlist)) in Find_Directories()
H A Dhash.c428 list_isempty (List *list) in list_isempty() function
H A Dfileattr.c580 if (list_isempty (attrlist) in fileattr_write()
H A Dls.c287 if (recurse && !(ls_prune_dirs && list_isempty (p->data))) in ls_print_dir()
H A Dclient.c133 if (list_isempty (dirs_sent_to_server)) in arg_should_not_be_sent_to_server()
H A DChangeLog-9395403 * hash.c, hash.h (list_isempty): New function.