Home
last modified time | relevance | path

Searched refs:kp (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c1087 make_capture_history_tree(OnigCaptureTreeNode* node, StackType** kp, in make_capture_history_tree() argument
1092 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 17 milliseconds