Searched refs:tnext (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dsubr.c302 char *snext, *tnext; local
309 result = strtoul (sp, &snext, 10) - strtoul (tp, &tnext, 10);
310 if (*snext == '\0' || *tnext == '\0')
313 tp = tnext + 1;

Completed in 47 milliseconds