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

/xsrc/external/mit/xterm/dist/
H A Dmain.c3954 char *shname, *shname_minus; local in function:spawnXTerm
5287 if ((shname_minus = (char *) malloc(strlen(shname) + 2)) != NULL) {
5288 (void) strcpy(shname_minus, "-");
5289 (void) strcat(shname_minus, shname);
5292 shname_minus = default_minus;
5311 params[1] = shname_minus;
5324 (xw->misc.login_shell ? shname_minus : shname),

Completed in 7 milliseconds