Home
last modified time | relevance | path

Searched refs:MLBuf (Results 1 – 3 of 3) sorted by relevance

/dports/editors/uemacs/uemacs-4.0/src/
H A Dmswdrv.c118 for (e = MLSIZE - 1; e >= 0; e--) if (MLBuf[e] != ' ') break; in PushMLHist()
122 for (i = 0; i <= e; i++) *ml++ = MLBuf[i]; in PushMLHist()
224 MLBuf = (char*)room(MLSIZE); in mswopen()
225 for (x = 0; x < MLSIZE;) MLBuf[x++] = ' '; in mswopen()
272 if (CurrentCol > 0) MLBuf[--CurrentCol] = ' ';
277 MLBuf[CurrentCol] = c;
343 for (x = CurrentCol; x < MLSIZE;) MLBuf[x++] = ' '; in msweeol()
H A Dmswdisp.c583 &MLBuf[Rect.left],
/dports/editors/uemacs/uemacs-4.0/h/
H A Dmswin.h94 char *MLBuf; /* message line buffer */ variable
132 extern char *MLBuf; /* message line buffer */