Lines Matching refs:first
37 /* return the first character position after the end of the data */
60 /* find the first semicolon in each line - there must be one */
77 long first, last, c;
80 first=last=-1;
100 if(first==last) {
109 first, last, /* code point range */
110 strchr(firstLine, ';'));/* first line starting from the first ; */
112 /* no comment in first line */
114 first, last, /* code point range */
115 strchr(firstLine, ';'), /* first line starting from the first ; */
120 first, last, /* code point range */
121 strchr(firstLine, ';'), /* first line starting from the first ; */
125 first=last=-1;
138 /* set as the first line in a possible range */
139 first=last=c;