Home
last modified time | relevance | path

Searched defs:lexemes (Results 1 – 25 of 84) sorted by relevance

1234

/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/relx/src/
H A Drlx_string.erl9 lexemes(Str, Separators) -> string:lexemes(Str, Separators). function
13 lexemes(Str, Separators) -> string:tokens(Str, Separators). function
/dports/devel/rebar3/rebar3-3.17.0/_checkouts/relx/src/
H A Drlx_string.erl9 lexemes(Str, Separators) -> string:lexemes(Str, Separators). function
13 lexemes(Str, Separators) -> string:tokens(Str, Separators). function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/pipeline/expression/
H A Dlexer.rb27 def self.lexemes singletonMethod in Gitlab.Ci.Pipeline.Expression.Lexer
42 def lexemes method in Gitlab.Ci.Pipeline.Expression.Lexer
/dports/lang/lci/lci-0.11.2/
H A Dtokenizer.c210 unsigned int acceptLexemes(LexemeList *lexemes, in acceptLexemes()
251 Token *isKeyword(LexemeList *lexemes, in isKeyword()
H A Dlexer.h42 Lexeme **lexemes; /**< The array of stored lexemes. */ member
H A Dmain.c148 LexemeList *lexemes = NULL; in pipeline() local
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_string.erl22 lexemes(Str, SepList) -> string:lexemes(Str, SepList). function
/dports/devel/rebar3/rebar3-3.17.0/_build/default/lib/getopt/src/
H A Dgetopt.erl940 lexemes(Str, Separators) -> string:lexemes(Str, Separators). function
944 lexemes(Str, Separators) -> string:tokens(Str, Separators). function
/dports/devel/rebar3/rebar3-3.17.0/_checkouts/getopt/src/
H A Dgetopt.erl940 lexemes(Str, Separators) -> string:lexemes(Str, Separators). function
944 lexemes(Str, Separators) -> string:tokens(Str, Separators). function
/dports/devel/erlang-getopt/getopt-1.0.1/src/
H A Dgetopt.erl940 lexemes(Str, Separators) -> string:lexemes(Str, Separators). function
944 lexemes(Str, Separators) -> string:tokens(Str, Separators). function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/getopt/src/
H A Dgetopt.erl951 lexemes(Str, Separators) -> string:lexemes(Str, Separators). function
955 lexemes(Str, Separators) -> string:tokens(Str, Separators). function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dstring.erl493 lexemes([], _) -> []; function
494 lexemes(Str, []) -> [Str]; function
495 lexemes(Str, Seps0) when is_list(Seps0) -> function
/dports/deskutils/just/just-0.10.5/src/
H A Dlexer.rs834 let lexemes: &[&str] = &[$(lexeme!($kind $(, $lexeme)?),)* ""]; localVariable
849 let lexemes: &[&str] = &[$(lexeme!($kind $(, $lexeme)?),)* ""]; localVariable
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dstring.erl502 lexemes([], _) -> []; function
503 lexemes(Str, []) -> [Str]; function
504 lexemes(Str, Seps0) when is_list(Seps0) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dstring.erl502 lexemes([], _) -> []; function
503 lexemes(Str, []) -> [Str]; function
504 lexemes(Str, Seps0) when is_list(Seps0) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dstring.erl502 lexemes([], _) -> []; function
503 lexemes(Str, []) -> [Str]; function
504 lexemes(Str, Seps0) when is_list(Seps0) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dstring.erl502 lexemes([], _) -> []; function
503 lexemes(Str, []) -> [Str]; function
504 lexemes(Str, Seps0) when is_list(Seps0) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dstring.erl502 lexemes([], _) -> []; function
503 lexemes(Str, []) -> [Str]; function
504 lexemes(Str, Seps0) when is_list(Seps0) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dstring.erl502 lexemes([], _) -> []; function
503 lexemes(Str, []) -> [Str]; function
504 lexemes(Str, Seps0) when is_list(Seps0) -> function
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dwpucontext.h185 char lexemes[STRMAX]; variable
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dstring_SUITE.erl638 lexemes(_) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dstring_SUITE.erl699 lexemes(_) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dstring_SUITE.erl699 lexemes(_) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dstring_SUITE.erl699 lexemes(_) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dstring_SUITE.erl699 lexemes(_) -> function

1234