Home
last modified time | relevance | path

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

/dports/devel/xwpe/xwpe-1.5.30a/
H A Dwe_xterm.c67 extern char *extbyte, *altextbyte;
322 if (altextbyte) in e_ini_size()
323 FREE(altextbyte); in e_ini_size()
325 altextbyte = MALLOC(MAXSCOL * MAXSLNS); in e_ini_size()
326 if (!schirm || !altschirm || !extbyte || !altextbyte) in e_ini_size()
388 || extbyte[y] != altextbyte[y]) in e_x_refresh()
438 altextbyte[y] = extbyte[y]; in e_x_refresh()
H A Dunixmakr.h99 extern char *extbyte, *altextbyte;
H A Dwe_unix.c96 char *extbyte = NULL, *altextbyte = NULL; variable