Home
last modified time | relevance | path

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

/mirbsd/src/lib/libncurses/src/progs/
Ddump_entry.c413 termcap_length(const char *src) in termcap_length() function
428 #define termcap_length(src) strlen(src) macro
825 return (infodump ? len : (int) termcap_length(outbuf.text)); in fmt_entry()