|
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 - downloadIndex: ┃ T r ┃
Length: 856 (0x358) Types: TextFile Names: »re.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/jove/re.h«
/************************************************************************ * This program is Copyright (C) 1986 by Jonathan Payne. JOVE is * * provided to you without charge, and with no warranty. You may give * * away copies of JOVE, including sources, provided that this notice is * * included in all the files. * ************************************************************************/ #define NALTS 10 /* number of alternate search strings */ extern char searchstr[128], compbuf[128], /* global default compbuf */ rep_search[128], /* replace search string */ rep_str[128], /* contains replacement string */ *cur_compb, /* usually points at compbuf */ REbuf[LBSIZE], /* points at line we're scanning */ *alternates[NALTS]; extern int REdirection, REeom, REbom, REalt_num;