Home
last modified time | relevance | path

Searched defs:comment_depth (Results 1 – 13 of 13) sorted by relevance

/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/tool-lexyacc/
H A Dscan_aux.ml4 let comment_depth = ref 0 var
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/tool-lexyacc/
H A Dscan_aux.ml4 let comment_depth = ref 0 var
/dports/lang/mosml/mosml-ver-2.10.1/src/lex/
H A DScan_aux.sml8 val comment_depth = ref 0; value
/dports/textproc/augeas/augeas-1.12.0/src/
H A Dparser.y52 unsigned int comment_depth; member
H A Dparser.h140 unsigned int comment_depth; member
H A Dparser.c243 unsigned int comment_depth; member
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Drfc822tok.c86 int comment_depth = 0; in rfc822tok_next() local
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Drfc822tok.c86 int comment_depth = 0; in rfc822tok_next() local
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Drfc822tok.c86 int comment_depth = 0; in rfc822tok_next() local
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A Dparse.c109 unsigned comment_depth = 0; in do_parse() local
/dports/mail/pecl-mailparse/mailparse-3.1.2/
H A Dphp_mailparse_rfc822.c291 int comment_depth = 1; in tokenize() local
/dports/databases/pgreplay/pgreplay-PGREPLAY_1_3_0/
H A Dparse.c816 int comment_depth, tokens = 0, ok = 1, i, nameindex, quotelen; in filter_bad_statements() local
/dports/textproc/sowing/sowing-1.1.18/src/tohtml/
H A Dtexactio.c931 static int comment_depth=0; variable