usrwdptc 85 common.c int usrwdptc = 8; /* user max number of pwdptc */
usrwdptc 127 control.c if (pwdptc < usrwdptc && pwdptc < MAXWDPTC) {
usrwdptc 53 extend.c if ((usrwdptc = atoi(un)) > MAXWDPTC) {
usrwdptc 54 extend.c fprintf(stderr, "%s: max print size of word position list %d over: %d\n", pn, MAXWDPTC, usrwdptc);
usrwdptc 70 table.h extern int usrwdptc;