Searched refs:readnum (Results 1 – 2 of 2) sorted by relevance
1040 readnum (char *s, lin *pnum) in readnum() function1079 s = readnum (skipwhite (s), &db->ranges[0][RANGE_START]); in process_diff_control()1087 s = readnum (s + 1, &db->ranges[0][RANGE_END]); in process_diff_control()1113 s = readnum (skipwhite (s), &db->ranges[1][RANGE_START]); in process_diff_control()1121 s = readnum (s + 1, &db->ranges[1][RANGE_END]); in process_diff_control()
437 * src/diff3.c (skipwhite, readnum): New functions.