|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T p
Length: 780 (0x30c) Types: TextFile Names: »pch.h«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/TeXpatches/patch/pch.h« └─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦91a96b8ca⟧ »EurOpenD3/utils/patch.tar.Z« └─⟦17c387d66⟧ └─⟦this⟧ »pch.h« └─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« └─⟦c75e36ecb⟧ └─⟦this⟧ »mh-6.7/miscellany/patch-2.0.12/pch.h« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦e0344c422⟧ »unix3.0/patch.tar.Z« └─⟦da0377df4⟧ └─⟦this⟧ »patch/pch.h«
/* $Header: pch.h,v 2.0.1.1 87/01/30 22:47:16 lwall Exp $ * * $Log: pch.h,v $ * Revision 2.0.1.1 87/01/30 22:47:16 lwall * Added do_ed_script(). * * Revision 2.0 86/09/17 15:39:57 lwall * Baseline for netwide release. * */ EXT FILE *pfp INIT(Nullfp); /* patch file pointer */ void re_patch(); void open_patch_file(); void set_hunkmax(); void grow_hunkmax(); bool there_is_another_patch(); int intuit_diff_type(); void next_intuit_at(); void skip_to(); bool another_hunk(); bool pch_swap(); char *pfetch(); short pch_line_len(); LINENUM pch_first(); LINENUM pch_ptrn_lines(); LINENUM pch_newfirst(); LINENUM pch_repl_lines(); LINENUM pch_end(); LINENUM pch_context(); LINENUM pch_hunk_beg(); char pch_char(); char *pfetch(); char *pgets(); void do_ed_script();