/freebsd/contrib/ncurses/ncurses/base/ |
H A D | tries.c | 51 _nc_expand_try(TRIES * tree, unsigned code, int *count, size_t len) in NCURSES_EXPORT() 53 TRIES *ptr = tree; in NCURSES_EXPORT() 92 _nc_remove_key(TRIES ** tree, unsigned code) in _nc_remove_key() 108 TRIES *to_free = *tree; in _nc_remove_key() 124 _nc_remove_string(TRIES ** tree, const char *string) in _nc_remove_string() 136 TRIES *to_free = *tree; in _nc_remove_string()
|
H A D | key_defined.c | 40 find_definition(TRIES * tree, const char *str) in find_definition() 42 TRIES *ptr; in find_definition()
|
H A D | lib_getch.c | 720 TRIES *ptr; in kgetch()
|
H A D | lib_set_term.c | 111 _nc_free_keytry(TRIES * kt) in _nc_free_keytry()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | add_tries.c | 50 _nc_add_to_try(TRIES ** tree, const char *str, unsigned code) in NCURSES_EXPORT() 52 TRIES *ptr, *savedptr; in NCURSES_EXPORT() 80 if ((ptr->sibling = typeCalloc(TRIES, 1)) == 0) { in NCURSES_EXPORT() 92 savedptr = ptr = (*tree) = typeCalloc(TRIES, 1); in NCURSES_EXPORT() 105 ptr->child = typeCalloc(TRIES, 1); in NCURSES_EXPORT()
|
H A D | lib_options.c | 270 has_key_internal(int keycode, TRIES * tp) in has_key_internal()
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | trace_tries.c | 46 recur_tries(TRIES * tree, unsigned level) in recur_tries() 70 _nc_trace_tries(TRIES * tree) in _nc_trace_tries()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 324 #define TRIES struct tries macro 325 typedef TRIES { 326 TRIES *child; /* ptr to child. NULL if none */ 327 TRIES *sibling; /* ptr to sibling. NULL if none */ 330 #undef TRIES 331 } TRIES; typedef 994 TRIES *_keytry; /* "Try" for use with keypad mode */ 995 TRIES *_key_ok; /* Disabled keys via keyok(,FALSE) */ 2118 extern NCURSES_EXPORT(int) _nc_add_to_try (TRIES **, const char *, unsigned); 2119 extern NCURSES_EXPORT(char *) _nc_expand_try (TRIES *, unsigned, int *, size_t); [all …]
|
H A D | llib-ltinfow | 96 TRIES **tree, 1502 TRIES *tree) 1509 TRIES *tree, 1517 TRIES **tree, 1523 TRIES **tree,
|
H A D | llib-ltinfo | 96 TRIES **tree, 1462 TRIES *tree) 1469 TRIES *tree, 1477 TRIES **tree, 1483 TRIES **tree,
|
H A D | llib-ltinfotw | 96 TRIES **tree, 1614 TRIES *tree) 1621 TRIES *tree, 1629 TRIES **tree, 1635 TRIES **tree,
|
H A D | llib-ltinfot | 96 TRIES **tree, 1574 TRIES *tree) 1581 TRIES *tree, 1589 TRIES **tree, 1595 TRIES **tree,
|
H A D | report_offsets.c | 123 show_size(TRIES); in main()
|
H A D | llib-lncursest | 2834 TRIES **tree, 4314 TRIES *tree) 4321 TRIES *tree, 4329 TRIES **tree, 4335 TRIES **tree,
|
H A D | llib-lncurses | 2825 TRIES **tree, 4193 TRIES *tree) 4200 TRIES *tree, 4208 TRIES **tree, 4214 TRIES **tree,
|
H A D | llib-lncursestw | 3773 TRIES **tree, 5293 TRIES *tree) 5300 TRIES *tree, 5308 TRIES **tree, 5314 TRIES **tree,
|
H A D | llib-lncursesw | 3764 TRIES **tree, 5172 TRIES *tree) 5179 TRIES *tree, 5187 TRIES **tree, 5193 TRIES **tree,
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 1836 Use new typedef TRIES to replace "struct tries":
|