Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tic/
H A Ddump_entry.c698 termcap_length(const char *src) in termcap_length() function
713 #define termcap_length(src) strlen(src) macro
1312 return (infodump ? len : (int) termcap_length(outbuf.text)); in fmt_entry()