• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/

Lines Matching defs:vtable

1697   stream->base.vtable = &term_ostream_vtable;
1934 const struct term_ostream_implementation *vtable =
1935 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1936 vtable->write_mem (first_arg,data,len);
1942 const struct term_ostream_implementation *vtable =
1943 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1944 vtable->flush (first_arg);
1950 const struct term_ostream_implementation *vtable =
1951 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1952 vtable->free (first_arg);
1958 const struct term_ostream_implementation *vtable =
1959 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1960 return vtable->rgb_to_color (first_arg,red,green,blue);
1966 const struct term_ostream_implementation *vtable =
1967 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1968 return vtable->get_color (first_arg);
1974 const struct term_ostream_implementation *vtable =
1975 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1976 vtable->set_color (first_arg,color);
1982 const struct term_ostream_implementation *vtable =
1983 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1984 return vtable->get_bgcolor (first_arg);
1990 const struct term_ostream_implementation *vtable =
1991 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1992 vtable->set_bgcolor (first_arg,color);
1998 const struct term_ostream_implementation *vtable =
1999 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2000 return vtable->get_weight (first_arg);
2006 const struct term_ostream_implementation *vtable =
2007 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2008 vtable->set_weight (first_arg,weight);
2014 const struct term_ostream_implementation *vtable =
2015 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2016 return vtable->get_posture (first_arg);
2022 const struct term_ostream_implementation *vtable =
2023 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2024 vtable->set_posture (first_arg,posture);
2030 const struct term_ostream_implementation *vtable =
2031 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2032 return vtable->get_underline (first_arg);
2038 const struct term_ostream_implementation *vtable =
2039 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2040 vtable->set_underline (first_arg,underline);