Searched refs:fmtd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/tcsh/ |
| HD | ed.screen.c | 522 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in EchoTC() local 583 xprintf(fmtd, 0); in EchoTC() 588 xprintf(fmtd, Val(T_li)); in EchoTC() 592 xprintf(fmtd, Val(T_co)); in EchoTC()
|
| /freebsd-11-stable/lib/libedit/ |
| HD | terminal.c | 1485 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in terminal_echotc() local 1527 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed); in terminal_echotc() 1531 (void) fprintf(el->el_outfile, fmtd, Val(T_li)); in terminal_echotc() 1534 (void) fprintf(el->el_outfile, fmtd, Val(T_co)); in terminal_echotc()
|