Home
last modified time | relevance | path

Searched refs:sort_order (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dmodules.c53 static int sort_order PROTO((const PTR l, const PTR r));
837 sort_order (l, r) in sort_order() function
969 qsort ((PTR) s_head, s_count, sizeof (struct sortrec), sort_order);
H A Dhistory.c202 static int sort_order PROTO((const PTR l, const PTR r));
319 sort_order (l, r) in sort_order() function
686 sizeof (struct hrec), sort_order);
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp88 void Symtab::Dump(Stream *s, Target *target, SortOrder sort_order, in Dump() argument
108 switch (sort_order) { in Dump()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp1404 Module *module, SortOrder sort_order, in DumpModuleSymtab() argument
1410 sort_order, name_preference); in DumpModuleSymtab()