Lines Matching refs:LINENUM
49 static LINENUM p_first; /* 1st line number */
50 static LINENUM p_newfirst; /* 1st line number of replacement */
51 static LINENUM p_ptrn_lines; /* # lines in pattern */
52 static LINENUM p_repl_lines; /* # lines in replacement text */
53 static LINENUM p_end = -1; /* last line in hunk */
54 static LINENUM p_max; /* max allowed value of p_end */
55 static LINENUM p_context = 3; /* # of context lines */
56 static LINENUM p_input_line = 0; /* current line # from patch file */
63 static LINENUM p_bline; /* line # of p_base */
65 static LINENUM p_sline; /* and the line number for it */
66 static LINENUM p_hunk_beg; /* line number of current hunk */
67 static LINENUM p_efake = -1; /* end of faked up lines--don't free */
68 static LINENUM p_bfake = -1; /* beg of faked up lines */
76 static void next_intuit_at(off_t, LINENUM);
77 static void skip_to(off_t, LINENUM);
82 static LINENUM strtolinenum(char *, char **);
94 p_end = (LINENUM) - 1;
270 LINENUM fcl_line = -1;
469 next_intuit_at(off_t file_pos, LINENUM file_line)
479 skip_to(off_t file_pos, LINENUM file_line)
539 LINENUM repl_beginning; /* index of --- line */
540 LINENUM fillcnt; /* #lines of missing ptrn or repl */
541 LINENUM fillsrc; /* index of first line to copy */
542 LINENUM filldst; /* index of first missing line */
547 LINENUM repl_patch_line; /* input line number for same */
548 LINENUM ptrn_copiable; /* # of copiable lines in ptrn */
901 LINENUM fillold; /* index of old lines */
902 LINENUM fillnew; /* index of new lines */
1066 LINENUM min, max;
1186 LINENUM i;
1259 LINENUM i;
1260 LINENUM n;
1360 LINENUM
1369 LINENUM
1378 LINENUM
1387 LINENUM
1396 LINENUM
1405 LINENUM
1415 pch_line_len(LINENUM line)
1424 pch_char(LINENUM line)
1433 pfetch(LINENUM line)
1441 LINENUM
1632 * Convert number at NPTR into LINENUM and save address of first
1636 static LINENUM
1639 LINENUM rv;