Searched refs:return_index (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dreturns.h55 int return_index; /* index into var array for return member in struct:__anon4720
H A Dtestlang_parse.y237 if (command.returns[0].return_index == -1)
243 vars[command.returns[0].return_index].name,
248 (vars[command.returns[0].return_index].type != ret_byte)) ||
249 vars[command.returns[0].return_index].type != ret_string)
252 vars[command.returns[0].return_index].type],
253 vars[command.returns[0].return_index].type,
260 command.returns[0].return_index, 0);
265 command.returns[0].return_index, 0);
270 command.returns[0].return_index, 0);
275 command.returns[0].return_index,
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-eh.c1067 int return_index, index;
1074 return_index = VEC_length (tree, tf->dest_array);
1075 labels = XCNEWVEC (struct labels_s, return_index + 1);
1081 index = q->index < 0 ? return_index : q->index;
1087 for (index = 0; index < return_index + 1; index++)
1097 if (index == return_index)
1117 index = q->index < 0 ? return_index : q->index;
1124 if (index == return_index)
1150 int return_index, eh_index, fallthru_index;
1164 return_index
1062 int return_index, index; local
1145 int return_index, eh_index, fallthru_index; local
[all...]

Completed in 121 milliseconds