HomeSort by: relevance | last modified time | path
    Searched defs:next_record (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tre/dist/src/
agrep.c 175 static char *next_record; /* Start of next record. */ variable
224 if (next_record == NULL)
271 next_record = buf;
278 errcode = tre_regnexec(&delim, next_record, data_len - (next_record - buf),
287 record = next_record;
292 next_record = next_record + pmatch[0].rm_eo;
297 if (next_record == buf)
299 next_record = NULL
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/io/
transfer.c 1600 next_record (dtp, 0);
1987 next_record (dtp, 0);
2065 next_record (dtp, 0);
2483 next_record (dtp, 0);
4209 /* If this is the last call to next_record move to the farthest
4300 next_record (st_parameter_dt *dtp, int done) function
4411 next_record (dtp, 1);
4452 next_record (dtp, 1);
io.h 843 extern void next_record (st_parameter_dt *, int);
844 internal_proto(next_record); variable
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
transfer.c 1573 next_record (dtp, 0);
1947 next_record (dtp, 0);
2025 next_record (dtp, 0);
2430 next_record (dtp, 0);
4152 /* If this is the last call to next_record move to the farthest
4243 next_record (st_parameter_dt *dtp, int done) function
4354 next_record (dtp, 1);
4395 next_record (dtp, 1);
io.h 839 extern void next_record (st_parameter_dt *, int);
840 internal_proto(next_record); variable

Completed in 20 milliseconds