Home
last modified time | relevance | path

Searched refs:sortpos (Results 1 – 3 of 3) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c173 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()
/third_party/toybox/toys/posix/
Dps.c216 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()
/third_party/toybox/generated/
Dglobals.h1332 int kcount, forcek, sortpos; member