Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c522 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/contrib/libedit/
H A Dterminal.c1460 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in terminal_echotc() local
1502 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed); in terminal_echotc()
1506 (void) fprintf(el->el_outfile, fmtd, Val(T_li)); in terminal_echotc()
1509 (void) fprintf(el->el_outfile, fmtd, Val(T_co)); in terminal_echotc()