Home
last modified time | relevance | path

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

/openbsd/usr.bin/mg/
H A Dgrep.c82 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 Dbuffer.c181 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 Ddired.c292 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 Dundo.c400 if ((wp = popbuf(bp, WNONE)) == NULL) in undo_dump()
H A Ddef.h449 struct mgwin *popbuf(struct buffer *, int);
H A Dregion.c485 wp = popbuf(bp, WNONE); in shellcmdoutput()
H A Dfile.c177 if ((wp = popbuf(bp, WNONE)) == NULL) in poptofile()
H A Decho.c518 if ((wp = popbuf(bp, WEPHEM)) != NULL) { in veread()