Searched defs:curshell (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetusershell.c25 static char **curshell; variable
37 if (curshell == NULL)
38 curshell = initshells();
39 ret = *curshell;
41 curshell++;
55 curshell = NULL;
62 curshell = initshells();
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetusershell.c81 static char **curshell; variable
92 if (curshell == NULL)
93 curshell = initshells();
94 ret = *curshell;
96 curshell++;
110 curshell = NULL;
117 curshell = initshells();

Completed in 43 milliseconds