Home | History | Annotate | Download | only in info

Lines Matching defs:line_start

354       long line_start = 0;
367 line_start = offset + 1;
387 line_start = point + 1;
402 line_start = point + 1;
419 tag_name = (char *)xmalloc (1 + (offset - line_start));
420 strncpy (tag_name, buffer + line_start, offset - line_start);
421 tag_name[offset - line_start] = '\0';
464 line_start = point + 1;
480 line_start = offset + 1;