Home
last modified time | relevance | path

Searched refs:bnext (Results 1 – 4 of 4) sorted by relevance

/external/toybox/toys/pending/
Dsh.c1871 struct sh_brace *bb = 0, *blist = 0, *bstk, *bnext; in expand_arg() local
1885 for (bnext = bb; bb && bb->active; bb = (bb==blist) ? 0 : bb->prev); in expand_arg()
1887 j = 1+*bnext->commas; in expand_arg()
1888 if (old[i] && !bnext->cnt && i-j>=4) { in expand_arg()
1891 bnext->commas[2] = old[j]; in expand_arg()
1892 bnext->commas[3] = old[j+3]; in expand_arg()
1895 (sscanf(old+j+4, "..%u}%n", bnext->commas+4, &k) && k)) in expand_arg()
1896 bnext->cnt = -1; in expand_arg()
1899 if (!bnext->cnt) { in expand_arg()
1900 for (k=0, j = 1+*bnext->commas; k<3; k++, j += x) in expand_arg()
[all …]
/external/e2fsprogs/tests/progs/
Dtest_rel_cmds.ct27 brel_next, bnext;
/external/python/cpython2/Lib/idlelib/
DDebugger.py142 self.bnext = b = Button(bframe, text="Over", command=self.next)
/external/python/cpython3/Lib/idlelib/
Ddebugger.py147 self.bnext = b = Button(bframe, text="Over", command=self.next)