• 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

120   const struct term_ostream_implementation *vtable;
133 const struct term_ostream_implementation *vtable =
134 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
135 vtable->write_mem (first_arg,data,len);
142 const struct term_ostream_implementation *vtable =
143 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
144 vtable->flush (first_arg);
151 const struct term_ostream_implementation *vtable =
152 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
153 vtable->free (first_arg);
160 const struct term_ostream_implementation *vtable =
161 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
162 return vtable->rgb_to_color (first_arg,red,green,blue);
169 const struct term_ostream_implementation *vtable =
170 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
171 return vtable->get_color (first_arg);
178 const struct term_ostream_implementation *vtable =
179 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
180 vtable->set_color (first_arg,color);
187 const struct term_ostream_implementation *vtable =
188 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
189 return vtable->get_bgcolor (first_arg);
196 const struct term_ostream_implementation *vtable =
197 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
198 vtable->set_bgcolor (first_arg,color);
205 const struct term_ostream_implementation *vtable =
206 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
207 return vtable->get_weight (first_arg);
214 const struct term_ostream_implementation *vtable =
215 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
216 vtable->set_weight (first_arg,weight);
223 const struct term_ostream_implementation *vtable =
224 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
225 return vtable->get_posture (first_arg);
232 const struct term_ostream_implementation *vtable =
233 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
234 vtable->set_posture (first_arg,posture);
241 const struct term_ostream_implementation *vtable =
242 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
243 return vtable->get_underline (first_arg);
250 const struct term_ostream_implementation *vtable =
251 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
252 vtable->set_underline (first_arg,underline);