Searched refs:TS_repeat (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dterm.c278 char *TS_repeat; /* "rp" (2 params, # times to repeat variable
369 static int RPov; /* # chars to start a TS_repeat */
1393 /* Don't use TS_repeat if its padding is worse than sending the chars */
1394 if (TS_repeat && per_line_cost (TS_repeat) * baud_rate < 9000)
1395 RPov = string_cost (TS_repeat);
2456 TS_repeat = tgetstr ("rp", address);

Completed in 111 milliseconds