HomeSort by relevance Sort by last modified time
    Searched refs:terminal_get_size (Results 1 - 3 of 3) sorted by null

  /external/libedit/src/
terminal.h 103 protected int terminal_get_size(EditLine *, int *, int *);
el.c 597 if (terminal_get_size(el, &lins, &cols))
terminal.c 932 (void) terminal_get_size(el, &lins, &cols);
942 /* terminal_get_size():
947 terminal_get_size(EditLine *el, int *lins, int *cols) function
    [all...]

Completed in 132 milliseconds