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

/macosx-10.10.1/nano-12/src/
H A Dfiles.c1137 /* Initialize full_operating_dir based on operating_dir. */
1140 assert(full_operating_dir == NULL);
1145 full_operating_dir = get_full_path(operating_dir);
1149 if (full_operating_dir == NULL || chdir(full_operating_dir) == -1) {
1150 free(full_operating_dir);
1151 full_operating_dir = NULL;
1163 /* full_operating_dir is global for memory cleanup. It should have
1176 assert(full_operating_dir != NULL);
1190 whereami1 = strstr(fullpath, full_operating_dir);
[all...]
H A Dglobal.c127 char *full_operating_dir = NULL; variable
1406 if (full_operating_dir != NULL)
1407 free(full_operating_dir);
H A Dproto.h87 extern char *full_operating_dir;

Completed in 77 milliseconds