Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdio/
HDfparseln.c35 static int isescaped(const char *, const char *, int);
42 isescaped(const char *sp, const char *p, int esc) in isescaped() function
112 if (*cp == com && !isescaped(ptr, cp, esc)) { in fparseln()
129 if (*cp == con && !isescaped(ptr, cp, esc)) { in fparseln()