Lines Matching refs:uid
3349 " :call NetUserPass("uid") -- will prompt for password
3350 " :call NetUserPass("uid","password") -- sets global userid and password
3352 " :call NetUserPass("host","uid","password") -- sets hup dictionary with host, userid, password
3380 let s:netrw_hup[host].uid = g:netrw_uid
3393 let g:netrw_uid = s:netrw_hup[host].uid
3395 " call Decho("get s:netrw_hup[".host."].uid <".s:netrw_hup[host].uid.">",'~'.expand("<slnum>"))
3429 let s:netrw_hup[host].uid = g:netrw_uid
3444 let s:netrw_hup[host].uid = a:2
3446 let g:netrw_uid = s:netrw_hup[host].uid
3448 " call Decho("set s:netrw_hup[".host."].uid <".s:netrw_hup[host].uid.">",'~'.expand("<slnum>"))
3452 " call Dret("NetUserPass : uid<".g:netrw_uid."> passwd<".s:netrw_passwd.">")