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

/macosx-10.10/tcsh-65/tcsh/win32/
H A Dnt.screen.c152 static char *fmts = "%s\n", *fmtd = "%d\n"; local
185 xprintf(fmtd,T_Lines);
189 xprintf(fmtd,T_ActualWindowSize);
193 xprintf(fmtd,T_Cols);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ddtfmrgts.cpp88 UnicodeString fmtd; local
91 fmtd = sdf->format(today, fmtd, pos);
92 logln("today: " + fmtd);
957 UnicodeString fmtd; local
959 fmtd = df->format(dt, fmtd, pos);
960 logln(fmtd);
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dterm.c1361 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
1412 (void) fprintf(el->el_outfile, fmtd, 0);
1414 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed);
1418 (void) fprintf(el->el_outfile, fmtd, Val(T_li));
1421 (void) fprintf(el->el_outfile, fmtd, Val(T_co));
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dterm.c1529 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
1580 (void) fprintf(el->el_outfile, fmtd, 0);
1582 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed);
1587 (void) fprintf(el->el_outfile, fmtd, Val(T_li));
1590 (void) fprintf(el->el_outfile, fmtd, Val(T_co));
/macosx-10.10/libedit-40/src/
H A Dterminal.c1469 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
1511 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed);
1515 (void) fprintf(el->el_outfile, fmtd, Val(T_li));
1518 (void) fprintf(el->el_outfile, fmtd, Val(T_co));
/macosx-10.10/tcsh-65/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 231 milliseconds