usr.bin/mg/buffer.c
181
if ((wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/buffer.c
344
if ((bp = makelist()) == NULL || (wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/buffer.c
458
if ((wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/cscope.c
218
return (popbuftop(bp, WNONE));
usr.bin/mg/cscope.c
431
return (popbuftop(bp, WNONE));
usr.bin/mg/dired.c
294
if ((wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/dired.c
411
if ((wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/dired.c
633
if ((wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/file.c
177
if ((wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/grep.c
108
if ((wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/grep.c
166
if ((wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/grep.c
300
if ((wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/grep.c
82
if ((wp = popbuf(bp, WNONE)) == NULL)
usr.bin/mg/help.c
122
return (popbuftop(bp, WNONE));
usr.bin/mg/help.c
205
return (popbuftop(bp, WNONE));
usr.bin/mg/region.c
485
wp = popbuf(bp, WNONE);
usr.bin/mg/undo.c
400
if ((wp = popbuf(bp, WNONE)) == NULL)