Searched refs:sortpos (Results 1 – 3 of 3) sorted by relevance
173 int kcount, forcek, sortpos;1273 if ((TT.sortpos = i++)<pos && field->next) continue; in setsort()1509 if (isspace(was) && !isspace(is) && i++==TT.sortpos && pos!=toybuf) in top_common()1511 if (!isspace(was) && isspace(is) && i==TT.sortpos+1) *pos = ']'; in top_common()1565 if (i == KEY_LEFT) setsort(TT.sortpos-1); in top_common()1566 else if (i == KEY_RIGHT) setsort(TT.sortpos+1); in top_common()1707 TT.sortpos++; in match_pgrep()1761 if (FLAG(c)) printf("%d\n", TT.sortpos); in pgrep_main()
216 int kcount, forcek, sortpos;1416 if ((TT.sortpos = i++)<pos && field->next) continue; in setsort()1656 if (isspace(was) && !isspace(is) && i++==TT.sortpos && pos!=toybuf) in top_common()1658 if (!isspace(was) && isspace(is) && i==TT.sortpos+1) *pos = ']'; in top_common()1712 if (i == KEY_LEFT) setsort(TT.sortpos-1); in top_common()1713 else if (i == KEY_RIGHT) setsort(TT.sortpos+1); in top_common()1865 TT.sortpos++; in match_pgrep()1919 if (FLAG(c)) printf("%d\n", TT.sortpos); in pgrep_main()
1332 int kcount, forcek, sortpos; member