Home
last modified time | relevance | path

Searched refs:WEPHEM (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/mg/
H A Decho.c518 if ((wp = popbuf(bp, WEPHEM)) != NULL) { in veread()
519 if (wp->w_flag & WEPHEM) { in veread()
783 popbuftop(bp, WEPHEM); /* split the screen and put up the help in complt_list()
H A Ddef.h230 #define WEPHEM 0x01 /* Window is ephemeral. */ macro