HomeSort by: relevance | last modified time | path
    Searched defs:arg_rows (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libedit/
terminal.c 1457 int arg_need, arg_cols, arg_rows; local in function:terminal_echotc
1595 arg_rows = (int) i;
1604 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
1645 arg_rows = (int) i;
1660 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows);

Completed in 12 milliseconds