Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dsts.h40 typedef unsigned long int ffestsLength; typedef
52 ffestsLength len_;
53 ffestsLength max_;
62 void ffests_new (ffests s, mallocPool pool, ffestsLength size);
66 void ffests_puttext (ffests s, const char *text, ffestsLength length);
H A Dsts.c87 ffests_new (ffests s, mallocPool pool, ffestsLength size) in ffests_new()
151 ffests_puttext (ffests s, const char *text, ffestsLength length) in ffests_puttext()
153 ffestsLength newlen; in ffests_puttext()
154 ffestsLength newmax; in ffests_puttext()