Home
last modified time | relevance | path

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

/original-bsd/lib/libedit/
H A Dterm.h64 protected int term_get_size __P((EditLine *, int *, int *));
H A Del.c305 if (term_get_size(el, &lins, &cols))
H A Dterm.c846 (void) term_get_size(el, &lins, &cols);/* get the correct window size */
859 term_get_size(el, lins, cols) in term_get_size() function