Home
last modified time | relevance | path

Searched refs:getbufcwd (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/usr.bin/mg/
Dfile.c32 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()
Dgrep.c197 if (getbufcwd(bp->b_cwd, sizeof(bp->b_cwd)) != TRUE) in compile_mode()
285 if (getbufcwd(path, sizeof(path)) == FALSE) in compile_goto_error()
Ddir.c101 if (getbufcwd(bufc, sizeof(bufc)) != TRUE) in ask_makedir()
Dtags.c74 if (getbufcwd(fname, sizeof(fname)) == FALSE) in tagsvisit()
Ddef.h454 int getbufcwd(char *, size_t);
Dcscope.c168 if (getbufcwd(dir, sizeof(dir)) == FALSE) in cscreatelist()
Ddired.c1131 if (getbufcwd(dname, sizeof(dname)) != TRUE) in dired_jump()
1158 if (getbufcwd(fpath, sizeof(fpath)) != TRUE) in d_gotofile()
Dbuffer.c891 getbufcwd(char *path, size_t plen) in getbufcwd() function