Home
last modified time | relevance | path

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

/dports/editors/vigor/vigor-0.016/curses/
H A Dsetterm.c78 static char *aoftspace; /* Address of _tspace for relocation */ variable
136 aoftspace = tspace;
158 aoftspace = tspace;
201 *(*sp++) = tgetstr(tmp, &aoftspace); in zap()
234 return (tgetstr(name, &aoftspace));
/dports/editors/2bsd-vi/ex-050325/
H A Dex_tty.c164 aoftspace = tspace; in setterm()
249 aoftspace = tspace; in setterm()
347 string = tgetstr(namp, &aoftspace); in zap()
H A Dex_tty.h110 var char *aoftspace; /* Address of tspace for relocation */ variable