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

/freebsd-10-stable/lib/libedit/
H A Dterm.c1485 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
1536 (void) fprintf(el->el_outfile, fmtd, 0);
1538 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed);
1542 (void) fprintf(el->el_outfile, fmtd, Val(T_li));
1545 (void) fprintf(el->el_outfile, fmtd, Val(T_co));
/freebsd-10-stable/contrib/tcsh/
H A Ded.screen.c526 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
587 xprintf(fmtd, 0);
592 xprintf(fmtd, Val(T_li));
596 xprintf(fmtd, Val(T_co));

Completed in 130 milliseconds