Searched refs:complete_ctx (Results 1 – 1 of 1) sorted by relevance
89 struct complete_ctx { struct2106 struct complete_ctx *complete_ctx; in complete() local2109 if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0) in complete()2168 complete_match(el, complete_ctx->conn, in complete()2169 *complete_ctx->remote_pathp, filematch, in complete()2189 struct complete_ctx complete_ctx; in interactive_loop() local2208 complete_ctx.conn = conn; in interactive_loop()2209 complete_ctx.remote_pathp = &remote_path; in interactive_loop()2210 el_set(el, EL_CLIENTDATA, (void*)&complete_ctx); in interactive_loop()