Home
last modified time | relevance | path

Searched refs:tspace (Results 1 – 5 of 5) sorted by relevance

/original-bsd/lib/libcurses/
H A Dsetterm.c53 static char tspace[2048]; /* Space for capability strings */ variable
107 aoftspace = tspace;
129 aoftspace = tspace;
/original-bsd/usr.bin/sed/
H A Dprocess.c65 SPACE tspace; in process() local
204 tspace = PS; in process()
206 HS = tspace; in process()
287 SPACE tspace; local
369 tspace = PS;
371 SS = tspace;
/original-bsd/usr.bin/ex/
H A Dex_tty.c79 aoftspace = tspace;
138 aoftspace = tspace;
H A Dex_tty.h36 var char tspace[1024]; /* Space for capability strings */ variable
/original-bsd/usr.bin/sort/
H A Dsort.c48 char *tspace; variable
276 tspace = (char *)(lspace + nlines);
335 cp = tspace; in sort()