Searched refs:sortpos (Results 1 – 2 of 2) sorted by relevance
216 int kcount, forcek, sortpos;1408 if ((TT.sortpos = i++)<pos && field->next) continue; in setsort()1651 if (isspace(was) && !isspace(is) && i++==TT.sortpos && pos!=toybuf) in top_common()1653 if (!isspace(was) && isspace(is) && i==TT.sortpos+1) *pos = ']'; in top_common()1707 if (i == KEY_LEFT) setsort(TT.sortpos-1); in top_common()1708 else if (i == KEY_RIGHT) setsort(TT.sortpos+1); in top_common()1860 TT.sortpos++; in match_pgrep()1914 if (FLAG(c)) printf("%d\n", TT.sortpos); in pgrep_main()
1227 int kcount, forcek, sortpos; member