Searched refs:get_cwd (Results 1 – 1 of 1) sorted by relevance
2215 static const char *get_cwd(int force) in get_cwd() function2468 set_local_var(xasprintf("PWD=%s", get_cwd(/*force:*/ 1)), flag); in set_pwd_var()2636 prompt_str = G.PS1 = xasprintf("%s %c ", get_cwd(0), (geteuid() != 0) ? '$' : '#'); in setup_prompt_string()10817 puts(get_cwd(0)); in builtin_pwd()