Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/rcs/lib/
HDrcsedit.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 …]
HDrcsbase.h265 typedef unsigned char const *Iptr_type; typedef
267 Iptr_type ptr, lim;
278 # define declarecache register Iptr_type ptr, lim
284 # define declarecache register Iptr_type ptr; register RILE *rRILE