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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-style.c234 regmatch_t subexps[NUM_SUBEXPRESSIONS]; local
236 int match = regexec (&ansi_regex, buf, ARRAY_SIZE (subexps), subexps, 0);
245 gdb_assert (subexps[0].rm_so == 0);
247 gdb_assert (subexps[FINAL_SUBEXP].rm_eo - subexps[FINAL_SUBEXP].rm_so == 1);
249 if (buf[subexps[FINAL_SUBEXP].rm_so] != 'm')
252 *n_read = subexps[0].rm_eo;
264 if (subexps[DATA_SUBEXP].rm_so == subexps[DATA_SUBEX
397 regmatch_t subexps[NUM_SUBEXPRESSIONS]; local
[all...]
H A Drust-exp.y1492 regmatch_t subexps[NUM_SUBEXPRESSIONS];
1503 match = regexec (&number_regex, pstate->lexptr, ARRAY_SIZE (subexps),
1504 subexps, 0);
1508 if (subexps[INT_TEXT].rm_so != -1)
1512 end_index = subexps[INT_TEXT].rm_eo;
1513 if (subexps[INT_TYPE].rm_so == -1)
1524 else if (subexps[FLOAT_TYPE1].rm_so != -1)
1527 end_index = subexps[FLOAT_TYPE1].rm_so;
1530 else if (subexps[FLOAT_TYPE2].rm_so != -1)
1533 end_index = subexps[FLOAT_TYPE
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-style.c234 regmatch_t subexps[NUM_SUBEXPRESSIONS]; local
236 int match = regexec (&ansi_regex, buf, ARRAY_SIZE (subexps), subexps, 0);
245 gdb_assert (subexps[0].rm_so == 0);
247 gdb_assert (subexps[FINAL_SUBEXP].rm_eo - subexps[FINAL_SUBEXP].rm_so == 1);
249 if (buf[subexps[FINAL_SUBEXP].rm_so] != 'm')
252 *n_read = subexps[0].rm_eo;
264 if (subexps[DATA_SUBEXP].rm_so == subexps[DATA_SUBEX
397 regmatch_t subexps[NUM_SUBEXPRESSIONS]; local
[all...]

Completed in 265 milliseconds