Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ncurses/ncurses/base/
Dtries.c49 _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()
Dkey_defined.c38 find_definition(TRIES * tree, const char *str) in find_definition()
40 TRIES *ptr; in find_definition()
Dlib_getch.c670 TRIES *ptr; in kgetch()
Dlib_set_term.c101 _nc_free_keytry(TRIES * kt) in _nc_free_keytry()
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dadd_tries.c48 _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()
Dlib_options.c265 has_key_internal(int keycode, TRIES * tp) in has_key_internal()
/freebsd-12-stable/contrib/ncurses/ncurses/trace/
Dtrace_tries.c45 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/
Dcurses.priv.h266 #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 …]
Dllib-ltinfo84 TRIES **tree,
1381 TRIES *tree)
1388 TRIES *tree,
1396 TRIES **tree,
1402 TRIES **tree,
Dllib-ltinfow84 TRIES **tree,
1392 TRIES *tree)
1399 TRIES *tree,
1407 TRIES **tree,
1413 TRIES **tree,
Dllib-ltinfotw84 TRIES **tree,
1501 TRIES *tree)
1508 TRIES *tree,
1516 TRIES **tree,
1522 TRIES **tree,
Dllib-ltinfot84 TRIES **tree,
1490 TRIES *tree)
1497 TRIES *tree,
1505 TRIES **tree,
1511 TRIES **tree,
Dllib-lncurses2756 TRIES **tree,
4022 TRIES *tree)
4029 TRIES *tree,
4037 TRIES **tree,
4043 TRIES **tree,
Dllib-lncursest2780 TRIES **tree,
4184 TRIES *tree)
4191 TRIES *tree,
4199 TRIES **tree,
4205 TRIES **tree,
Dllib-lncursesw3556 TRIES **tree,
4862 TRIES *tree)
4869 TRIES *tree,
4877 TRIES **tree,
4883 TRIES **tree,
Dllib-lncursestw3565 TRIES **tree,
4980 TRIES *tree)
4987 TRIES *tree,
4995 TRIES **tree,
5001 TRIES **tree,
/freebsd-12-stable/contrib/ncurses/
DINSTALL1275 Use new typedef TRIES to replace "struct tries":