Searched refs:fmtd (Results 1 – 2 of 2) sorted by relevance
| /trueos/lib/libedit/ |
| HD | term.c | 1485 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in term_echotc() local 1536 (void) fprintf(el->el_outfile, fmtd, 0); in term_echotc() 1538 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed); in term_echotc() 1542 (void) fprintf(el->el_outfile, fmtd, Val(T_li)); in term_echotc() 1545 (void) fprintf(el->el_outfile, fmtd, Val(T_co)); in term_echotc()
|
| /trueos/contrib/tcsh/ |
| HD | ed.screen.c | 526 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; in EchoTC() local 587 xprintf(fmtd, 0); in EchoTC() 592 xprintf(fmtd, Val(T_li)); in EchoTC() 596 xprintf(fmtd, Val(T_co)); in EchoTC()
|