HomeSort by: relevance | last modified time | path
    Searched defs:fmtd (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libedit/
terminal.c 1460 static const char fmts[] = "%s\n", fmtd[] = "%d\n"; local
1502 (void) fprintf(el->el_outfile, fmtd, (int)el->el_tty.t_speed);
1506 (void) fprintf(el->el_outfile, fmtd, Val(T_li));
1509 (void) fprintf(el->el_outfile, fmtd, Val(T_co));

Completed in 53 milliseconds