Searched refs:lastOpenDir (Results 1 – 1 of 1) sorted by relevance
117 static dirlist_t *lastOpenDir = NULL; /* last activeDir */ variable573 if ((lastOpenDir != NULL) && (lastOpenDir->dl_filename != NULL)) { in open_log()574 (void) strlcpy(oldname, lastOpenDir->dl_filename, in open_log()581 close_log(&lastOpenDir, oldname, newname); in open_log()601 if (lastOpenDir == NULL) { in open_log()602 freedirlist(lastOpenDir); in open_log()603 if ((lastOpenDir = dupdirnode(current_dir)) == NULL) { in open_log()611 lastOpenDir->dl_dirname == NULL ? "" : in open_log()612 lastOpenDir->dl_dirname, in open_log()613 lastOpenDir->dl_filename == NULL ? "" : in open_log()[all …]