Lines Matching refs:dupentry
75 struct dupentry {
76 struct dupentry *de_next;
81 typedef struct dupentry dupentry;
83 static dupentry *firstduplicate;
84 static dupentry *lastduplicate;
86 static dupentry *firstswap;
87 static dupentry *lastswap;
132 static int dupkey(int kbdfd, dupentry *dep, int shiftmask);
133 static int swapkey(int kbdfd, dupentry *dep, int shiftmask);
157 register dupentry *dep;
445 register dupentry *dep;
447 if ((dep = (dupentry *) malloc((unsigned)sizeof (dupentry))) == NULL)
469 register dupentry *dep;
471 if ((dep = (dupentry *) malloc((unsigned)sizeof (dupentry))) == NULL)
499 register dupentry *dep;
523 register dupentry *dep;