Searched refs:complete_ctx (Results 1 – 1 of 1) sorted by relevance
111 struct complete_ctx { struct2100 struct complete_ctx *complete_ctx; in complete() local2103 if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0) in complete()2146 complete_match(el, complete_ctx->conn, in complete()2147 *complete_ctx->remote_pathp, filematch, in complete()2169 struct complete_ctx complete_ctx; in interactive_loop() local2188 complete_ctx.conn = conn; in interactive_loop()2189 complete_ctx.remote_pathp = &remote_path; in interactive_loop()2190 el_set(el, EL_CLIENTDATA, (void*)&complete_ctx); in interactive_loop()