| /freebsd-12-stable/contrib/ncurses/ncurses/base/ |
| D | tries.c | 49 _nc_expand_try(TRIES * tree, unsigned code, int *count, size_t len) in NCURSES_EXPORT() 51 TRIES *ptr = tree; in NCURSES_EXPORT() 90 _nc_remove_key(TRIES ** tree, unsigned code) in _nc_remove_key() 106 TRIES *to_free = *tree; in _nc_remove_key() 122 _nc_remove_string(TRIES ** tree, const char *string) in _nc_remove_string() 134 TRIES *to_free = *tree; in _nc_remove_string()
|
| D | key_defined.c | 38 find_definition(TRIES * tree, const char *str) in find_definition() 40 TRIES *ptr; in find_definition()
|
| D | lib_getch.c | 670 TRIES *ptr; in kgetch()
|
| D | lib_set_term.c | 101 _nc_free_keytry(TRIES * kt) in _nc_free_keytry()
|
| /freebsd-12-stable/contrib/ncurses/ncurses/tinfo/ |
| D | add_tries.c | 48 _nc_add_to_try(TRIES ** tree, const char *str, unsigned code) in NCURSES_EXPORT() 50 TRIES *ptr, *savedptr; in NCURSES_EXPORT() 78 if ((ptr->sibling = typeCalloc(TRIES, 1)) == 0) { in NCURSES_EXPORT() 90 savedptr = ptr = (*tree) = typeCalloc(TRIES, 1); in NCURSES_EXPORT() 103 ptr->child = typeCalloc(TRIES, 1); in NCURSES_EXPORT()
|
| D | lib_options.c | 265 has_key_internal(int keycode, TRIES * tp) in has_key_internal()
|
| /freebsd-12-stable/contrib/ncurses/ncurses/trace/ |
| D | trace_tries.c | 45 recur_tries(TRIES * tree, unsigned level) in recur_tries() 69 _nc_trace_tries(TRIES * tree) in _nc_trace_tries()
|
| /freebsd-12-stable/contrib/ncurses/ncurses/ |
| D | curses.priv.h | 266 #define TRIES struct tries macro 267 typedef TRIES { 268 TRIES *child; /* ptr to child. NULL if none */ 269 TRIES *sibling; /* ptr to sibling. NULL if none */ 272 #undef TRIES 273 } TRIES; typedef 1005 TRIES *_keytry; /* "Try" for use with keypad mode */ 1006 TRIES *_key_ok; /* Disabled keys via keyok(,FALSE) */ 1981 extern NCURSES_EXPORT(int) _nc_add_to_try (TRIES **, const char *, unsigned); 1982 extern NCURSES_EXPORT(char *) _nc_expand_try (TRIES *, unsigned, int *, size_t); [all …]
|
| D | llib-ltinfo | 84 TRIES **tree, 1381 TRIES *tree) 1388 TRIES *tree, 1396 TRIES **tree, 1402 TRIES **tree,
|
| D | llib-ltinfow | 84 TRIES **tree, 1392 TRIES *tree) 1399 TRIES *tree, 1407 TRIES **tree, 1413 TRIES **tree,
|
| D | llib-ltinfotw | 84 TRIES **tree, 1501 TRIES *tree) 1508 TRIES *tree, 1516 TRIES **tree, 1522 TRIES **tree,
|
| D | llib-ltinfot | 84 TRIES **tree, 1490 TRIES *tree) 1497 TRIES *tree, 1505 TRIES **tree, 1511 TRIES **tree,
|
| D | llib-lncurses | 2756 TRIES **tree, 4022 TRIES *tree) 4029 TRIES *tree, 4037 TRIES **tree, 4043 TRIES **tree,
|
| D | llib-lncursest | 2780 TRIES **tree, 4184 TRIES *tree) 4191 TRIES *tree, 4199 TRIES **tree, 4205 TRIES **tree,
|
| D | llib-lncursesw | 3556 TRIES **tree, 4862 TRIES *tree) 4869 TRIES *tree, 4877 TRIES **tree, 4883 TRIES **tree,
|
| D | llib-lncursestw | 3565 TRIES **tree, 4980 TRIES *tree) 4987 TRIES *tree, 4995 TRIES **tree, 5001 TRIES **tree,
|
| /freebsd-12-stable/contrib/ncurses/ |
| D | INSTALL | 1275 Use new typedef TRIES to replace "struct tries":
|