Home
last modified time | relevance | path

Searched refs:get_tk (Results 1 – 25 of 86) sorted by relevance

1234

/dports/lang/ruby26/ruby-2.6.9/test/rdoc/
H A Dtest_rdoc_parser_ruby.rb166 @parser.get_tk
300 tk = @parser.get_tk
362 tk = @parser.get_tk
376 tk = @parser.get_tk
394 tk = @parser.get_tk
413 tk = @parser.get_tk
427 tk = @parser.get_tk
442 tk = @parser.get_tk
464 tk = @parser.get_tk
479 tk = @parser.get_tk
[all …]
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/parser/
H A Druby.rb248 tk = get_tk
378 get_tk
605 get_tk
743 get_tk
751 get_tk
864 get_tk
951 get_tk
969 get_tk
1184 get_tk
2238 get_tk
[all …]
H A Druby_tools.rb18 def get_tk method
56 tk = get_tk
90 unget_tk(tk = get_tk)
118 …while (tk = get_tk) and (:on_sp == tk[:kind] or :on_nl == tk[:kind] or :on_ignored_nl == tk[:kind]…
132 while (tk = get_tk) and :on_sp == tk[:kind] do
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_forms.erl161 get_tk(X) when is_record(X, forward) -> X#forward.tk; function
163 get_tk(X) when is_record(X, const) -> X#const.tk; function
165 get_tk(X) when is_record(X, typedef) -> X#typedef.tk; function
166 get_tk(X) when is_record(X, struct) -> X#struct.tk; function
167 get_tk(X) when is_record(X, union) -> X#union.tk; function
168 get_tk(X) when is_record(X, enum) -> X#enum.tk; function
169 get_tk(X) when is_record(X, attr) -> X#attr.tk; function
170 get_tk(X) when is_record(X, except) -> X#except.tk; function
171 get_tk(X) when is_record(X, op) -> X#op.tk; function
172 get_tk(X) when is_record(X, id_of) -> X#id_of.tk; function
[all …]
H A Dic_erl_template.erl328 ic_forms:get_tk(X)}]),
335 ic_forms:get_tk(X)}], [], ["ok"])
350 Reply = case ic_forms:get_tk(X) of
358 ic_forms:get_tk(InArg)} || InArg <- InArgs ],
361 ic_forms:get_tk(OutArg)} || OutArg <- OutArgs ],
H A Dic_plainbe.erl288 TK = ic_forms:get_tk(X),
352 TypeList = {ic_forms:get_tk(X),
353 map(fun(Y) -> ic_forms:get_tk(Y) end, InArgs),
354 map(fun(Y) -> ic_forms:get_tk(Y) end, OutArgs)
H A Dictk.erl162 do_struct(G, S, N, C, V, X, ic_forms:get_tk(X));
165 do_except(G, S, N, C, V, X, ic_forms:get_tk(X));
168 do_union(G, S, N, C, V, X, ic_forms:get_tk(X));
320 TK = ic_forms:get_tk(X),
572 get_idltype_tk(G, S, N, ic_forms:get_tk(X)).
594 ic_forms:get_tk(X),
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_forms.erl161 get_tk(X) when is_record(X, forward) -> X#forward.tk; function
163 get_tk(X) when is_record(X, const) -> X#const.tk; function
165 get_tk(X) when is_record(X, typedef) -> X#typedef.tk; function
166 get_tk(X) when is_record(X, struct) -> X#struct.tk; function
167 get_tk(X) when is_record(X, union) -> X#union.tk; function
168 get_tk(X) when is_record(X, enum) -> X#enum.tk; function
169 get_tk(X) when is_record(X, attr) -> X#attr.tk; function
170 get_tk(X) when is_record(X, except) -> X#except.tk; function
171 get_tk(X) when is_record(X, op) -> X#op.tk; function
172 get_tk(X) when is_record(X, id_of) -> X#id_of.tk; function
[all …]
H A Dic_erl_template.erl328 ic_forms:get_tk(X)}]),
335 ic_forms:get_tk(X)}], [], ["ok"])
350 Reply = case ic_forms:get_tk(X) of
358 ic_forms:get_tk(InArg)} || InArg <- InArgs ],
361 ic_forms:get_tk(OutArg)} || OutArg <- OutArgs ],
H A Dic_plainbe.erl288 TK = ic_forms:get_tk(X),
352 TypeList = {ic_forms:get_tk(X),
353 map(fun(Y) -> ic_forms:get_tk(Y) end, InArgs),
354 map(fun(Y) -> ic_forms:get_tk(Y) end, OutArgs)
H A Dictk.erl162 do_struct(G, S, N, C, V, X, ic_forms:get_tk(X));
165 do_except(G, S, N, C, V, X, ic_forms:get_tk(X));
168 do_union(G, S, N, C, V, X, ic_forms:get_tk(X));
320 TK = ic_forms:get_tk(X),
572 get_idltype_tk(G, S, N, ic_forms:get_tk(X)).
594 ic_forms:get_tk(X),
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_forms.erl161 get_tk(X) when is_record(X, forward) -> X#forward.tk; function
163 get_tk(X) when is_record(X, const) -> X#const.tk; function
165 get_tk(X) when is_record(X, typedef) -> X#typedef.tk; function
166 get_tk(X) when is_record(X, struct) -> X#struct.tk; function
167 get_tk(X) when is_record(X, union) -> X#union.tk; function
168 get_tk(X) when is_record(X, enum) -> X#enum.tk; function
169 get_tk(X) when is_record(X, attr) -> X#attr.tk; function
170 get_tk(X) when is_record(X, except) -> X#except.tk; function
171 get_tk(X) when is_record(X, op) -> X#op.tk; function
172 get_tk(X) when is_record(X, id_of) -> X#id_of.tk; function
[all …]
H A Dic_erl_template.erl328 ic_forms:get_tk(X)}]),
335 ic_forms:get_tk(X)}], [], ["ok"])
350 Reply = case ic_forms:get_tk(X) of
358 ic_forms:get_tk(InArg)} || InArg <- InArgs ],
361 ic_forms:get_tk(OutArg)} || OutArg <- OutArgs ],
H A Dic_plainbe.erl288 TK = ic_forms:get_tk(X),
352 TypeList = {ic_forms:get_tk(X),
353 map(fun(Y) -> ic_forms:get_tk(Y) end, InArgs),
354 map(fun(Y) -> ic_forms:get_tk(Y) end, OutArgs)
H A Dic_noc.erl226 TypeList = {ic_forms:get_tk(X),
227 map(fun(Y) -> ic_forms:get_tk(Y) end, InArgs),
228 map(fun(Y) -> ic_forms:get_tk(Y) end, OutArgs)
422 R = ic_forms:get_tk(X),
423 IN = lists:map(fun(P) -> ic_forms:get_tk(P) end,
425 OUT = lists:map(fun(P) -> ic_forms:get_tk(P) end,
720 TK = ic_forms:get_tk(X),
H A Dictk.erl162 do_struct(G, S, N, C, V, X, ic_forms:get_tk(X));
165 do_except(G, S, N, C, V, X, ic_forms:get_tk(X));
168 do_union(G, S, N, C, V, X, ic_forms:get_tk(X));
320 TK = ic_forms:get_tk(X),
572 get_idltype_tk(G, S, N, ic_forms:get_tk(X)).
594 ic_forms:get_tk(X),
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_forms.erl161 get_tk(X) when is_record(X, forward) -> X#forward.tk; function
163 get_tk(X) when is_record(X, const) -> X#const.tk; function
165 get_tk(X) when is_record(X, typedef) -> X#typedef.tk; function
166 get_tk(X) when is_record(X, struct) -> X#struct.tk; function
167 get_tk(X) when is_record(X, union) -> X#union.tk; function
168 get_tk(X) when is_record(X, enum) -> X#enum.tk; function
169 get_tk(X) when is_record(X, attr) -> X#attr.tk; function
170 get_tk(X) when is_record(X, except) -> X#except.tk; function
171 get_tk(X) when is_record(X, op) -> X#op.tk; function
172 get_tk(X) when is_record(X, id_of) -> X#id_of.tk; function
[all …]
H A Dic_erl_template.erl328 ic_forms:get_tk(X)}]),
335 ic_forms:get_tk(X)}], [], ["ok"])
350 Reply = case ic_forms:get_tk(X) of
358 ic_forms:get_tk(InArg)} || InArg <- InArgs ],
361 ic_forms:get_tk(OutArg)} || OutArg <- OutArgs ],
H A Dic_plainbe.erl288 TK = ic_forms:get_tk(X),
352 TypeList = {ic_forms:get_tk(X),
353 map(fun(Y) -> ic_forms:get_tk(Y) end, InArgs),
354 map(fun(Y) -> ic_forms:get_tk(Y) end, OutArgs)
H A Dictk.erl162 do_struct(G, S, N, C, V, X, ic_forms:get_tk(X));
165 do_except(G, S, N, C, V, X, ic_forms:get_tk(X));
168 do_union(G, S, N, C, V, X, ic_forms:get_tk(X));
320 TK = ic_forms:get_tk(X),
572 get_idltype_tk(G, S, N, ic_forms:get_tk(X)).
594 ic_forms:get_tk(X),
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dic_forms.erl161 get_tk(X) when is_record(X, forward) -> X#forward.tk; function
163 get_tk(X) when is_record(X, const) -> X#const.tk; function
165 get_tk(X) when is_record(X, typedef) -> X#typedef.tk; function
166 get_tk(X) when is_record(X, struct) -> X#struct.tk; function
167 get_tk(X) when is_record(X, union) -> X#union.tk; function
168 get_tk(X) when is_record(X, enum) -> X#enum.tk; function
169 get_tk(X) when is_record(X, attr) -> X#attr.tk; function
170 get_tk(X) when is_record(X, except) -> X#except.tk; function
171 get_tk(X) when is_record(X, op) -> X#op.tk; function
172 get_tk(X) when is_record(X, id_of) -> X#id_of.tk; function
[all …]
H A Dic_erl_template.erl328 ic_forms:get_tk(X)}]),
335 ic_forms:get_tk(X)}], [], ["ok"])
350 Reply = case ic_forms:get_tk(X) of
358 ic_forms:get_tk(InArg)} || InArg <- InArgs ],
361 ic_forms:get_tk(OutArg)} || OutArg <- OutArgs ],
H A Dic_plainbe.erl288 TK = ic_forms:get_tk(X),
352 TypeList = {ic_forms:get_tk(X),
353 map(fun(Y) -> ic_forms:get_tk(Y) end, InArgs),
354 map(fun(Y) -> ic_forms:get_tk(Y) end, OutArgs)
H A Dic_noc.erl226 TypeList = {ic_forms:get_tk(X),
227 map(fun(Y) -> ic_forms:get_tk(Y) end, InArgs),
228 map(fun(Y) -> ic_forms:get_tk(Y) end, OutArgs)
422 R = ic_forms:get_tk(X),
423 IN = lists:map(fun(P) -> ic_forms:get_tk(P) end,
425 OUT = lists:map(fun(P) -> ic_forms:get_tk(P) end,
720 TK = ic_forms:get_tk(X),
H A Dictk.erl162 do_struct(G, S, N, C, V, X, ic_forms:get_tk(X));
165 do_except(G, S, N, C, V, X, ic_forms:get_tk(X));
168 do_union(G, S, N, C, V, X, ic_forms:get_tk(X));
320 TK = ic_forms:get_tk(X),
572 get_idltype_tk(G, S, N, ic_forms:get_tk(X)).
594 ic_forms:get_tk(X),

1234