Lines Matching defs:end
210 char *end, *endOfBase;
294 x = strtol(p, &end, 0);
295 if ((end == p) || (*end != ',')) {
298 p = end+1;
299 y = strtol(p, &end, 0);
300 if (end == p) {
304 endOfBase = end;
315 lineIndex = strtol(string, &end, 0) - 1;
316 if ((end == string) || (*end != '.')) {
319 p = end+1;
320 if ((*p == 'e') && (strncmp(p, "end", 3) == 0)) {
324 charIndex = strtol(p, &end, 0);
325 if (end == p) {
328 endOfBase = end;
354 && (strncmp(string, "end", (size_t) (endOfBase-string)) == 0)) {
356 * Base position is end of text.
519 char *end, *units;
531 count = strtol(p, &end, 0);
532 if (end == p) {
535 p = end;
541 * Find the end of this modifier (next space or + or - character),
753 * Find the end of the modifier word.