Searched refs:skipquote (Results 1 – 1 of 1) sorted by relevance
69 static char *skipquote(char *cp, int type);399 cp = skipquote(cp, QUOTE1); in checkline()401 cp = skipquote(cp, QUOTE2); in checkline()405 cp = skipquote(cp, QUOTE1); in checkline()407 cp = skipquote(cp, QUOTE2); in checkline()453 skipquote(char *cp, int type) in skipquote() function