Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c192 # define TGETSTR(s, p) vim_tgetstr((s), (p)) macro
1708 TERM_STR(string_names[i].dest) = TGETSTR(string_names[i].name, &tp); in get_term_entries()
1736 p = TGETSTR(key_names[i], &tp); in get_term_entries()
1762 BC = (char *)TGETSTR("bc", &tp); in get_term_entries()
1763 UP = (char *)TGETSTR("up", &tp); in get_term_entries()
1764 p = TGETSTR("pc", &tp); in get_term_entries()
2371 string = TGETSTR((char *)name, &tp); in add_termcap_entry()