Home
last modified time | relevance | path

Searched refs:h_set (Results 1 – 2 of 2) sorted by relevance

/external/libedit/src/
Dhistory.c74 history_sfun_t h_set; /* Set the current element */ in TYPE() local
86 #define HSET(h, ev, n) (*(h)->h_set)((h)->h_ref, ev, n)
586 h->h_set = history_def_set; in TYPE()
691 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL || in history_set_fun()
702 h->h_set = history_def_set; in history_set_fun()
719 h->h_set = nh->h_set; in history_set_fun()
1049 hf.h_set = va_arg(va, history_sfun_t); in FUNW()
/external/python/cpython2/Modules/_ctypes/
Dcfield.c557 h_set(void *ptr, PyObject *value, Py_ssize_t size) in h_set() function
1602 { 'h', h_set, h_get, &ffi_type_sshort, h_set_sw, h_get_sw},