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

/macosx-10.10/uucp-11/uucp/unix/
H A Dwork.c102 static size_t cSwork_files;
316 chad = cSwork_files;
317 callocated = cSwork_files;
386 if (cSwork_files >= callocated)
395 asSwork_files[cSwork_files].zfile = zname;
396 asSwork_files[cSwork_files].bgrade = bfilegrade;
397 ++cSwork_files;
398 if (cmax != 0 && cSwork_files - chad > cmax)
405 if (cmax != 0 && cSwork_files - chad > cmax)
416 if (cSwork_files > iSwork_fil
100 static size_t cSwork_files; variable
[all...]

Completed in 125 milliseconds