TRIES
find_definition(TRIES * tree, const char *str)
TRIES *ptr;
TRIES *ptr;
_nc_free_keytry(TRIES * kt)
TRIES *to_free = *tree;
_nc_remove_string(TRIES ** tree, const char *string)
TRIES *to_free = *tree;
_nc_expand_try(TRIES * tree, unsigned code, int *count, size_t len)
TRIES *ptr = tree;
_nc_remove_key(TRIES ** tree, unsigned code)
extern NCURSES_EXPORT(int) _nc_add_to_try (TRIES **, const char *, unsigned);
extern NCURSES_EXPORT(char *) _nc_expand_try (TRIES *, unsigned, int *, size_t);
extern NCURSES_EXPORT(int) _nc_remove_key (TRIES **, unsigned);
extern NCURSES_EXPORT(int) _nc_remove_string (TRIES **, const char *);
extern NCURSES_EXPORT(void) _nc_trace_tries (TRIES *);
typedef TRIES {
TRIES *child; /* ptr to child. NULL if none */
TRIES *sibling; /* ptr to sibling. NULL if none */
} TRIES;
TRIES *_keytry; /* "Try" for use with keypad mode */
TRIES *_key_ok; /* Disabled keys via keyok(,FALSE) */
ptr->child = typeCalloc(TRIES, 1);
_nc_add_to_try(TRIES ** tree, const char *str, unsigned code)
TRIES *ptr, *savedptr;
if ((ptr->sibling = typeCalloc(TRIES, 1)) == 0) {
savedptr = ptr = (*tree) = typeCalloc(TRIES, 1);
has_key_internal(int keycode, TRIES * tp)
for (i = TRIES; i--; DELAY(100)) {
for (i = TRIES; i--; DELAY(100)) {
{ TRIES, "", NONE, t_test_opts },
case TRIES:
case TRIES: