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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetusershell.c94 static char **curshell; variable
105 if (curshell == NULL)
106 curshell = initshells();
107 ret = *curshell;
109 curshell++;
123 curshell = NULL;
130 curshell = initshells();

Completed in 140 milliseconds