Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dparse_opts.c558 static void usc_recressive_func(int cnt, int max, struct usc_bigstack_t bstack) in usc_recressive_func() argument
561 usc_recressive_func(cnt + 1, max, bstack); in usc_recressive_func()
/third_party/python/Lib/idlelib/
Ddebugger.py164 self.bstack = Checkbutton(cframe,
166 self.bstack.grid(row=0, column=0)