9 date 92.12.15.00.20.22; author jromine; state Exp;
14 date 92.10.26.22.55.49; author jromine; state Exp;
19 date 90.04.05.15.32.33; author sources; state Exp;
24 date 90.04.05.14.50.10; author sources; state Exp;
29 date 90.04.02.15.07.17; author sources; state Exp;
34 date 90.04.02.14.40.32; author sources; state Exp;
39 date 90.04.02.14.40.13; author sources; state Exp;
53 @/* uleq.c - "unsigned" lexical compare */
55 static char ident[] = "@@(#)$Id: uleq.c,v 1.6 1992/10/26 22:55:49 jromine Exp jromine $";
79 c = (isalpha(c) && isupper(c)) ? tolower(c) : c;
80 mask = (isalpha(mask) && isupper(mask)) ? tolower(mask) : mask;
83 mask = (isalpha(c) && isalpha(*c2)) ? TO_LOWER : NO_MASK;
84 if ((c | mask) != (*c2 | mask))
102 static char ident[] = "@@(#)$Id: uleq.c,v 1.5 1990/04/05 15:32:33 sources Exp jromine $";
114 static char ident[] = "@@(#)$Id:$";
127 static char ident[] = "$Id:";
153 mask = (isalpha(c) && isalpha(*c2)) ? TO_UPPER : NO_MASK;
165 if ((c | 040) != (*c2 | 040))