OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:curshell
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/
compat.c
86
static char **
curshell
, **shells, *strings;
variable
209
if (
curshell
== NULL)
210
curshell
= initshells();
211
ret = *
curshell
;
213
curshell
++;
225
curshell
= NULL;
229
curshell
= initshells();
Completed in 257 milliseconds