Searched refs:showbuffer (Results 1 – 7 of 7) sorted by relevance
/openbsd/usr.bin/mg/ |
H A D | dired.c | 265 return (showbuffer(bp, curwp, WFFULL | WFMODE)); in dired() 368 if (showbuffer(bp, curwp, WFFULL) != TRUE) in d_findfile() 390 if (showbuffer(bp, curwp, WFFULL) != TRUE) in d_updirectory() 529 return (showbuffer(bp, curwp, WFFULL | WFMODE)); in d_copy() 588 return (showbuffer(bp, curwp, WFFULL | WFMODE)); in d_rename() 765 return (showbuffer(bp, curwp, WFFULL | WFMODE)); in d_create_directory() 782 return (showbuffer(bp, curwp, WFFULL | WFMODE)); in d_refreshbuffer() 1140 ret = showbuffer(bp, curwp, WFFULL | WFMODE); in dired_jump()
|
H A D | file.c | 75 if (showbuffer(bp, curwp, WFFULL) != TRUE) in filevisit() 127 if (showbuffer(bp, curwp, WFFULL) != TRUE) in do_filevisitalt() 353 return (showbuffer(bp, curwp, WFFULL | WFMODE)); in insertfile() 770 return (showbuffer(bp, curwp, WFFULL | WFMODE)); in do_dired()
|
H A D | buffer.c | 124 ret = showbuffer(bp, curwp, WFFRAME | WFFULL); in usebufname() 245 if (showbuffer(bp1, wp, WFMODE | WFFRAME | WFFULL)) in killbuffer() 672 showbuffer(struct buffer *bp, struct mgwin *wp, int flags) in showbuffer() function 785 if (showbuffer(bp, wp, WFFULL) != TRUE) in popbuf()
|
H A D | tags.c | 515 return (showbuffer(bufp, curwp, WFFULL)); in loadbuffer() 526 if (showbuffer(bufp, curwp, WFFULL) != TRUE) in loadbuffer()
|
H A D | main.c | 218 (void)showbuffer(curbp, curwp, 0); in main()
|
H A D | def.h | 447 int showbuffer(struct buffer *, struct mgwin *, int);
|
H A D | cscope.c | 347 if (showbuffer(bp, curwp, WFFULL) != TRUE) in jumptomatch()
|