• 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 refs:first_arg

1932 term_ostream_write_mem (term_ostream_t first_arg, const void *data, size_t len)
1935 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1936 vtable->write_mem (first_arg,data,len);
1940 term_ostream_flush (term_ostream_t first_arg)
1943 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1944 vtable->flush (first_arg);
1948 term_ostream_free (term_ostream_t first_arg)
1951 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1952 vtable->free (first_arg);
1956 term_ostream_rgb_to_color (term_ostream_t first_arg, int red, int green, int blue)
1959 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1960 return vtable->rgb_to_color (first_arg,red,green,blue);
1964 term_ostream_get_color (term_ostream_t first_arg)
1967 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1968 return vtable->get_color (first_arg);
1972 term_ostream_set_color (term_ostream_t first_arg, term_color_t color)
1975 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1976 vtable->set_color (first_arg,color);
1980 term_ostream_get_bgcolor (term_ostream_t first_arg)
1983 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1984 return vtable->get_bgcolor (first_arg);
1988 term_ostream_set_bgcolor (term_ostream_t first_arg, term_color_t color)
1991 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
1992 vtable->set_bgcolor (first_arg,color);
1996 term_ostream_get_weight (term_ostream_t first_arg)
1999 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2000 return vtable->get_weight (first_arg);
2004 term_ostream_set_weight (term_ostream_t first_arg, term_weight_t weight)
2007 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2008 vtable->set_weight (first_arg,weight);
2012 term_ostream_get_posture (term_ostream_t first_arg)
2015 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2016 return vtable->get_posture (first_arg);
2020 term_ostream_set_posture (term_ostream_t first_arg, term_posture_t posture)
2023 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2024 vtable->set_posture (first_arg,posture);
2028 term_ostream_get_underline (term_ostream_t first_arg)
2031 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2032 return vtable->get_underline (first_arg);
2036 term_ostream_set_underline (term_ostream_t first_arg, term_underline_t underline)
2039 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
2040 vtable->set_underline (first_arg,underline);