Searched refs:skip_comments (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/usr.sbin/cron/lib/
H A Denv.c163 skip_comments(f);
H A Dmisc.c282 /* skip_comments(file) : read past comment (if any)
285 skip_comments(file) function
H A Dentry.c118 skip_comments(file);
/freebsd-12-stable/usr.sbin/cron/cron/
H A Dcron.h232 skip_comments(FILE *),
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dtraditional.c212 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) argument
224 if (c == '/' && *cur == '*' && skip_comments)
600 cur = skip_whitespace (pfile, cur, true /* skip_comments */);
889 cur = skip_whitespace (pfile, cur, true /* skip_comments */);
897 true /* skip_comments */);

Completed in 110 milliseconds