Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dwatch.c188 int tsl = strlen(ts); in main() local
209 if (strlen(header) > (size_t) (width - tsl - 1)) in main()
210 mvaddstr(0, width - tsl - 4, "... "); in main()
211 mvaddstr(0, width - tsl + 1, ts); in main()