HomeSort by: relevance | last modified time | path
    Searched defs:tsearch (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdlib/
tsearch.c 1 /* $NetBSD: tsearch.c,v 1.7 2012/06/25 22:32:45 abs Exp $ */
16 __RCSID("$NetBSD: tsearch.c,v 1.7 2012/06/25 22:32:45 abs Exp $");
26 tsearch(const void *vkey, void **vrootp, function in typeref:typename:void *
  /src/bin/csh/
file.c 98 static size_t tsearch(Char *, COMMAND, size_t);
480 tsearch(Char *word, COMMAND command, size_t max_word_length) function in typeref:typename:size_t
677 numitems = tsearch(word_start, command, space_left);

Completed in 13 milliseconds