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

/freebsd-13-stable/contrib/diff/src/
H A Ddiff3.c1045 readnum (char *s, lin *pnum)
1084 s = readnum (skipwhite (s), &db->ranges[0][RANGE_START]);
1092 s = readnum (s + 1, &db->ranges[0][RANGE_END]);
1118 s = readnum (skipwhite (s), &db->ranges[1][RANGE_START]);
1126 s = readnum (s + 1, &db->ranges[1][RANGE_END]);
1041 readnum (char *s, lin *pnum) function

Completed in 93 milliseconds