Home
last modified time | relevance | path

Searched refs:skipquote (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sgs/unifdef/common/
H A Dunifdef.c71 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