Searched defs:escstr (Results 1 – 2 of 2) sorted by relevance
993 static const char escstr[] = "a\ab\bf\fn\nr\r"; in getkeyword() local
1635 static int escape_str(char *escstr, char *str) in escape_str()