Home
last modified time | relevance | path

Searched refs:scan_comment (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/make++/makepp-2.0/Mpp/Scanner/
H A DVerilog.pm121 sub scan_comment { subroutine
141 $self->scan_comment($1, @scan_Ctx) or return [];
145 $self->scan_comment($_, @scan_Ctx) or return [];
162 $self->scan_comment($1, @scan_Ctx) or return [];
173 $self->scan_comment( $block_comment . "//" . $1, @scan_Ctx ) or return [];
179 … $self->scan_comment( $block_comment . "//" . $line_comment, @scan_Ctx ) or return [];
186 $self->scan_comment( $line_comment, @scan_Ctx ) or return [];
192 $self->scan_comment($comment, @scan_Ctx) or return [];
197 $self->scan_comment($1, @scan_Ctx) or return [];
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/syntax_tools/src/
H A Derl_comment_scan.erl176 scan_comment(Cs, "", L, Col, M, Ack);
192 scan_comment([$\n | Cs], Cs1, L, Col, M, Ack) -> function
194 scan_comment([$\r, $\n | Cs], Cs1, L, Col, M, Ack) -> function
196 scan_comment([$\r | Cs], Cs1, L, Col, M, Ack) -> function
198 scan_comment([C | Cs], Cs1, L, Col, M, Ack) -> function
199 scan_comment(Cs, [C | Cs1], L, Col, M, Ack);
200 scan_comment([], Cs1, L, Col, M, Ack) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/syntax_tools/src/
H A Derl_comment_scan.erl176 scan_comment(Cs, "", L, Col, M, Ack);
192 scan_comment([$\n | Cs], Cs1, L, Col, M, Ack) -> function
194 scan_comment([$\r, $\n | Cs], Cs1, L, Col, M, Ack) -> function
196 scan_comment([$\r | Cs], Cs1, L, Col, M, Ack) -> function
198 scan_comment([C | Cs], Cs1, L, Col, M, Ack) -> function
199 scan_comment(Cs, [C | Cs1], L, Col, M, Ack);
200 scan_comment([], Cs1, L, Col, M, Ack) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/syntax_tools/src/
H A Derl_comment_scan.erl176 scan_comment(Cs, "", L, Col, M, Ack);
192 scan_comment([$\n | Cs], Cs1, L, Col, M, Ack) -> function
194 scan_comment([$\r, $\n | Cs], Cs1, L, Col, M, Ack) -> function
196 scan_comment([$\r | Cs], Cs1, L, Col, M, Ack) -> function
198 scan_comment([C | Cs], Cs1, L, Col, M, Ack) -> function
199 scan_comment(Cs, [C | Cs1], L, Col, M, Ack);
200 scan_comment([], Cs1, L, Col, M, Ack) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Derl_comment_scan.erl176 scan_comment(Cs, "", L, Col, M, Ack);
192 scan_comment([$\n | Cs], Cs1, L, Col, M, Ack) -> function
194 scan_comment([$\r, $\n | Cs], Cs1, L, Col, M, Ack) -> function
196 scan_comment([$\r | Cs], Cs1, L, Col, M, Ack) -> function
198 scan_comment([C | Cs], Cs1, L, Col, M, Ack) -> function
199 scan_comment(Cs, [C | Cs1], L, Col, M, Ack);
200 scan_comment([], Cs1, L, Col, M, Ack) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Derl_comment_scan.erl176 scan_comment(Cs, "", L, Col, M, Ack);
192 scan_comment([$\n | Cs], Cs1, L, Col, M, Ack) -> function
194 scan_comment([$\r, $\n | Cs], Cs1, L, Col, M, Ack) -> function
196 scan_comment([$\r | Cs], Cs1, L, Col, M, Ack) -> function
198 scan_comment([C | Cs], Cs1, L, Col, M, Ack) -> function
199 scan_comment(Cs, [C | Cs1], L, Col, M, Ack);
200 scan_comment([], Cs1, L, Col, M, Ack) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Derl_comment_scan.erl176 scan_comment(Cs, "", L, Col, M, Ack);
192 scan_comment([$\n | Cs], Cs1, L, Col, M, Ack) -> function
194 scan_comment([$\r, $\n | Cs], Cs1, L, Col, M, Ack) -> function
196 scan_comment([$\r | Cs], Cs1, L, Col, M, Ack) -> function
198 scan_comment([C | Cs], Cs1, L, Col, M, Ack) -> function
199 scan_comment(Cs, [C | Cs1], L, Col, M, Ack);
200 scan_comment([], Cs1, L, Col, M, Ack) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/syntax_tools/src/
H A Derl_comment_scan.erl176 scan_comment(Cs, "", L, Col, M, Ack);
192 scan_comment([$\n | Cs], Cs1, L, Col, M, Ack) -> function
194 scan_comment([$\r, $\n | Cs], Cs1, L, Col, M, Ack) -> function
196 scan_comment([$\r | Cs], Cs1, L, Col, M, Ack) -> function
198 scan_comment([C | Cs], Cs1, L, Col, M, Ack) -> function
199 scan_comment(Cs, [C | Cs1], L, Col, M, Ack);
200 scan_comment([], Cs1, L, Col, M, Ack) -> function
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-ocaml/common/
H A Dscanner.h83 return scan_comment(lexer); in scan()
243 bool scan_comment(TSLexer *lexer) { in scan_comment() function
253 scan_comment(lexer); in scan_comment()
/dports/lang/seed7/seed7/src/
H A Dscanner.c63 static void scan_comment (void) in scan_comment() function
81 scan_comment(); in scan_comment()
369 scan_comment(); in scan_symbol()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dparse.h45 int scan_comment();
213 return scan_comment();
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-vue/src/tree_sitter_html/
H A Dscanner.cc93 bool scan_comment(TSLexer *lexer) { in scan_comment() function
247 return scan_comment(lexer); in scan()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-html/src/
H A Dscanner.cc93 bool scan_comment(TSLexer *lexer) { in scan_comment() function
247 return scan_comment(lexer); in scan()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-svelte/src/
H A Dscanner.c100 bool scan_comment(TSLexer *lexer) { in scan_comment() function
366 return scan_comment(lexer); in scan()
/dports/lang/fpc-utils/fpc-3.2.2/utils/tply/
H A Dpyacc.y413 procedure scan_comment;
435 end(*scan_comment*);
445 scan_comment
/dports/lang/fpc-source/fpc-3.2.2/utils/tply/
H A Dpyacc.y413 procedure scan_comment;
435 end(*scan_comment*);
445 scan_comment
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/nlohmann-json/include/nlohmann/detail/input/
H A Dlexer.hpp836 bool scan_comment() in scan_comment() function in nlohmann::detail::lexer
1516 if (!scan_comment()) in scan()
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/nlohmann/detail/input/
H A Dlexer.hpp836 bool scan_comment() in scan_comment() function in nlohmann::detail::lexer
1516 if (!scan_comment()) in scan()
/dports/audio/giada/giada-0.17.1/src/deps/json/include/nlohmann/detail/input/
H A Dlexer.hpp836 bool scan_comment() in scan_comment() function in nlohmann::detail::lexer
1516 if (!scan_comment()) in scan()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Discan.c299 scan_comment(i_ctx_t *i_ctx_p, ref *pref, scanner_state *pstate, in scan_comment() function
729 retcode = scan_comment(i_ctx_p, myref, &sstate, in scan_token()
789 retcode = scan_comment(i_ctx_p, myref, &sstate, in scan_token()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Discan.c299 scan_comment(i_ctx_t *i_ctx_p, ref *pref, scanner_state *pstate, in scan_comment() function
729 retcode = scan_comment(i_ctx_p, myref, &sstate, in scan_token()
789 retcode = scan_comment(i_ctx_p, myref, &sstate, in scan_token()
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/lib/json/include/nlohmann/detail/input/
H A Dlexer.hpp836 bool scan_comment() in scan_comment() function in nlohmann::detail::lexer
1516 if (!scan_comment()) in scan()
/dports/devel/nlohmann-json/json-3.10.4/include/nlohmann/detail/input/
H A Dlexer.hpp836 bool scan_comment() in scan_comment() function in nlohmann::detail::lexer
1516 if (!scan_comment()) in scan()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Discan.c342 scan_comment(i_ctx_t *i_ctx_p, ref *pref, scanner_state *pstate, in scan_comment() function
799 retcode = scan_comment(i_ctx_p, myref, &sstate, in scan_token()
859 retcode = scan_comment(i_ctx_p, myref, &sstate, in scan_token()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Discan.c345 scan_comment(i_ctx_t *i_ctx_p, ref *pref, scanner_state *pstate, in scan_comment() function
805 retcode = scan_comment(i_ctx_p, myref, &sstate, in gs_scan_token()
865 retcode = scan_comment(i_ctx_p, myref, &sstate, in gs_scan_token()

1234