Home
last modified time | relevance | path

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

/dports/misc/deco/deco39/
H A Dchoice.c203 VMPutChar (tab[i].r, tab[i].c, '['); in drawchoice()
204 VMPutChar (tab[i].r, tab[i].c + strlen (tab[i].name) - 1, ']'); in drawchoice()
H A Dscr.h29 #define VMPutChar(y,x,ch) (VMove (y,x), VPutChar (ch)) macro
H A Ddraw.c224 VMPutChar (line, col, '['); in drawcursor()
225 VMPutChar (line, col+w-1, ']'); in drawcursor()
420 VMPutChar (i+2, col, filetype (c)); in drawpage()