Searched refs:complete_ctx (Results 1 – 1 of 1) sorted by relevance
111 struct complete_ctx { struct1979 struct complete_ctx *complete_ctx; in complete() local1982 if (el_get(el, EL_CLIENTDATA, (void**)&complete_ctx) != 0) in complete()2025 complete_match(el, complete_ctx->conn, in complete()2026 *complete_ctx->remote_pathp, filematch, in complete()2048 struct complete_ctx complete_ctx; in interactive_loop() local2067 complete_ctx.conn = conn; in interactive_loop()2068 complete_ctx.remote_pathp = &remote_path; in interactive_loop()2069 el_set(el, EL_CLIENTDATA, (void*)&complete_ctx); in interactive_loop()