Home | History | Annotate | Download | only in gen

Lines Matching defs:curshell

112 static char		  curshell[MAXPATHLEN + 2];
192 while (fgets(curshell, (int)sizeof(curshell) - 1, _files_state.fp)
194 sp = cp = curshell;
311 strlcpy(curshell, hp[0], sizeof(curshell));
312 *retval = curshell;
450 strlcpy(curshell, data, sizeof(curshell));
451 *retval = curshell;