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

  /src/usr.bin/tic/
tic.c 482 char *scap = __UNCONST( local in function:merge_use
489 memmove(scap, cap, memn);
490 rtic->extras.bufpos -= cap - scap;
491 cap = scap;
tic.c 482 char *scap = __UNCONST( local in function:merge_use
489 memmove(scap, cap, memn);
490 rtic->extras.bufpos -= cap - scap;
491 cap = scap;
  /src/lib/libedit/
terminal.c 1455 char *cap, *scap; local in function:terminal_echotc
1515 scap = NULL;
1519 scap = el->el_terminal.t_str[t - tstr];
1524 scap = tgetstr(ct_encode_string(*argv, &el->el_scratch), &area);
1526 if (!scap || scap[0] == '\0') {
1536 for (cap = scap, arg_need = 0; *cap; cap++)
1576 terminal_tputs(el, scap, 1);
1604 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
1660 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows)
    [all...]
terminal.c 1455 char *cap, *scap; local in function:terminal_echotc
1515 scap = NULL;
1519 scap = el->el_terminal.t_str[t - tstr];
1524 scap = tgetstr(ct_encode_string(*argv, &el->el_scratch), &area);
1526 if (!scap || scap[0] == '\0') {
1536 for (cap = scap, arg_need = 0; *cap; cap++)
1576 terminal_tputs(el, scap, 1);
1604 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), 1);
1660 terminal_tputs(el, tgoto(scap, arg_cols, arg_rows), arg_rows)
    [all...]

Completed in 50 milliseconds