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

/inkscape/
H A Dbuildtool.cpp243 int branches; /* Index in the branches array for this pair */ member in struct:buildtool::bracket_pair
265 struct branch branches[MAX_BRANCHES]; member in struct:buildtool::regex_info
509 p = i == 0 ? b->ptr : info->branches[b->branches + i - 1].schlong + 1;
512 (int) (info->branches[b->branches + i].schlong - p);
540 /* First, sort branches. Must be stable, no qsort. Use bubble algo. */
543 if (info->branches[i].bracket_index > info->branches[
[all...]

Completed in 667 milliseconds