Lines Matching refs:go_deeper
210 static void go_deeper(trystate_T *stack, int depth, int score_add);
1372 go_deeper(stack, depth, 0); in suggest_trie_walk()
1766 go_deeper(stack, depth, newscore); in suggest_trie_walk()
1915 go_deeper(stack, depth, newscore); in suggest_trie_walk()
2055 go_deeper(stack, depth, newscore); in suggest_trie_walk()
2152 go_deeper(stack, depth, newscore); in suggest_trie_walk()
2252 go_deeper(stack, depth, SCORE_SWAP); in suggest_trie_walk()
2340 go_deeper(stack, depth, SCORE_SWAP3); in suggest_trie_walk()
2407 go_deeper(stack, depth, SCORE_SWAP3); in suggest_trie_walk()
2468 go_deeper(stack, depth, SCORE_SWAP3); in suggest_trie_walk()
2581 go_deeper(stack, depth, SCORE_REP); in suggest_trie_walk()
2662 go_deeper(trystate_T *stack, int depth, int score_add) in go_deeper() function