Home | History | Annotate | Download | only in rpcgen

Lines Matching defs:alt

230 	const char *alt = NULL;
241 alt = "string";
244 alt = "opaque";
246 if (alt) {
247 print_ifopen(indent, alt);
255 if (!alt) {
261 alt = "string";
264 alt = "bytes";
267 print_ifopen(indent, alt);
270 if (alt) {
271 print_ifopen(indent, alt);
285 if (!alt) {