Searched refs:skip_comments (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | font.cpp | 75 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 D | funcs.h | 44 skip_comments(FILE *),
|
| H A D | env.c | 148 skip_comments(f); in load_env()
|
| H A D | misc.c | 409 skip_comments(FILE *file) { in skip_comments() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | traditional.c | 224 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 D | traditional.cc | 224 skip_whitespace (cpp_reader *pfile, const uchar *cur, int skip_comments) in skip_whitespace() argument 236 if (c == '/' && *cur == '*' && skip_comments) in skip_whitespace()
|