HomeSort by relevance Sort by last modified time
    Searched defs:edit_cb_ctx (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/utils/
edit_simple.c 20 static void *edit_cb_ctx; variable
35 edit_eof_cb(edit_cb_ctx);
43 edit_cmd_cb(edit_cb_ctx, cmdbuf);
62 edit_cb_ctx = ctx;
edit_readline.c 18 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;
153 if (filter_cb && filter_cb(edit_cb_ctx, p)) {
edit.c 34 static void *edit_cb_ctx; variable
304 if (filter_cb && filter_cb(edit_cb_ctx, h->str))
358 edit_cmd_cb(edit_cb_ctx, cmdbuf);
436 c = edit_completion_cb(edit_cb_ctx, cmdbuf, cmdbuf_pos);
1027 edit_eof_cb(edit_cb_ctx);
1074 edit_eof_cb(edit_cb_ctx);
1123 edit_cb_ctx = ctx;

Completed in 22 milliseconds