HomeSort by: relevance | last modified time | path
    Searched defs:skip_comments (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/cron/dist/
misc.c 406 /* skip_comments(file) : read past comment (if any)
409 skip_comments(FILE *file) { function
  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 75 int skip_comments; member in struct:text_file
88 : fp(p), path(s), lineno(0), size(0), skip_comments(1), silent(0), buf(0)
136 if (*ptr != 0 && (!skip_comments || *ptr != '#'))
581 t.skip_comments = 1;
655 t.skip_comments = 0;
838 t.skip_comments = 1;

Completed in 24 milliseconds