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

/xsrc/external/mit/xterm/dist/
H A Dmisc.c1103 char *child_cwd = NULL; local in function:ProcGetCWD
1108 child_cwd = Readlink(child_cwd_link);
1110 return child_cwd;
1121 char *child_cwd = NULL; local in function:HandleSpawnTerminal
1143 child_cwd = ProcGetCWD(screen->pid);
1151 if (child_cwd) {
1152 IGNORE_RC(chdir(child_cwd)); /* We don't care if this fails */
1182 free(child_cwd);
H A Dbutton.c6081 char *child_cwd = ProcGetCWD(pid); local in function:executeCommand
6084 if (child_cwd) {
6085 IGNORE_RC(chdir(child_cwd)); /* We don't care if this fails */
6090 free(child_cwd);

Completed in 17 milliseconds