complete_ctx
struct complete_ctx *complete_ctx;
if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0)
complete_match(el, complete_ctx->conn,
*complete_ctx->remote_pathp, filematch,
struct complete_ctx complete_ctx;
complete_ctx.conn = conn;
complete_ctx.remote_pathp = &remote_path;
el_set(el, EL_CLIENTDATA, (void*)&complete_ctx);