Searched refs:exp_name (Results 1 – 4 of 4) sorted by relevance
1104 export var exp_name = 'John'1150 import {exp_name} from dir .. 'Xexport' .. ext1151 g:imported_name = exp_name1152 exp_name ..= ' Doe'1153 g:imported_name_appended = exp_name
5796 char_u *exp_name; in handle_subscript() local5821 exp_name = *arg; in handle_subscript()5827 idx = find_exported(rettv->vval.v_number, exp_name, &ufunc, &type, in handle_subscript()
4284 char_u *exp_name = fp->uf_name_exp; in define_function() local4290 fp->uf_name_exp = exp_name; in define_function()
3039 char_u *exp_name; in compile_load_scriptvar() local3058 exp_name = p; in compile_load_scriptvar()3064 idx = find_exported(import->imp_sid, exp_name, &ufunc, &type, in compile_load_scriptvar()