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

/macosx-10.10/ruby-106/ruby/
H A Dregint.h783 typedef intptr_t OnigStackIndex; typedef
803 OnigStackIndex si; /* index of stack */
809 OnigStackIndex start; /* prev. info (for backtrack "(...)*" ) */
810 OnigStackIndex end; /* prev. info (for backtrack "(...)*" ) */
H A Dregexec.c449 alloc_addr = (char* )xalloca(sizeof(OnigStackIndex) * (ptr_num));\
456 alloc_addr = (char* )xalloca(sizeof(OnigStackIndex) * (ptr_num)\
458 stk_alloc = (OnigStackType* )(alloc_addr + sizeof(OnigStackIndex) * (ptr_num));\
1330 OnigStackIndex si;
1331 OnigStackIndex *repeat_stk;
1332 OnigStackIndex *mem_start_stk, *mem_end_stk;
1346 repeat_stk = (OnigStackIndex* )alloca_base;
1348 mem_start_stk = (OnigStackIndex* )(repeat_stk + reg->num_repeat);
1360 repeat_stk = (OnigStackIndex* )alloca_base;
1362 mem_start_stk = (OnigStackIndex* )(repeat_st
[all...]

Completed in 273 milliseconds