Home
last modified time | relevance | path

Searched refs:genobj (Results 1 – 25 of 67) sorted by relevance

123

/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl67 G = #genobj{options=OptDB,
120 ets:delete(G#genobj.tktab),
176 if hd(G#genobj.skelfiled) /= empty, hd(G#genobj.skelfiled) /= ignore
181 if hd(G#genobj.stubfiled) /= empty, hd(G#genobj.stubfiled) /= ignore
187 if hd(G#genobj.includefiled) /= empty, hd(G#genobj.includefiled) /= ignore
199 New = G#genobj.filestack+1,
209 do_gen(G) -> G#genobj.do_gen.
224 symtab(G) -> G#genobj.symtab.
225 auxtab(G) -> G#genobj.auxtab.
226 tktab(G) -> G#genobj.tktab.
[all …]
H A Dic_file.erl52 G#genobj{stubfile=[ignore | G#genobj.stubfile],
152 G#genobj{impl=ImplName,
178 close(hd(G#genobj.stubfiled)),
180 close(hd(G#genobj.includefiled)),
181 G#genobj{stubfile=tl(G#genobj.stubfile),
209 G#genobj{
230 close(hd(G#genobj.stubfiled)),
231 close(hd(G#genobj.skelfiled)),
232 close(hd(G#genobj.helperfiled)),
233 close(hd(G#genobj.holderfiled)),
[all …]
H A Dic_symtab.erl70 ets:insert(G#genobj.symtab, {Name, X});
72 ets:insert(G#genobj.symtab, {Name, X});
74 ets:insert(G#genobj.symtab, {Name, X});
87 case ets:lookup(G#genobj.symtab, Id) of
100 case ets:lookup(G#genobj.symtab, Id) of
199 ets:insert(G#genobj.symtab, {["CORBA"],
209 ets:insert(G#genobj.symtab, {["CORBA"],
219 ets:insert(G#genobj.symtab, {["CORBA"],
H A Dic_options.erl233 ets:match(G#genobj.options, {{option, '$1'}, '$2'}).
273 ?insert(G#genobj.options, {option, {handle_info, V}}, true);
277 ?insert(G#genobj.options, {option, {timeout, V}}, true);
279 ?insert(G#genobj.options, {option, {timeout, V}}, force_false);
281 ?insert(G#genobj.options, {option, {this, V}}, true);
283 ?insert(G#genobj.options, {option, {this, V}}, force_false);
285 ?insert(G#genobj.options, {option, {from, V}}, true);
287 ?insert(G#genobj.options, {option, {from, V}}, force_false);
289 ?insert(G#genobj.options, {option, {scoped_op_calls, V}}, false);
298 ?insert(G#genobj.options, {option, K}, V)
[all …]
H A Dic_error.erl74 ?lookup(G#genobj.options, ListName).
134 Num = ?lookup(G#genobj.options, Counter) + 1,
135 ?insert(G#genobj.options, Counter, Num),
139 ?insert(G#genobj.options, Counter, 0).
142 ?lookup(G#genobj.options, error_count).
145 ?insert(G#genobj.options, ListName, []).
148 List = ?lookup(G#genobj.options, ListName),
152 ?insert(G#genobj.options, ListName, [Item| List]),
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl67 G = #genobj{options=OptDB,
120 ets:delete(G#genobj.tktab),
176 if hd(G#genobj.skelfiled) /= empty, hd(G#genobj.skelfiled) /= ignore
181 if hd(G#genobj.stubfiled) /= empty, hd(G#genobj.stubfiled) /= ignore
187 if hd(G#genobj.includefiled) /= empty, hd(G#genobj.includefiled) /= ignore
199 New = G#genobj.filestack+1,
209 do_gen(G) -> G#genobj.do_gen.
224 symtab(G) -> G#genobj.symtab.
225 auxtab(G) -> G#genobj.auxtab.
226 tktab(G) -> G#genobj.tktab.
[all …]
H A Dic_file.erl52 G#genobj{stubfile=[ignore | G#genobj.stubfile],
152 G#genobj{impl=ImplName,
178 close(hd(G#genobj.stubfiled)),
180 close(hd(G#genobj.includefiled)),
181 G#genobj{stubfile=tl(G#genobj.stubfile),
209 G#genobj{
230 close(hd(G#genobj.stubfiled)),
231 close(hd(G#genobj.skelfiled)),
232 close(hd(G#genobj.helperfiled)),
233 close(hd(G#genobj.holderfiled)),
[all …]
H A Dic_symtab.erl70 ets:insert(G#genobj.symtab, {Name, X});
72 ets:insert(G#genobj.symtab, {Name, X});
74 ets:insert(G#genobj.symtab, {Name, X});
87 case ets:lookup(G#genobj.symtab, Id) of
100 case ets:lookup(G#genobj.symtab, Id) of
199 ets:insert(G#genobj.symtab, {["CORBA"],
209 ets:insert(G#genobj.symtab, {["CORBA"],
219 ets:insert(G#genobj.symtab, {["CORBA"],
H A Dic_options.erl233 ets:match(G#genobj.options, {{option, '$1'}, '$2'}).
273 ?insert(G#genobj.options, {option, {handle_info, V}}, true);
277 ?insert(G#genobj.options, {option, {timeout, V}}, true);
279 ?insert(G#genobj.options, {option, {timeout, V}}, force_false);
281 ?insert(G#genobj.options, {option, {this, V}}, true);
283 ?insert(G#genobj.options, {option, {this, V}}, force_false);
285 ?insert(G#genobj.options, {option, {from, V}}, true);
287 ?insert(G#genobj.options, {option, {from, V}}, force_false);
289 ?insert(G#genobj.options, {option, {scoped_op_calls, V}}, false);
298 ?insert(G#genobj.options, {option, K}, V)
[all …]
H A Dic_error.erl74 ?lookup(G#genobj.options, ListName).
134 Num = ?lookup(G#genobj.options, Counter) + 1,
135 ?insert(G#genobj.options, Counter, Num),
139 ?insert(G#genobj.options, Counter, 0).
142 ?lookup(G#genobj.options, error_count).
145 ?insert(G#genobj.options, ListName, []).
148 List = ?lookup(G#genobj.options, ListName),
152 ?insert(G#genobj.options, ListName, [Item| List]),
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_genobj.erl67 G = #genobj{options=OptDB,
120 ets:delete(G#genobj.tktab),
176 if hd(G#genobj.skelfiled) /= empty, hd(G#genobj.skelfiled) /= ignore
181 if hd(G#genobj.stubfiled) /= empty, hd(G#genobj.stubfiled) /= ignore
187 if hd(G#genobj.includefiled) /= empty, hd(G#genobj.includefiled) /= ignore
199 New = G#genobj.filestack+1,
209 do_gen(G) -> G#genobj.do_gen.
224 symtab(G) -> G#genobj.symtab.
225 auxtab(G) -> G#genobj.auxtab.
226 tktab(G) -> G#genobj.tktab.
[all …]
H A Dic_file.erl52 G#genobj{stubfile=[ignore | G#genobj.stubfile],
152 G#genobj{impl=ImplName,
178 close(hd(G#genobj.stubfiled)),
180 close(hd(G#genobj.includefiled)),
181 G#genobj{stubfile=tl(G#genobj.stubfile),
209 G#genobj{
230 close(hd(G#genobj.stubfiled)),
231 close(hd(G#genobj.skelfiled)),
232 close(hd(G#genobj.helperfiled)),
233 close(hd(G#genobj.holderfiled)),
[all …]
H A Dic_symtab.erl70 ets:insert(G#genobj.symtab, {Name, X});
72 ets:insert(G#genobj.symtab, {Name, X});
74 ets:insert(G#genobj.symtab, {Name, X});
87 case ets:lookup(G#genobj.symtab, Id) of
100 case ets:lookup(G#genobj.symtab, Id) of
199 ets:insert(G#genobj.symtab, {["CORBA"],
209 ets:insert(G#genobj.symtab, {["CORBA"],
219 ets:insert(G#genobj.symtab, {["CORBA"],
H A Dic_options.erl233 ets:match(G#genobj.options, {{option, '$1'}, '$2'}).
273 ?insert(G#genobj.options, {option, {handle_info, V}}, true);
277 ?insert(G#genobj.options, {option, {timeout, V}}, true);
279 ?insert(G#genobj.options, {option, {timeout, V}}, force_false);
281 ?insert(G#genobj.options, {option, {this, V}}, true);
283 ?insert(G#genobj.options, {option, {this, V}}, force_false);
285 ?insert(G#genobj.options, {option, {from, V}}, true);
287 ?insert(G#genobj.options, {option, {from, V}}, force_false);
289 ?insert(G#genobj.options, {option, {scoped_op_calls, V}}, false);
298 ?insert(G#genobj.options, {option, K}, V)
[all …]
H A Dic_error.erl74 ?lookup(G#genobj.options, ListName).
134 Num = ?lookup(G#genobj.options, Counter) + 1,
135 ?insert(G#genobj.options, Counter, Num),
139 ?insert(G#genobj.options, Counter, 0).
142 ?lookup(G#genobj.options, error_count).
145 ?insert(G#genobj.options, ListName, []).
148 List = ?lookup(G#genobj.options, ListName),
152 ?insert(G#genobj.options, ListName, [Item| List]),
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl67 G = #genobj{options=OptDB,
120 ets:delete(G#genobj.tktab),
176 if hd(G#genobj.skelfiled) /= empty, hd(G#genobj.skelfiled) /= ignore
181 if hd(G#genobj.stubfiled) /= empty, hd(G#genobj.stubfiled) /= ignore
187 if hd(G#genobj.includefiled) /= empty, hd(G#genobj.includefiled) /= ignore
199 New = G#genobj.filestack+1,
209 do_gen(G) -> G#genobj.do_gen.
224 symtab(G) -> G#genobj.symtab.
225 auxtab(G) -> G#genobj.auxtab.
226 tktab(G) -> G#genobj.tktab.
[all …]
H A Dic_file.erl52 G#genobj{stubfile=[ignore | G#genobj.stubfile],
152 G#genobj{impl=ImplName,
178 close(hd(G#genobj.stubfiled)),
180 close(hd(G#genobj.includefiled)),
181 G#genobj{stubfile=tl(G#genobj.stubfile),
209 G#genobj{
230 close(hd(G#genobj.stubfiled)),
231 close(hd(G#genobj.skelfiled)),
232 close(hd(G#genobj.helperfiled)),
233 close(hd(G#genobj.holderfiled)),
[all …]
H A Dic_symtab.erl70 ets:insert(G#genobj.symtab, {Name, X});
72 ets:insert(G#genobj.symtab, {Name, X});
74 ets:insert(G#genobj.symtab, {Name, X});
87 case ets:lookup(G#genobj.symtab, Id) of
100 case ets:lookup(G#genobj.symtab, Id) of
199 ets:insert(G#genobj.symtab, {["CORBA"],
209 ets:insert(G#genobj.symtab, {["CORBA"],
219 ets:insert(G#genobj.symtab, {["CORBA"],
H A Dic_options.erl233 ets:match(G#genobj.options, {{option, '$1'}, '$2'}).
273 ?insert(G#genobj.options, {option, {handle_info, V}}, true);
277 ?insert(G#genobj.options, {option, {timeout, V}}, true);
279 ?insert(G#genobj.options, {option, {timeout, V}}, force_false);
281 ?insert(G#genobj.options, {option, {this, V}}, true);
283 ?insert(G#genobj.options, {option, {this, V}}, force_false);
285 ?insert(G#genobj.options, {option, {from, V}}, true);
287 ?insert(G#genobj.options, {option, {from, V}}, force_false);
289 ?insert(G#genobj.options, {option, {scoped_op_calls, V}}, false);
298 ?insert(G#genobj.options, {option, K}, V)
[all …]
H A Dic_error.erl74 ?lookup(G#genobj.options, ListName).
134 Num = ?lookup(G#genobj.options, Counter) + 1,
135 ?insert(G#genobj.options, Counter, Num),
139 ?insert(G#genobj.options, Counter, 0).
142 ?lookup(G#genobj.options, error_count).
145 ?insert(G#genobj.options, ListName, []).
148 List = ?lookup(G#genobj.options, ListName),
152 ?insert(G#genobj.options, ListName, [Item| List]),
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dic_genobj.erl67 G = #genobj{options=OptDB,
120 ets:delete(G#genobj.tktab),
176 if hd(G#genobj.skelfiled) /= empty, hd(G#genobj.skelfiled) /= ignore
181 if hd(G#genobj.stubfiled) /= empty, hd(G#genobj.stubfiled) /= ignore
187 if hd(G#genobj.includefiled) /= empty, hd(G#genobj.includefiled) /= ignore
199 New = G#genobj.filestack+1,
209 do_gen(G) -> G#genobj.do_gen.
224 symtab(G) -> G#genobj.symtab.
225 auxtab(G) -> G#genobj.auxtab.
226 tktab(G) -> G#genobj.tktab.
[all …]
H A Dic_file.erl52 G#genobj{stubfile=[ignore | G#genobj.stubfile],
152 G#genobj{impl=ImplName,
178 close(hd(G#genobj.stubfiled)),
180 close(hd(G#genobj.includefiled)),
181 G#genobj{stubfile=tl(G#genobj.stubfile),
209 G#genobj{
230 close(hd(G#genobj.stubfiled)),
231 close(hd(G#genobj.skelfiled)),
232 close(hd(G#genobj.helperfiled)),
233 close(hd(G#genobj.holderfiled)),
[all …]
H A Dic_symtab.erl70 ets:insert(G#genobj.symtab, {Name, X});
72 ets:insert(G#genobj.symtab, {Name, X});
74 ets:insert(G#genobj.symtab, {Name, X});
87 case ets:lookup(G#genobj.symtab, Id) of
100 case ets:lookup(G#genobj.symtab, Id) of
199 ets:insert(G#genobj.symtab, {["CORBA"],
209 ets:insert(G#genobj.symtab, {["CORBA"],
219 ets:insert(G#genobj.symtab, {["CORBA"],
H A Dic_options.erl233 ets:match(G#genobj.options, {{option, '$1'}, '$2'}).
273 ?insert(G#genobj.options, {option, {handle_info, V}}, true);
277 ?insert(G#genobj.options, {option, {timeout, V}}, true);
279 ?insert(G#genobj.options, {option, {timeout, V}}, force_false);
281 ?insert(G#genobj.options, {option, {this, V}}, true);
283 ?insert(G#genobj.options, {option, {this, V}}, force_false);
285 ?insert(G#genobj.options, {option, {from, V}}, true);
287 ?insert(G#genobj.options, {option, {from, V}}, force_false);
289 ?insert(G#genobj.options, {option, {scoped_op_calls, V}}, false);
298 ?insert(G#genobj.options, {option, K}, V)
[all …]
H A Dic_error.erl74 ?lookup(G#genobj.options, ListName).
134 Num = ?lookup(G#genobj.options, Counter) + 1,
135 ?insert(G#genobj.options, Counter, Num),
139 ?insert(G#genobj.options, Counter, 0).
142 ?lookup(G#genobj.options, error_count).
145 ?insert(G#genobj.options, ListName, []).
148 List = ?lookup(G#genobj.options, ListName),
152 ?insert(G#genobj.options, ListName, [Item| List]),

123