Searched refs:complete_ctx (Results 1 – 1 of 1) sorted by relevance
108 struct complete_ctx { struct2132 struct complete_ctx *complete_ctx; in complete() local2135 if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0) in complete()2194 complete_match(el, complete_ctx->conn, in complete()2195 *complete_ctx->remote_pathp, filematch, in complete()2217 struct complete_ctx complete_ctx; in interactive_loop() local2236 complete_ctx.conn = conn; in interactive_loop()2237 complete_ctx.remote_pathp = &remote_path; in interactive_loop()2238 el_set(el, EL_CLIENTDATA, (void*)&complete_ctx); in interactive_loop()