usr.bin/mg/cscope.c
168
if (getbufcwd(dir, sizeof(dir)) == FALSE)
usr.bin/mg/def.h
454
int getbufcwd(char *, size_t);
usr.bin/mg/dir.c
101
if (getbufcwd(bufc, sizeof(bufc)) != TRUE)
usr.bin/mg/dired.c
1133
if (getbufcwd(dname, sizeof(dname)) != TRUE)
usr.bin/mg/dired.c
1160
if (getbufcwd(fpath, sizeof(fpath)) != TRUE)
usr.bin/mg/file.c
161
if (getbufcwd(fname, sizeof(fname)) != TRUE)
usr.bin/mg/file.c
32
if (getbufcwd(fname, sizeof(fname)) != TRUE)
usr.bin/mg/file.c
514
if (getbufcwd(fname, sizeof(fname)) != TRUE)
usr.bin/mg/file.c
543
if (getbufcwd(curbp->b_cwd, sizeof(curbp->b_cwd)) != TRUE)
usr.bin/mg/file.c
59
if (getbufcwd(fname, sizeof(fname)) != TRUE)
usr.bin/mg/file.c
96
if (getbufcwd(fname, sizeof(fname)) != TRUE)
usr.bin/mg/grep.c
197
if (getbufcwd(bp->b_cwd, sizeof(bp->b_cwd)) != TRUE)
usr.bin/mg/grep.c
285
if (getbufcwd(path, sizeof(path)) == FALSE)
usr.bin/mg/tags.c
74
if (getbufcwd(fname, sizeof(fname)) == FALSE)