Searched refs:skipquote (Results 1 – 1 of 1) sorted by relevance
71 static char *skipquote(char *cp, int type);401 cp = skipquote(cp, QUOTE1); in checkline()403 cp = skipquote(cp, QUOTE2); in checkline()407 cp = skipquote(cp, QUOTE1); in checkline()409 cp = skipquote(cp, QUOTE2); in checkline()455 skipquote(char *cp, int type) in skipquote() function