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

/macosx-10.10/OpenSSH-189/openssh/
H A Dmoduli.c509 u_int32_t count_in = 0, count_out = 0, count_possible = 0; local
544 while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) {
545 count_in++;
547 if (count_in <= last_processed) {
549 count_in);
552 write_checkpoint(checkpoint_file, count_in);
555 debug2("%10u: comment or short line", count_in);
570 debug2("%10u: known composite", count_in);
589 debug2("%10u: (%u) Sophie-Germain", count_in, in_type);
606 debug2("%10u: (%u)", count_in, in_typ
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Derlang.vim150 syn keyword erlangPort command count_in count_out creation in

Completed in 197 milliseconds