Lines Matching refs:index
32 * possible starting at (opt_info.index,opt_info.offset) using
42 * to be parsed at opt_info.index
74 last_index = opt_info.index;
78 more = argv[opt_info.index] != 0;
89 if (*argv[opt_info.index] != '+')
102 if (opt_info.again > 0 && (!err || err_index < opt_info.index || err_index == opt_info.index && err_offset < opt_info.offset))
105 err_index = opt_info.index;
109 opt_info.index = state->pindex ? state->pindex : 1;
112 if (!rep || opt_info.index != last_index || opt_info.offset != last_offset)