Home | History | Annotate | Download | only in misc

Lines Matching defs:last

75     long first, last, c;
78 first=last=-1;
96 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) {
98 if(first==last) {
107 first, last, /* code point range */
112 first, last, /* code point range */
118 first, last, /* code point range */
123 first=last=-1;
135 if(last<0) {
137 first=last=c;
140 } else /* must be c==(last+1) && sameData() because of previous conditions */ {
142 last=c;