Home
last modified time | relevance | path

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

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dmuf.c112 static GRegex *squash_regex = NULL; in show_condx() local
113 if (squash_regex == NULL) { in show_condx()
114 squash_regex = g_regex_new(" {2,}", 0, 0, NULL); in show_condx()
118 gchar *condx = g_regex_replace_literal(squash_regex, lastwwv, -1, 0, " ", 0, in show_condx()