HomeSort by: relevance | last modified time | path
    Searched refs:Iptr_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcsedit.c 316 # 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;
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
    [all...]
rcsbase.h 260 typedef unsigned char const *Iptr_type;
262 Iptr_type ptr, lim;
263 unsigned char *base; /* not Iptr_type for lint's sake */
273 # define declarecache register Iptr_type ptr, lim
279 # define declarecache register Iptr_type ptr; register RILE *rRILE
conf.sh 421 typedef unsigned char $i *Iptr_type;
422 struct { Iptr_type lim; } s, *f = &s;
424 Iptr_type lim;

Completed in 21 milliseconds