Searched refs:sep2 (Results 1 – 2 of 2) sorted by relevance
301 char sep1, sep2; in _nc_setupscreen() local302 int count = sscanf(p, "%d%c%d%c", &fg, &sep1, &bg, &sep2); in _nc_setupscreen()
160 int sep2 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() local161 if (sep1 != sep2) in nsattcmp()162 return sep1 - sep2; in nsattcmp()