Home
last modified time | relevance | path

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

/netbsd-src/lib/libterminfo/
H A Dtermcap.c296 static const char fmtThen[] = "%>%t"; variable
397 if (l + sizeof(fmtIf) + sizeof(fmtThen) + in strval()
408 memcpy(ip, fmtThen, sizeof(fmtThen) - 1); in strval()
409 ip += sizeof(fmtThen) - 1; in strval()
410 l += sizeof(fmtThen) - 1; in strval()