Home
last modified time | relevance | path

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

/original-bsd/lib/libedit/
H A Dterm.c1240 char *cap, *scap; local
1313 scap = NULL;
1316 scap = el->el_term.t_str[t - tstr];
1320 scap = tgetstr(*argv, &area);
1321 if (!scap || scap[0] == '\0') {
1331 for (cap = scap, arg_need = 0; *cap; cap++)
1369 (void) tputs(scap, 1, term__putc);
1388 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, term__putc);
1421 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, term__putc);