Searched refs:p_end (Results 1 – 4 of 4) sorted by relevance
56 static LINENUM p_end = -1; /* last line in hunk */ variable94 p_end = (LINENUM) - 1; in re_patch()497 while (p_end >= 0) { in another_hunk()498 if (p_end == p_efake) in another_hunk()499 p_end = p_bfake; /* don't free twice */ in another_hunk()501 free(p_line[p_end]); in another_hunk()502 p_end--; in another_hunk()525 while (p_end < p_max) { in another_hunk()530 if (p_max - p_end < 4) { in another_hunk()541 p_end++; in another_hunk()[all …]
176 to.p_end = to.p_path + strlen(to.p_path); in main()177 if (to.p_path == to.p_end) { in main()178 *to.p_end++ = '.'; in main()179 *to.p_end = '\0'; in main()181 to.target_end = to.p_end; in main()336 to.p_end = target_mid + nlen; in copy()337 *to.p_end = '\0'; in copy()
36 char *p_end; /* pointer to NULL at end of path */ member
975 const char *p_end; in parse_special_fn() local981 p_end = strchr (p_start, ')'); in parse_special_fn()983 if (p_end == NULL) in parse_special_fn()986 if (p_end[1] != '\0') in parse_special_fn()990 *arg_name_p = enter_opname_n (p_start + 1, p_end - p_start - 1); in parse_special_fn()