Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/daemon/
H A Ddaemon_saver.c113 static const u_char lchars[] = "`'(){}[]\\/<>"; in xflip_symbol() local
117 for (pos = 0; lchars[pos] != '\0'; pos++) in xflip_symbol()
118 if (lchars[pos] == symbol) in xflip_symbol()