Home
last modified time | relevance | path

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

/dragonfly/contrib/libedit/src/
H A Dterminal.c1462 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in terminal_echotc() local
1504 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed); in terminal_echotc()
1508 (void) fprintf(el->el_outfile, fmtd, Val(T_li)); in terminal_echotc()
1511 (void) fprintf(el->el_outfile, fmtd, Val(T_co)); in terminal_echotc()
/dragonfly/contrib/tcsh-6/
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()