1 typedef __SIZE_TYPE__
size_t;
4 typedef __SIZE_TYPE__ __ssize_t
;
14 __GCONV_INTERNAL_ERROR
16 typedef int (*__gconv_trans_fct
) (struct __gconv_step
*,
18 typedef int (*__gconv_trans_context_fct
) (void *, __const
unsigned char *,
19 unsigned char *, unsigned char *);
20 struct __gconv_trans_data
25 typedef __ssize_t
__io_write_fn (void *__cookie
, __const
char *__buf
,
27 typedef struct blockbox
{
29 typedef struct netbox
{
31 typedef struct termbox
{
32 struct termbox
*nextterm
;
34 typedef struct tilebox
{
39 typedef struct cellbox
{
44 typedef struct dimbox
{
47 typedef struct rowbox
{
49 typedef struct binbox
{
59 TEBOXPTR term
, *xpptr
;
60 for( cell
= 1 ; cell
<= numcells
+ numterms
; cell
++ ) {
61 if( ( tile
= ptr
->tileptr
) == (TIBOXPTR
) ((void *)0) ) {
64 for( term
= tile
->termsptr
; term
!= (TEBOXPTR
) ((void *)0) ;
65 term
= term
->nextterm
) {
68 xpptr
[ n
+ 1 ] = (TEBOXPTR
) ((void *)0) ;
69 ptr
->tileptr
->termsptr
= xpptr
[ 1 ] ;
70 for( j
= 1 ; j
<= n
; j
++ ) {