Searched refs:is_comment (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/utils/pfbtops/
H A Dpfbtops.c59 int is_comment = 0; local
64 if (c == '(' && !is_comment)
66 else if (c == ')' && !is_comment)
69 is_comment = 1;
113 is_comment = 0;
121 else if (is_comment) {
/freebsd-10.0-release/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c85 static int is_comment; /* flag for comments */ variable
208 if (!is_comment && strlen(pwd.pw_name) >= MAXLOGNAME) {
359 if (!is_comment &&
364 if (is_comment)
376 if (!is_comment &&
559 if (is_comment && makeold){ /* copy comments */
669 is_comment = 1;
672 is_comment = 0;

Completed in 68 milliseconds