Home
last modified time | relevance | path

Searched refs:TRIES (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dtries.c51 _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 Dkey_defined.c40 find_definition(TRIES * tree, const char *str) in find_definition()
42 TRIES *ptr; in find_definition()
H A Dlib_getch.c720 TRIES *ptr; in kgetch()
H A Dlib_set_term.c111 _nc_free_keytry(TRIES * kt) in _nc_free_keytry()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dadd_tries.c50 _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 Dlib_options.c270 has_key_internal(int keycode, TRIES * tp) in has_key_internal()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dtrace_tries.c46 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 Dcurses.priv.h324 #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 Dllib-ltinfow96 TRIES **tree,
1502 TRIES *tree)
1509 TRIES *tree,
1517 TRIES **tree,
1523 TRIES **tree,
H A Dllib-ltinfo96 TRIES **tree,
1462 TRIES *tree)
1469 TRIES *tree,
1477 TRIES **tree,
1483 TRIES **tree,
H A Dllib-ltinfotw96 TRIES **tree,
1614 TRIES *tree)
1621 TRIES *tree,
1629 TRIES **tree,
1635 TRIES **tree,
H A Dllib-ltinfot96 TRIES **tree,
1574 TRIES *tree)
1581 TRIES *tree,
1589 TRIES **tree,
1595 TRIES **tree,
H A Dreport_offsets.c123 show_size(TRIES); in main()
H A Dllib-lncursest2834 TRIES **tree,
4314 TRIES *tree)
4321 TRIES *tree,
4329 TRIES **tree,
4335 TRIES **tree,
H A Dllib-lncurses2825 TRIES **tree,
4193 TRIES *tree)
4200 TRIES *tree,
4208 TRIES **tree,
4214 TRIES **tree,
H A Dllib-lncursestw3773 TRIES **tree,
5293 TRIES *tree)
5300 TRIES *tree,
5308 TRIES **tree,
5314 TRIES **tree,
H A Dllib-lncursesw3764 TRIES **tree,
5172 TRIES *tree)
5179 TRIES *tree,
5187 TRIES **tree,
5193 TRIES **tree,
/freebsd/contrib/ncurses/
H A DINSTALL1836 Use new typedef TRIES to replace "struct tries":