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

  /external/wpa_supplicant_8/src/utils/
edit_simple.c 26 static void *edit_cb_ctx; variable
41 edit_eof_cb(edit_cb_ctx);
49 edit_cmd_cb(edit_cb_ctx, cmdbuf);
68 edit_cb_ctx = ctx;
edit_readline.c 24 static void *edit_cb_ctx; variable
73 pending_completions = edit_completion_cb(edit_cb_ctx,
110 edit_eof_cb(edit_cb_ctx);
114 edit_cmd_cb(edit_cb_ctx, cmd);
123 edit_cb_ctx = ctx;
159 if (filter_cb && filter_cb(edit_cb_ctx, p)) {
edit.c 38 static void *edit_cb_ctx; variable
296 if (filter_cb && filter_cb(edit_cb_ctx, h->str))
348 edit_cmd_cb(edit_cb_ctx, cmdbuf);
426 c = edit_completion_cb(edit_cb_ctx, cmdbuf, cmdbuf_pos);
1017 edit_eof_cb(edit_cb_ctx);
1064 edit_eof_cb(edit_cb_ctx);
1112 edit_cb_ctx = ctx;

Completed in 14 milliseconds