Searched refs:getbufcwd (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.bin/mg/ |
H A D | file.c | 32 if (getbufcwd(fname, sizeof(fname)) != TRUE) in fileinsert() 59 if (getbufcwd(fname, sizeof(fname)) != TRUE) in filevisit() 96 if (getbufcwd(fname, sizeof(fname)) != TRUE) in filevisitalt() 161 if (getbufcwd(fname, sizeof(fname)) != TRUE) in poptofile() 514 if (getbufcwd(fname, sizeof(fname)) != TRUE) in filewrite() 543 if (getbufcwd(curbp->b_cwd, sizeof(curbp->b_cwd)) != TRUE) in filewrite()
|
H A D | grep.c | 197 if (getbufcwd(bp->b_cwd, sizeof(bp->b_cwd)) != TRUE) in compile_mode() 285 if (getbufcwd(path, sizeof(path)) == FALSE) in compile_goto_error()
|
H A D | dir.c | 101 if (getbufcwd(bufc, sizeof(bufc)) != TRUE) in ask_makedir()
|
H A D | def.h | 454 int getbufcwd(char *, size_t);
|
H A D | tags.c | 74 if (getbufcwd(fname, sizeof(fname)) == FALSE) in tagsvisit()
|
H A D | cscope.c | 168 if (getbufcwd(dir, sizeof(dir)) == FALSE) in cscreatelist()
|
H A D | dired.c | 1131 if (getbufcwd(dname, sizeof(dname)) != TRUE) in dired_jump() 1158 if (getbufcwd(fpath, sizeof(fpath)) != TRUE) in d_gotofile()
|
H A D | buffer.c | 891 getbufcwd(char *path, size_t plen) in getbufcwd() function
|