Lines Matching refs:note
98 free(__UNCONST(bd->note)); in key_bindings_free()
188 key_bindings_add(const char *name, key_code key, const char *note, int repeat, in key_bindings_add() argument
200 free(__UNCONST(bd->note)); in key_bindings_add()
201 if (note != NULL) in key_bindings_add()
202 bd->note = xstrdup(note); in key_bindings_add()
204 bd->note = NULL; in key_bindings_add()
215 if (note != NULL) in key_bindings_add()
216 bd->note = xstrdup(note); in key_bindings_add()
280 free(__UNCONST(bd->note)); in key_bindings_reset()
281 if (dd->note != NULL) in key_bindings_reset()
282 bd->note = xstrdup(dd->note); in key_bindings_reset()
284 bd->note = NULL; in key_bindings_reset()
332 if (bd->note != NULL) in key_bindings_init_done()
333 new_bd->note = xstrdup(bd->note); in key_bindings_init_done()