Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/progs/
H A Ddump_entry.c446 termcap_length(const char *src) in termcap_length() function
461 #define termcap_length(src) strlen(src) macro
970 return (infodump ? len : (int) termcap_length(outbuf.text)); in fmt_entry()