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

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetusershell.c78 static char **curshell, **shells, *strings; variable
89 if (curshell == NULL)
90 curshell = initshells();
91 ret = *curshell;
93 curshell++;
106 curshell = NULL;
112 curshell = initshells();
/freebsd-11-stable/lib/libc/gen/
H A Dgetusershell.c61 static const char *const *curshell; variable
74 if (curshell == NULL)
75 curshell = initshells();
77 ret = (char *)*curshell;
79 curshell++;
90 curshell = NULL;
97 curshell = initshells();

Completed in 40 milliseconds