Lines Matching full:sl
60 static StringList *sl; variable
84 if (sl) { in endusershell()
85 sl_free(sl, 1); in endusershell()
86 sl = NULL; in endusershell()
109 if (sl) in _local_initshells()
110 sl_free(sl, 1); in _local_initshells()
111 sl = sl_init(); in _local_initshells()
126 sl_add(sl, strdup(sp)); in _local_initshells()
144 if (sl) in _dns_initshells()
145 sl_free(sl, 1); in _dns_initshells()
146 sl = sl_init(); in _dns_initshells()
164 sl_add(sl, hp[hpi]); in _dns_initshells()
186 if (sl) in _nis_initshells()
187 sl_free(sl, 1); in _nis_initshells()
188 sl = sl_init(); in _nis_initshells()
211 sl_add(sl, data); in _nis_initshells()
239 if (sl) in initshells()
240 sl_free(sl, 1); in initshells()
241 sl = sl_init(); in initshells()
245 if (sl) in initshells()
246 sl_free(sl, 1); in initshells()
247 sl = sl_init(); in initshells()
252 sl_add(sl, strdup(_PATH_BSHELL)); in initshells()
253 sl_add(sl, strdup(_PATH_CSHELL)); in initshells()
255 sl_add(sl, NULL); in initshells()
257 return (const char *const *)(sl->sl_str); in initshells()