Home
last modified time | relevance | path

Searched refs:First_Arg (Results 1 – 25 of 135) sorted by relevance

123456

/dports/lang/elk/elk-3.99.8/src/
H A Dlibelk.c108 int Argc, First_Arg; variable
215 First_Arg = 1; in Elk_Init()
248 for ( ; First_Arg < ac; First_Arg++) { in Elk_Init()
256 if (++First_Arg == ac) in Elk_Init()
264 if (++First_Arg == ac) in Elk_Init()
271 if (++First_Arg == ac || loadfile) in Elk_Init()
273 loadfile = av[First_Arg]; in Elk_Init()
275 if (++First_Arg == ac || loadpath) in Elk_Init()
277 loadpath = av[First_Arg]; in Elk_Init()
279 First_Arg++; in Elk_Init()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlmain.adb334 First_Arg : out Natural)
342 First_Arg := 0;
352 if First_Arg > 0 then
381 First_Arg := Arg_Index;
385 First_Arg := Arg_Index;
391 if First_Arg = 0 then
392 First_Arg := Args'Last + 1;
504 First_Arg : Natural; variable
507 Decode_Command_Options (Cmd.all, Args (2 .. Args'Last), First_Arg);
513 Cmd_Args : Argument_List (1 .. Args'Last - First_Arg + 1);
[all …]
H A Dghdlsynth.adb430 First_Arg : Natural;
447 Decode_Command_Options (Cmd, Args, First_Arg);
451 (Init /= 0, Cmd, Args (First_Arg .. Args'Last));
H A Dghdlmain.ads90 First_Arg : out Natural);
/dports/lang/elk/elk-3.99.8/lib/xwidgets/
H A Dcontext.c106 extern int First_Arg, Argc; in P_Initialize_Display()
107 int argc = Argc - First_Arg + 1; in P_Initialize_Display()
109 Argv[First_Arg-1] = "elk"; in P_Initialize_Display()
117 sn, sc, (XrmOptionDescRec *)0, 0, &argc, &Argv[First_Arg-1]); in P_Initialize_Display()
118 Argc = First_Arg + argc; in P_Initialize_Display()
124 (XrmOptionDescRec *)0, 0, &argc, &Argv[First_Arg-1]); in P_Initialize_Display()
125 Argc = First_Arg + argc - 1; in P_Initialize_Display()
/dports/devel/gprbuild/gprbuild-376670f/src/
H A Dgprbuild-link.adb480 First_Arg : Arg_Access := null; variable
506 if First_Arg = null
507 or else Path < Get_Name_String (First_Arg.Path)
509 Arg_Ptr.Next := First_Arg;
510 First_Arg := Arg_Ptr;
513 Current := First_Arg;
598 while First_Arg /= null loop
600 (Get_Name_String (First_Arg.Path),
601 First_Arg.Display,
602 First_Arg.Simple);
[all …]
/dports/devel/gprbuild/gprbuild-376670f/gpr/src/
H A Dgpr-ali.adb98 First_Arg : Arg_Id; variable
708 First_Arg := Args.Last + 1;
847 UL.First_Arg := First_Arg;
H A Dgpr-ali.ads303 First_Arg : Arg_Id; component
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dali.adb116 First_Arg : Arg_Id; variable
642 First_Arg := Args.Last + 1;
910 Units.Table (Units.Last).First_Arg := First_Arg;
H A Dexp_ch3.adb1045 First_Arg : Node_Id; variable
1086 First_Arg := OK_Convert_To (Etype (Init_Type), Id_Ref);
1087 Set_Etype (First_Arg, Init_Type);
1090 First_Arg := Id_Ref;
1093 Args := New_List (Convert_Concurrent (First_Arg, Typ));
1265 Ref => New_Copy_Tree (First_Arg),
1268 Find_Final_List (Typ, New_Copy_Tree (First_Arg)),
1292 Prefix => New_Copy_Tree (First_Arg),
1609 First_Arg : Node_Id; variable
1618 First_Arg :=
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dali.adb116 First_Arg : Arg_Id; variable
642 First_Arg := Args.Last + 1;
910 Units.Table (Units.Last).First_Arg := First_Arg;
H A Dexp_ch3.adb1045 First_Arg : Node_Id;
1086 First_Arg := OK_Convert_To (Etype (Init_Type), Id_Ref);
1087 Set_Etype (First_Arg, Init_Type);
1090 First_Arg := Id_Ref;
1093 Args := New_List (Convert_Concurrent (First_Arg, Typ));
1265 Ref => New_Copy_Tree (First_Arg),
1268 Find_Final_List (Typ, New_Copy_Tree (First_Arg)),
1292 Prefix => New_Copy_Tree (First_Arg),
1609 First_Arg : Node_Id;
1618 First_Arg :=
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dmake.adb1097 First_Arg : Arg_Id; variable
1268 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1288 Arg := First_Arg;
1315 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1320 for K in First_Arg .. Last_Arg loop
1331 for K in First_Arg .. Last_Arg loop
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dmake.adb1100 First_Arg : Arg_Id; variable
1271 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1291 Arg := First_Arg;
1318 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1323 for K in First_Arg .. Last_Arg loop
1334 for K in First_Arg .. Last_Arg loop
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dmake.adb1097 First_Arg : Arg_Id; variable
1268 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1288 Arg := First_Arg;
1315 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1320 for K in First_Arg .. Last_Arg loop
1331 for K in First_Arg .. Last_Arg loop
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dmake.adb1097 First_Arg : Arg_Id; variable
1268 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1288 Arg := First_Arg;
1315 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1320 for K in First_Arg .. Last_Arg loop
1331 for K in First_Arg .. Last_Arg loop
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dmake.adb1100 First_Arg : Arg_Id; variable
1271 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1291 Arg := First_Arg;
1318 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1323 for K in First_Arg .. Last_Arg loop
1334 for K in First_Arg .. Last_Arg loop
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dmake.adb1100 First_Arg : Arg_Id; variable
1271 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1291 Arg := First_Arg;
1318 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1323 for K in First_Arg .. Last_Arg loop
1334 for K in First_Arg .. Last_Arg loop
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dmake.adb1096 First_Arg : Arg_Id; variable
1267 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1287 Arg := First_Arg;
1314 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1319 for K in First_Arg .. Last_Arg loop
1330 for K in First_Arg .. Last_Arg loop
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dmake.adb1097 First_Arg : Arg_Id; variable
1268 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1288 Arg := First_Arg;
1315 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1320 for K in First_Arg .. Last_Arg loop
1331 for K in First_Arg .. Last_Arg loop
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dmake.adb1097 First_Arg : Arg_Id; variable
1268 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1288 Arg := First_Arg;
1315 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1320 for K in First_Arg .. Last_Arg loop
1331 for K in First_Arg .. Last_Arg loop
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dmake.adb1100 First_Arg : Arg_Id; variable
1271 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1291 Arg := First_Arg;
1318 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1323 for K in First_Arg .. Last_Arg loop
1334 for K in First_Arg .. Last_Arg loop
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dmake.adb1100 First_Arg : Arg_Id; variable
1271 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1291 Arg := First_Arg;
1318 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1323 for K in First_Arg .. Last_Arg loop
1334 for K in First_Arg .. Last_Arg loop
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dmake.adb1100 First_Arg : Arg_Id; variable
1271 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1291 Arg := First_Arg;
1318 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1323 for K in First_Arg .. Last_Arg loop
1334 for K in First_Arg .. Last_Arg loop
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dmake.adb1097 First_Arg : Arg_Id; variable
1268 First_Arg := Units.Table (ALIs.Table (ALI).First_Unit).First_Arg;
1288 Arg := First_Arg;
1315 Number_Of_Switches := Natural (Last_Arg - First_Arg + 1);
1320 for K in First_Arg .. Last_Arg loop
1331 for K in First_Arg .. Last_Arg loop

123456