Searched refs:stat_map (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/top-100.1.2/
H A Dpreferences.c91 } stat_map[] = { variable in typeref:struct:__anon14170
353 for(i = 0; stat_map[i].string; ++i) {
354 if(!strcasecmp(sortkey, stat_map[i].string)) {
355 *e = stat_map[i].e;
408 for(i = 0; stat_map[i].string; ++i) {
409 if(e == stat_map[i].e) {
410 return stat_map[i].string;
485 for(i = 0; stat_map[i].string; ++i) {
486 if(!strcasecmp(key, stat_map[i].string)) {
487 *e = stat_map[
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/gdb/
H A Dcallback.h175 const char *stat_map;
174 const char *stat_map; member in struct:host_callback_struct

Completed in 125 milliseconds