OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:edit_cb_ctx
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/utils/
edit_simple.c
21
static void *
edit_cb_ctx
;
variable
36
edit_eof_cb(
edit_cb_ctx
);
44
edit_cmd_cb(
edit_cb_ctx
, cmdbuf);
63
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;
167
if (filter_cb && filter_cb(
edit_cb_ctx
, p)) {
edit.c
35
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 89 milliseconds