Searched refs:popbuf (Results 1 – 8 of 8) sorted by relevance
/openbsd/usr.bin/mg/ |
H A D | grep.c | 82 if ((wp = popbuf(bp, WNONE)) == NULL) in grep() 108 if ((wp = popbuf(bp, WNONE)) == NULL) in compile() 166 if ((wp = popbuf(bp, WNONE)) == NULL) in gid() 300 if ((wp = popbuf(bp, WNONE)) == NULL) in compile_goto_error()
|
H A D | buffer.c | 181 if ((wp = popbuf(bp, WNONE)) == NULL) in poptobuffer() 344 if ((bp = makelist()) == NULL || (wp = popbuf(bp, WNONE)) == NULL) in listbuffers() 458 if ((wp = popbuf(bp, WNONE)) == NULL) in listbuf_goto_buffer_helper() 751 popbuf(struct buffer *bp, int flags) in popbuf() function 882 return (popbuf(bp, flags) != NULL); in popbuftop()
|
H A D | dired.c | 292 if ((wp = popbuf(bp, WNONE)) == NULL) in d_otherwindow() 409 if ((wp = popbuf(bp, WNONE)) == NULL) in d_ffotherwindow() 631 if ((wp = popbuf(bp, WNONE)) == NULL) in d_shell_command()
|
H A D | undo.c | 400 if ((wp = popbuf(bp, WNONE)) == NULL) in undo_dump()
|
H A D | def.h | 449 struct mgwin *popbuf(struct buffer *, int);
|
H A D | region.c | 485 wp = popbuf(bp, WNONE); in shellcmdoutput()
|
H A D | file.c | 177 if ((wp = popbuf(bp, WNONE)) == NULL) in poptofile()
|
H A D | echo.c | 518 if ((wp = popbuf(bp, WEPHEM)) != NULL) { in veread()
|