HomeSort by: relevance | last modified time | path
    Searched refs:total_errs (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
ptydata.c 691 static long total_errs = 0; variable
890 total_errs++;
915 total_errs++;
944 total_errs++;
993 total_errs,
995 (100.0 * (double) total_errs) / (double) total_test);
wcwidth.c 854 static long total_errs = 0; variable
918 ++total_errs;
952 total_errs,
954 (100.0 * (double) total_errs) / (double) total_test);

Completed in 9 milliseconds