Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp75 int skip_comments; member
88 : fp(p), path(s), lineno(0), size(0), skip_comments(1), silent(0), buf(0) in text_file()
136 if (*ptr != 0 && (!skip_comments || *ptr != '#')) in next()
581 t.skip_comments = 1; in load()
655 t.skip_comments = 0; in load()
838 t.skip_comments = 1; in load_desc()
/netbsd-src/external/bsd/cron/dist/
H A Dfuncs.h44 skip_comments(FILE *),
H A Denv.c148 skip_comments(f); in load_env()
H A Dmisc.c409 skip_comments(FILE *file) { in skip_comments() function
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dtraditional.c224 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) in skip_whitespace() argument
236 if (c == '/' && *cur == '*' && skip_comments) in skip_whitespace()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dtraditional.cc224 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) in skip_whitespace() argument
236 if (c == '/' && *cur == '*' && skip_comments) in skip_whitespace()