OnigStackIndex 471 regexec.c alloc_addr = (char* )xmalloc(sizeof(OnigStackIndex) * (ptr_num));\ OnigStackIndex 485 regexec.c alloc_addr = (char* )xalloca(sizeof(OnigStackIndex) * (ptr_num));\ OnigStackIndex 493 regexec.c alloc_addr = (char* )xalloca(sizeof(OnigStackIndex) * (ptr_num)\ OnigStackIndex 496 regexec.c stk_alloc = (OnigStackType* )(alloc_addr + sizeof(OnigStackIndex) * (ptr_num));\ OnigStackIndex 1370 regexec.c OnigStackIndex si; OnigStackIndex 1371 regexec.c OnigStackIndex *repeat_stk; OnigStackIndex 1372 regexec.c OnigStackIndex *mem_start_stk, *mem_end_stk; OnigStackIndex 1572 regexec.c repeat_stk = (OnigStackIndex* )alloca_base; OnigStackIndex 1574 regexec.c mem_start_stk = (OnigStackIndex* )(repeat_stk + reg->num_repeat); OnigStackIndex 1583 regexec.c repeat_stk = (OnigStackIndex* )alloca_base; OnigStackIndex 1585 regexec.c mem_start_stk = (OnigStackIndex* )(repeat_stk + reg->num_repeat); OnigStackIndex 1593 regexec.c OnigStackIndex *pp = mem_start_stk; OnigStackIndex 2475 regexec.c mem_start_stk[mem] = (OnigStackIndex )((void* )s); OnigStackIndex 2487 regexec.c mem_end_stk[mem] = (OnigStackIndex )((void* )s); OnigStackIndex 2507 regexec.c mem_end_stk[mem] = (OnigStackIndex )((void* )s); OnigStackIndex 2513 regexec.c mem_start_stk[mem] = (OnigStackIndex )((void* )stkp->u.mem.pstr); OnigStackIndex 876 regint.h OnigStackIndex si; /* index of stack */ OnigStackIndex 882 regint.h OnigStackIndex start; /* prev. info (for backtrack "(...)*" ) */ OnigStackIndex 883 regint.h OnigStackIndex end; /* prev. info (for backtrack "(...)*" ) */