Home
last modified time | relevance | path

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

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