Searched refs:shells (Results 1 – 1 of 1) sorted by relevance
58 static char **curshell, **shells, *strings; variable81 free(shells); in endusershell()82 shells = NULL; in endusershell()103 free(shells); in initshells()104 shells = NULL; in initshells()122 shells = malloc(statb.st_size / 3 * sizeof (char *)); in initshells()123 if (shells == NULL) { in initshells()128 sp = shells; in initshells()142 return (shells); in initshells()
Completed in 4 milliseconds