Home
last modified time | relevance | path

Searched refs:idlfile (Results 1 – 25 of 50) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/tools/idc/
H A Dmain.cpp226 res = DumpIDL(idlfile, version); in dumpIdl()
250 QString idlfile; in runIdc() local
264 idlfile = QLatin1String(argv[i]); in runIdc()
265 idlfile = idlfile.trimmed().toLower(); in runIdc()
315 if (input.endsWith(QLatin1String(".exe")) && tlbfile.isEmpty() && idlfile.isEmpty()) { in runIdc()
319 if (input.endsWith(QLatin1String(".dll")) && idlfile.isEmpty() && tlbfile.isEmpty()) { in runIdc()
337 } else if (!idlfile.isEmpty()) { in runIdc()
338 slashify(idlfile); in runIdc()
339 idlfile = quotePath(idlfile); in runIdc()
340 fprintf(stderr, "\n\n%s\n\n", (const char*)idlfile.toLocal8Bit().data()); in runIdc()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/doc/
H A Didl2deb.adoc22 [ *-i* <idlfile> ]
23 [ *--idl*=<idlfile> ]
57 -i <idlfile> --idl=<idlfile>::
/dports/net/wireshark/wireshark-3.6.1/doc/
H A Didl2deb.adoc22 [ *-i* <idlfile> ]
23 [ *--idl*=<idlfile> ]
57 -i <idlfile> --idl=<idlfile>::
/dports/net/tshark-lite/wireshark-3.6.1/doc/
H A Didl2deb.adoc22 [ *-i* <idlfile> ]
23 [ *--idl*=<idlfile> ]
57 -i <idlfile> --idl=<idlfile>::
/dports/net/tshark/wireshark-3.6.1/doc/
H A Didl2deb.adoc22 [ *-i* <idlfile> ]
23 [ *--idl*=<idlfile> ]
57 -i <idlfile> --idl=<idlfile>::
/dports/devel/nsgenbind/nsgenbind-0.8/src/
H A Dwebidl-ast.c595 FILE *idlfile; in idlopen() local
612 idlfile = fopen(fullname, "r"); in idlopen()
615 return idlfile; in idlopen()
621 FILE *idlfile; in webidl_parsefile() local
624 idlfile = idlopen(filename); in webidl_parsefile()
625 if (!idlfile) { in webidl_parsefile()
649 webidl_restart(idlfile); in webidl_parsefile()
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl39 -export([idlfile/1, module/1, set_idlfile/2, set_module/2]).
232 idlfile(G) -> ?lookup(G#genobj.options, idlfile). function
235 set_idlfile(G, X) -> ?insert(G#genobj.options, idlfile, X).
H A Dic_error.erl67 X -> print_error(G, {error, g, ic_genobj:idlfile(G), {error_count, X}}),
79 Error = {error, g, ic_genobj:idlfile(G), Err},
95 Error = {error, g, ic_genobj:idlfile(G), Err},
104 Warning = {warn, g, ic_genobj:idlfile(G), Warn},
H A Dic_pragma.erl43 -import(ic_genobj, [idlfile/1]).
200 Type = case idlfile(G) of % Local/Included flag
330 Type = case idlfile(G) of % Local/Included flag
370 Type = case idlfile(G) of % Local/Included flag
775 case idlfile(G) of % The current file to be compiled.
791 CompFile = idlfile(G), % The current file compiled
1103 IdlFile = idlfile(G),
1276 case ets:match(S,{codeopt,ScopedId,'$1','$2',idlfile(G),'$4'}) of
1377 case hasSpecificCodeoptionOnTopFile(S,ic_genobj:idlfile(G),Scope) of
1383 case hasNonSpecificCodeoptionOnTopFile(S,ic_genobj:idlfile(G)) of
H A Dic.erl150 icscan:scan(G, ic_genobj:idlfile(G)).
286 [ic_genobj:idlfile(G),
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl39 -export([idlfile/1, module/1, set_idlfile/2, set_module/2]).
232 idlfile(G) -> ?lookup(G#genobj.options, idlfile). function
235 set_idlfile(G, X) -> ?insert(G#genobj.options, idlfile, X).
H A Dic_error.erl67 X -> print_error(G, {error, g, ic_genobj:idlfile(G), {error_count, X}}),
79 Error = {error, g, ic_genobj:idlfile(G), Err},
95 Error = {error, g, ic_genobj:idlfile(G), Err},
104 Warning = {warn, g, ic_genobj:idlfile(G), Warn},
H A Dic_pragma.erl43 -import(ic_genobj, [idlfile/1]).
200 Type = case idlfile(G) of % Local/Included flag
330 Type = case idlfile(G) of % Local/Included flag
370 Type = case idlfile(G) of % Local/Included flag
775 case idlfile(G) of % The current file to be compiled.
791 CompFile = idlfile(G), % The current file compiled
1103 IdlFile = idlfile(G),
1276 case ets:match(S,{codeopt,ScopedId,'$1','$2',idlfile(G),'$4'}) of
1377 case hasSpecificCodeoptionOnTopFile(S,ic_genobj:idlfile(G),Scope) of
1383 case hasNonSpecificCodeoptionOnTopFile(S,ic_genobj:idlfile(G)) of
H A Dic.erl150 icscan:scan(G, ic_genobj:idlfile(G)).
286 [ic_genobj:idlfile(G),
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_genobj.erl39 -export([idlfile/1, module/1, set_idlfile/2, set_module/2]).
232 idlfile(G) -> ?lookup(G#genobj.options, idlfile). function
235 set_idlfile(G, X) -> ?insert(G#genobj.options, idlfile, X).
H A Dic_error.erl67 X -> print_error(G, {error, g, ic_genobj:idlfile(G), {error_count, X}}),
79 Error = {error, g, ic_genobj:idlfile(G), Err},
95 Error = {error, g, ic_genobj:idlfile(G), Err},
104 Warning = {warn, g, ic_genobj:idlfile(G), Warn},
H A Dic_pragma.erl43 -import(ic_genobj, [idlfile/1]).
200 Type = case idlfile(G) of % Local/Included flag
330 Type = case idlfile(G) of % Local/Included flag
370 Type = case idlfile(G) of % Local/Included flag
775 case idlfile(G) of % The current file to be compiled.
791 CompFile = idlfile(G), % The current file compiled
1103 IdlFile = idlfile(G),
1276 case ets:match(S,{codeopt,ScopedId,'$1','$2',idlfile(G),'$4'}) of
1377 case hasSpecificCodeoptionOnTopFile(S,ic_genobj:idlfile(G),Scope) of
1383 case hasNonSpecificCodeoptionOnTopFile(S,ic_genobj:idlfile(G)) of
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_genobj.erl39 -export([idlfile/1, module/1, set_idlfile/2, set_module/2]).
232 idlfile(G) -> ?lookup(G#genobj.options, idlfile). function
235 set_idlfile(G, X) -> ?insert(G#genobj.options, idlfile, X).
H A Dic_error.erl67 X -> print_error(G, {error, g, ic_genobj:idlfile(G), {error_count, X}}),
79 Error = {error, g, ic_genobj:idlfile(G), Err},
95 Error = {error, g, ic_genobj:idlfile(G), Err},
104 Warning = {warn, g, ic_genobj:idlfile(G), Warn},
H A Dic_pragma.erl43 -import(ic_genobj, [idlfile/1]).
200 Type = case idlfile(G) of % Local/Included flag
330 Type = case idlfile(G) of % Local/Included flag
370 Type = case idlfile(G) of % Local/Included flag
775 case idlfile(G) of % The current file to be compiled.
791 CompFile = idlfile(G), % The current file compiled
1103 IdlFile = idlfile(G),
1276 case ets:match(S,{codeopt,ScopedId,'$1','$2',idlfile(G),'$4'}) of
1377 case hasSpecificCodeoptionOnTopFile(S,ic_genobj:idlfile(G),Scope) of
1383 case hasNonSpecificCodeoptionOnTopFile(S,ic_genobj:idlfile(G)) of
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dic_genobj.erl39 -export([idlfile/1, module/1, set_idlfile/2, set_module/2]).
232 idlfile(G) -> ?lookup(G#genobj.options, idlfile). function
235 set_idlfile(G, X) -> ?insert(G#genobj.options, idlfile, X).
H A Dic_error.erl67 X -> print_error(G, {error, g, ic_genobj:idlfile(G), {error_count, X}}),
79 Error = {error, g, ic_genobj:idlfile(G), Err},
95 Error = {error, g, ic_genobj:idlfile(G), Err},
104 Warning = {warn, g, ic_genobj:idlfile(G), Warn},
H A Dic_pragma.erl43 -import(ic_genobj, [idlfile/1]).
200 Type = case idlfile(G) of % Local/Included flag
330 Type = case idlfile(G) of % Local/Included flag
370 Type = case idlfile(G) of % Local/Included flag
775 case idlfile(G) of % The current file to be compiled.
791 CompFile = idlfile(G), % The current file compiled
1103 IdlFile = idlfile(G),
1276 case ets:match(S,{codeopt,ScopedId,'$1','$2',idlfile(G),'$4'}) of
1377 case hasSpecificCodeoptionOnTopFile(S,ic_genobj:idlfile(G),Scope) of
1383 case hasNonSpecificCodeoptionOnTopFile(S,ic_genobj:idlfile(G)) of
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/scripts/
H A Dcodegen.lua970 local idlfile = {}
974 assert(idlfile[filename] == nil, "Duplicate load " .. filename)
979 idlfile[filename] = true
984 if filename and not idlfile[filename] then
987 assert(next(idlfile), "call codegen.load() first")
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/scripts/
H A Dcodegen.lua970 local idlfile = {}
974 assert(idlfile[filename] == nil, "Duplicate load " .. filename)
979 idlfile[filename] = true
984 if filename and not idlfile[filename] then
987 assert(next(idlfile), "call codegen.load() first")

12