Home
last modified time | relevance | path

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

/mirbsd/src/lib/libncurses/src/progs/
Ddump_entry.c436 bool if_then = strstr(src, "%?") != 0; in fmt_complex() local
437 bool params = !if_then && (strlen(src) > 50) && (strstr(src, "%p") != 0); in fmt_complex()