pch.h (6cec9cad762b6476313fb1f8e931a1647822db6b) | pch.h (c1a08643e3f6c6af2672fc7fd50251465f580489) |
---|---|
1/*- 2 * Copyright 1986, Larry Wall 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following condition is met: 6 * 1. Redistributions of source code must retain the above copyright notice, 7 * this condition and the following disclaimer. 8 * --- 30 unchanged lines hidden (view full) --- 39 40void re_patch(void); 41void open_patch_file(const char *); 42void set_hunkmax(void); 43bool there_is_another_patch(void); 44bool another_hunk(void); 45bool pch_swap(void); 46char *pfetch(LINENUM); | 1/*- 2 * Copyright 1986, Larry Wall 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following condition is met: 6 * 1. Redistributions of source code must retain the above copyright notice, 7 * this condition and the following disclaimer. 8 * --- 30 unchanged lines hidden (view full) --- 39 40void re_patch(void); 41void open_patch_file(const char *); 42void set_hunkmax(void); 43bool there_is_another_patch(void); 44bool another_hunk(void); 45bool pch_swap(void); 46char *pfetch(LINENUM); |
47short pch_line_len(LINENUM); | 47unsigned short pch_line_len(LINENUM); |
48LINENUM pch_first(void); 49LINENUM pch_ptrn_lines(void); 50LINENUM pch_newfirst(void); 51LINENUM pch_repl_lines(void); 52LINENUM pch_end(void); 53LINENUM pch_context(void); 54LINENUM pch_hunk_beg(void); 55char pch_char(LINENUM); 56void do_ed_script(void); | 48LINENUM pch_first(void); 49LINENUM pch_ptrn_lines(void); 50LINENUM pch_newfirst(void); 51LINENUM pch_repl_lines(void); 52LINENUM pch_end(void); 53LINENUM pch_context(void); 54LINENUM pch_hunk_beg(void); 55char pch_char(LINENUM); 56void do_ed_script(void); |