Searched refs:cvcon (Results 1 – 1 of 1) sorted by relevance
736 static char cvcon[] = "b\bf\fn\nr\rt\tv\v''\"\"??\\\\"; in tokval() local737 static size_t cvlen = sizeof(cvcon) - 1; in tokval()742 if (*p == cvcon[j]) in tokval()744 n = cvcon[j + 1]; in tokval()
Completed in 17 milliseconds