Home
last modified time | relevance | path

Searched refs:DLG (Results 51 – 75 of 396) sorted by relevance

12345678910>>...16

/dports/devel/cccc/cccc-3.1.6/
H A Dccccdist.dsw30 Project: "DLG"=.\pccts\dlg\DlgMSVC50.dsp - Package Owner=<4>
54 Project_Dep_Name DLG
H A Dbuild_w32bcc.bat12 rem One day there I will do Borland Makefiles for ANTLR and DLG.
37 echo DLG and ANTLR to be in pccts\bin.
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A DREADME5 If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
14 If you do a "make clean" right after installation, ANTLR and DLG should
/dports/cad/pdnmesh/pdnmesh-0.2.2/win32/
H A Dpdnmesh.clw66 [DLG:IDD_ABOUTBOX]
127 [DLG:IDD_SAVEOPTIONS_DIALOG]
151 [DLG:IDD_SOLVEOPTIONS_DIALOG]
/dports/devel/allegro/allegro-4.4.3.1/setup/
H A Dsetup.c2196 #define DLG(_p, _x, _y, _w, _h, _f, _b, _k, _l, _d1, _d2, _dp, _pa, _m) \ in setup_param_dialog() macro
2244DLG(d_box_proc, x, y, 89, 22, 255, 16, 0, 0, 0, 0, NULL, … in setup_param_dialog()
2245DLG(d_text_proc, x+4, y+3, 0, 0, 255, 16, 0, 0, 0, 0, p->label, … in setup_param_dialog()
2254DLG(d_box_proc, x, y, 89, 22, 255, 16, 0, 0, 0, 0, NULL, … in setup_param_dialog()
2255DLG(d_text_proc, x+4, y+3, 0, 0, 255, 16, 0, 0, 0, 0, p->label, … in setup_param_dialog()
2266DLG(d_box_proc, x, y, 89, 22, 255, 16, 0, 0, 0, 0, NULL, … in setup_param_dialog()
2267DLG(d_text_proc, x+4, y+3, 0, 0, 255, 16, 0, 0, 0, 0, p->label, … in setup_param_dialog()
2278DLG(d_box_proc, x, y, 89, 22, 255, 16, 0, 0, 0, 0, NULL, … in setup_param_dialog()
2279DLG(d_text_proc, x+4, y+3, 0, 0, 255, 16, 0, 0, 0, 0, p->label, … in setup_param_dialog()
2303DLG(d_box_proc, x, y, 89, 22, 255, 16, 0, 0, 0, 0, NULL, … in setup_param_dialog()
[all …]
/dports/devel/cccc/cccc-3.1.6/pccts/dlg/
H A Dwatdlg.mak9 DLG=..\bin\dlg macro
30 $(DLG) -C2 parser.dlg dlg_a.c
/dports/sysutils/cdrdao/cdrdao-1.2.4/trackdb/
H A DMakefile.am54 DLG = @dlg_path@ macro
58 $(DLG) -C2 -CC -cl TocLexerBase TocLexer.dlg
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/dbexport/
H A Dfrmbaseconfigexport.pp119 DLG : TShowBaseConfigDialog;
133 If DLG=Nil then
134 DLG:=TShowBaseConfigDialog.Create;
135 EF[i].OnConfigureDialog:=@DLG.ShowConfig;
364 FreeAndNil(DLG);
/dports/editors/lazarus-qt5/lazarus/components/dbexport/
H A Dfrmbaseconfigexport.pp119 DLG : TShowBaseConfigDialog;
133 If DLG=Nil then
134 DLG:=TShowBaseConfigDialog.Create;
135 EF[i].OnConfigureDialog:=@DLG.ShowConfig;
364 FreeAndNil(DLG);
/dports/editors/lazarus/lazarus/components/dbexport/
H A Dfrmbaseconfigexport.pp119 DLG : TShowBaseConfigDialog;
133 If DLG=Nil then
134 DLG:=TShowBaseConfigDialog.Create;
135 EF[i].OnConfigureDialog:=@DLG.ShowConfig;
364 FreeAndNil(DLG);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/dbexport/
H A Dfrmbaseconfigexport.pp119 DLG : TShowBaseConfigDialog;
133 If DLG=Nil then
134 DLG:=TShowBaseConfigDialog.Create;
135 EF[i].OnConfigureDialog:=@DLG.ShowConfig;
364 FreeAndNil(DLG);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldbrest/
H A Dreglazsqldbrest.pp170 DLG:=TSaveDialog.Create(Application);
171 With TSaveDialog(DLG) do
176 DLG:=TOpenDialog.Create(Application);
177 With TOpenDialog(DLG) do
181 DLG.FileName:=aFileName;
182 DLG.Filter:=aFilters;
183 DLG.DefaultExt:=ExtractFileExt(aFileName);
186 aFileName:=DLG.FileName;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sqldbrest/
H A Dreglazsqldbrest.pp170 DLG:=TSaveDialog.Create(Application);
171 With TSaveDialog(DLG) do
176 DLG:=TOpenDialog.Create(Application);
177 With TOpenDialog(DLG) do
181 DLG.FileName:=aFileName;
182 DLG.Filter:=aFilters;
183 DLG.DefaultExt:=ExtractFileExt(aFileName);
186 aFileName:=DLG.FileName;
/dports/lang/eisl/eisl-2.35/nana/src/
H A DDL.h175 #define DLG(g,f...) \ macro
198 #define VDLG(a) DLG a
/dports/devel/cccc/cccc-3.1.6/pccts/antlr/
H A Dwatantlr.mak9 DLG=..\bin\dlg macro
37 $(DLG) -C2 parser.dlg scan.c
/dports/devel/nana/nana-2.5/src/
H A DDL.h175 #define DLG(g,f...) \ macro
198 #define VDLG(a) DLG a
/dports/devel/cccc/cccc-3.1.6/cccc/
H A Drules.mak43 DLG = $(PCCTS_BIN)$(PATHSEP)dlg macro
68 # Flags for DLG
182 $(DLG) $(DFLAGS) -cl CLexer parser.dlg
186 $(DLG) $(DFLAGS) -cl JLexer parser.dlg
188 ## -ci argument to DLG is because unlike C\C++\Java, Ada is defined as being
195 $(DLG) $(DFLAGS) -ci -cl ALexer parser.dlg
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/SystemZ/
H A Dint-div-05.ll98 ; Check the high end of the DLG range.
122 ; Check the high end of the negative aligned DLG range.
133 ; Check the low end of the DLG range.
157 ; Check that DLG allows an index.
170 ; Check that divisions of spilled values can use DLG rather than DLGR.
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/SystemZ/
H A Dint-div-05.ll98 ; Check the high end of the DLG range.
122 ; Check the high end of the negative aligned DLG range.
133 ; Check the low end of the DLG range.
157 ; Check that DLG allows an index.
170 ; Check that divisions of spilled values can use DLG rather than DLGR.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/SystemZ/
H A Dint-div-05.ll98 ; Check the high end of the DLG range.
122 ; Check the high end of the negative aligned DLG range.
133 ; Check the low end of the DLG range.
157 ; Check that DLG allows an index.
170 ; Check that divisions of spilled values can use DLG rather than DLGR.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dint-div-05.ll98 ; Check the high end of the DLG range.
122 ; Check the high end of the negative aligned DLG range.
133 ; Check the low end of the DLG range.
157 ; Check that DLG allows an index.
170 ; Check that divisions of spilled values can use DLG rather than DLGR.
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/SystemZ/
H A Dint-div-05.ll98 ; Check the high end of the DLG range.
122 ; Check the high end of the negative aligned DLG range.
133 ; Check the low end of the DLG range.
157 ; Check that DLG allows an index.
170 ; Check that divisions of spilled values can use DLG rather than DLGR.
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dint-div-05.ll98 ; Check the high end of the DLG range.
122 ; Check the high end of the negative aligned DLG range.
133 ; Check the low end of the DLG range.
157 ; Check that DLG allows an index.
170 ; Check that divisions of spilled values can use DLG rather than DLGR.
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/SystemZ/
H A Dint-div-05.ll98 ; Check the high end of the DLG range.
122 ; Check the high end of the negative aligned DLG range.
133 ; Check the low end of the DLG range.
157 ; Check that DLG allows an index.
170 ; Check that divisions of spilled values can use DLG rather than DLGR.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dint-div-05.ll98 ; Check the high end of the DLG range.
122 ; Check the high end of the negative aligned DLG range.
133 ; Check the low end of the DLG range.
157 ; Check that DLG allows an index.
170 ; Check that divisions of spilled values can use DLG rather than DLGR.

12345678910>>...16