Lines Matching refs:pp
3543 char_u **pp, in trans_function_name() argument
3564 start = *pp; in trans_function_name()
3568 if ((*pp)[0] == K_SPECIAL && (*pp)[1] == KS_EXTRA in trans_function_name()
3569 && (*pp)[2] == (int)KE_SNR) in trans_function_name()
3571 *pp += 3; in trans_function_name()
3572 len = get_id_len(pp) + 3; in trans_function_name()
3604 *pp = find_name_end(start, NULL, NULL, FNE_INCL_BR); in trans_function_name()
3620 *pp = end; in trans_function_name()
3626 *pp = end; in trans_function_name()
3636 *pp = end; in trans_function_name()
3645 *pp = end; in trans_function_name()
3660 len = (int)(end - *pp); in trans_function_name()
3661 name = deref_func_name(*pp, &len, partial, type, in trans_function_name()
3663 if (name == *pp) in trans_function_name()
3669 *pp = end; in trans_function_name()
3738 || eval_fname_sid(*pp)) in trans_function_name()
3785 *pp = end; in trans_function_name()