Searched refs:edit_cb_ctx (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dedit_simple.c21 static void *edit_cb_ctx; variable
36 edit_eof_cb(edit_cb_ctx);
44 edit_cmd_cb(edit_cb_ctx, cmdbuf);
69 edit_cb_ctx = ctx;
H A Dedit_readline.c18 static void *edit_cb_ctx; variable
67 pending_completions = edit_completion_cb(edit_cb_ctx,
104 edit_eof_cb(edit_cb_ctx);
108 edit_cmd_cb(edit_cb_ctx, cmd);
117 edit_cb_ctx = ctx;
167 if (filter_cb && filter_cb(edit_cb_ctx, p)) {
H A Dedit.c35 static void *edit_cb_ctx; variable
305 if (filter_cb && filter_cb(edit_cb_ctx, h->str))
359 edit_cmd_cb(edit_cb_ctx, cmdbuf);
437 c = edit_completion_cb(edit_cb_ctx, cmdbuf, cmdbuf_pos);
1028 edit_eof_cb(edit_cb_ctx);
1075 edit_eof_cb(edit_cb_ctx);
1124 edit_cb_ctx = ctx;

Completed in 146 milliseconds