Home
last modified time | relevance | path

Searched refs:Iptr_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsedit.c316 # define movelines(s1, s2, n) VOID memmove(s1, s2, (n)*sizeof(Iptr_type))
318 static void movelines P((Iptr_type*,Iptr_type const*,long));
321 register Iptr_type *s1; in movelines()
322 register Iptr_type const *s2;
340 static void finisheditline P((RILE*,FILE*,Iptr_type,struct hshentry const*));
341 static void insertline P((long,Iptr_type));
342 static void snapshotline P((FILE*,Iptr_type));
353 static Iptr_type *line;
359 Iptr_type l;
367 tnalloc(Iptr_type, linelim = gapsize = 1024)
[all …]
H A Drcsbase.h260 typedef unsigned char const *Iptr_type; typedef
262 Iptr_type ptr, lim;
273 # define declarecache register Iptr_type ptr, lim
279 # define declarecache register Iptr_type ptr; register RILE *rRILE
H A Dconf.sh421 typedef unsigned char $i *Iptr_type;
422 struct { Iptr_type lim; } s, *f = &s;
424 Iptr_type lim;