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

  /src/external/gpl2/groff/dist/src/utils/pfbtops/
pfbtops.c 61 int is_comment = 0; local
66 if (c == '(' && !is_comment)
68 else if (c == ')' && !is_comment)
71 is_comment = 1;
115 is_comment = 0;
123 else if (is_comment) {

Completed in 18 milliseconds