Home
last modified time | relevance | path

Searched refs:tabcount (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/posix/
Dexpand.c31 unsigned tabcount, *tab;
73 if (TT.tabcount < 2) { in do_expand()
74 width = TT.tabcount ? *TT.tab : 8; in do_expand()
76 } else while (stop < TT.tabcount) { in do_expand()
94 int tabcount = 0; in parse_tablist() local
101 unsigned x, *t = tablist ? tablist+tabcount : &x; in parse_tablist()
103 if (tabcount >= sizeof(toybuf)/sizeof(unsigned)) break; in parse_tablist()
105 if (tabcount++ && tablist && *(t-1) >= *t) break; in parse_tablist()
113 return tabcount; in parse_tablist()
118 TT.tabcount = parse_tablist(NULL); in expand_main()
[all …]
/external/toybox/generated/
Dglobals.h1006 unsigned tabcount, *tab; member