Searched refs:kp (Results 1 – 1 of 1) sorted by relevance
1087 make_capture_history_tree(OnigCaptureTreeNode* node, StackType** kp, in make_capture_history_tree() argument1092 StackType* k = *kp; in make_capture_history_tree()1105 *kp = (k + 1); in make_capture_history_tree()1106 r = make_capture_history_tree(child, kp, stk_top, str, reg); in make_capture_history_tree()1109 k = *kp; in make_capture_history_tree()1116 *kp = k; in make_capture_history_tree()
Completed in 25 milliseconds