Lines Matching refs:beg
58 node->beg = ONIG_REGION_NOTPOS; in history_tree_clear()
91 node->beg = ONIG_REGION_NOTPOS; in history_node_new()
137 clone->beg = node->beg; in history_tree_clone()
164 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in onig_region_clear()
180 region->beg = (int* )xmalloc(n * sizeof(int)); in onig_region_resize()
183 if (region->beg == 0 || region->end == 0) in onig_region_resize()
189 region->beg = (int* )xrealloc(region->beg, n * sizeof(int)); in onig_region_resize()
192 if (region->beg == 0 || region->end == 0) in onig_region_resize()
213 onig_region_set(OnigRegion* region, int at, int beg, int end) in onig_region_set() argument
222 region->beg[at] = beg; in onig_region_set()
232 region->beg = (int* )0; in onig_region_init()
252 if (r->beg) xfree(r->beg); in onig_region_free()
273 to->beg = (int* )xmalloc(RREGC_SIZE); in onig_region_copy()
279 to->beg = (int* )xrealloc(to->beg, RREGC_SIZE); in onig_region_copy()
285 to->beg[i] = from->beg[i]; in onig_region_copy()
1052 child->beg = (int )(k->u.mem.pstr - str); in make_capture_history_tree()
1357 region->beg[0] = sstart - str; in match_at()
1362 region->beg[i] = STACK_AT(mem_start_stk[i])->u.mem.pstr - str; in match_at()
1364 region->beg[i] = (UChar* )((void* )mem_start_stk[i]) - str; in match_at()
1371 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in match_at()
1390 node->beg = sstart - str; in match_at()