Searched refs:sort_order (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | modules.c | 53 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 D | history.c | 202 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 D | Symtab.cpp | 88 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 D | CommandObjectTarget.cpp | 1404 Module *module, SortOrder sort_order, in DumpModuleSymtab() argument 1410 sort_order, name_preference); in DumpModuleSymtab()
|