Searched refs:in_comment (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/tzdata/
H A Dziguard.awk35 in_comment = /^#/
41 if (($(in_comment + 2) != "-") == vanguard) {
42 uncomment = in_comment
44 comment_out = !in_comment
53 && (!$(in_comment + 4) || 1968 < $(in_comment + 4)))
56 || (Zone_Dublin_post_1968 && $(in_comment + 3) == "IST/GMT")) \
58 uncomment = in_comment
60 comment_out = !in_comment
69 && ($(in_comment
[all...]
/freebsd-11-stable/usr.bin/indent/
H A Dindent.c1061 int in_comment = 0; local
1071 while (*buf_ptr != '\n' || (in_comment && !had_eof)) {
1080 if (!in_comment) {
1087 if (*buf_ptr == '*' && !in_comment && !quote) {
1088 in_comment = 1;
1102 if (*buf_ptr == '/' && in_comment) {
1103 in_comment = 0;
/freebsd-11-stable/contrib/gcc/
H A Dgengtype-lex.l60 %x in_struct in_struct_comment in_comment in_yacc_escape
377 "/*" { BEGIN(in_comment); }
385 <in_comment,in_struct_comment>{
391 <in_comment>"*/" { BEGIN(INITIAL); }
408 <in_struct_comment,in_comment>"*" {
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c996 bool in_comment = FALSE; local
1004 in_comment = TRUE;
1006 in_comment = FALSE;
1010 && (in_comment || (oldc == '\n' && c == '\n')))
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dlex.c264 _cpp_process_line_notes (cpp_reader *pfile, int in_comment) argument
281 if (note->type == ' ' && !in_comment)
299 && (!in_comment || warn_in_comment (pfile, note)))
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintnat.c351 np->in_tqehead[0], np->in_tqehead[1], np->in_comment);
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.h225 char *in_comment; member in struct:ipnat
/freebsd-11-stable/contrib/ipfilter/
H A Dip_fil_compat.c546 char *in_comment; member in struct:ipnat_4_1_14
583 char *in_comment; member in struct:ipnat_4_1_0
4228 old->in_comment = np->in_comment;
4309 old->in_comment = np->in_comment;

Completed in 203 milliseconds