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

/inkscape/
H A Dbuildtool.cpp248 int bracket_index; /* index for 'struct bracket_pair brackets' */
258 struct bracket_pair brackets[MAX_BRACKETS]; member in struct:buildtool::regex_info
385 /* i is offset in re, j is offset in s, bi is brackets index */
391 step = re[i] == '(' ? info->brackets[bi + 1].len + 2 :
469 /* Nothing follows brackets */
504 const struct bracket_pair *b = &info->brackets[bi];
522 int i, result = -1, is_anchored = info->brackets[0].ptr[0] == '^';
556 info->brackets[i].num_branches = 0;
557 info->brackets[i].branches = j;
559 info->brackets[
[all...]

Completed in 54 milliseconds