HomeSort by: relevance | last modified time | path
    Searched refs:eqs (Results 1 - 25 of 25) sorted by relevancy

  /src/external/bsd/byacc/dist/
vmsbuild.com 16 $ if "''hlp'" .eqs. "HELP" .or. -
17 "''hlp'" .eqs. "-H" .or. -
18 "''hlp'" .eqs. "-?" .or. -
19 "''hlp'" .eqs. "?" then gosub usage
50 $ if "''comp'" .eqs. "VAXC"
54 $ if "''comp'" .eqs. "DECC"
84 $ if "''comp'" .eqs. "" then gosub decc_config
97 $ if f$trnlnm("GNU_CC").eqs.""
116 $ if f$edit("''p1'", "UPCASE") .eqs. "VMS_LINK.OPT"
122 $ if f$search("SYS$SYSTEM:MMS.EXE").eqs."
    [all...]
  /src/common/dist/zlib/
make_vms.com 72 $ if (Make .eqs. "")
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
96 $ if f$trnlnm("SYS") .eqs. ""
118 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
131 $ if fname .eqs. "#" then goto AMISS_ERR
132 $ if f$search(fname) .eqs. ""
175 $ if make.eqs.""
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto End
    [all...]
  /src/external/gpl2/diffutils/dist/src/
io.c 237 struct equivclass *eqs = equivs;
409 for (i = *bucket; ; i = eqs[i].next)
416 if (PTRDIFF_MAX / (2 * sizeof *eqs) <= eqs_alloc)
419 eqs = xrealloc (eqs, eqs_alloc * sizeof *eqs);
421 eqs[i].next = *bucket;
422 eqs[i].hash = h;
423 eqs[i].line = ip;
424 eqs[i].length = length
233 struct equivclass *eqs = equivs; local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
make_vms.com 72 $ if (Make .eqs. "")
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
96 $ if f$trnlnm("SYS") .eqs. ""
118 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
131 $ if fname .eqs. "#" then goto AMISS_ERR
132 $ if f$search(fname) .eqs. ""
175 $ if make.eqs.""
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto End
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/
make_vms.com 72 $ if (Make .eqs. "")
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
96 $ if f$trnlnm("SYS") .eqs. ""
118 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
131 $ if fname .eqs. "#" then goto AMISS_ERR
132 $ if f$search(fname) .eqs. ""
175 $ if make.eqs.""
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto End
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/
make_vms.com 72 $ if (Make .eqs. "")
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
96 $ if f$trnlnm("SYS") .eqs. ""
118 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
131 $ if fname .eqs. "#" then goto AMISS_ERR
132 $ if f$search(fname) .eqs. ""
175 $ if make.eqs.""
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto End
    [all...]
  /src/external/gpl3/gdb/dist/zlib/
make_vms.com 72 $ if (Make .eqs. "")
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
96 $ if f$trnlnm("SYS") .eqs. ""
118 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
131 $ if fname .eqs. "#" then goto AMISS_ERR
132 $ if f$search(fname) .eqs. ""
175 $ if make.eqs.""
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto End
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
io.c 206 struct equivclass *eqs = equivs;
301 for (i = *bucket; ; i = eqs[i].next)
307 eqs = (struct equivclass *)
308 xrealloc (eqs, (eqs_alloc*=2) * sizeof(*eqs));
309 eqs[i].next = *bucket;
310 eqs[i].hash = h;
311 eqs[i].line = ip;
312 eqs[i].length = length;
316 else if (eqs[i].hash == h
203 struct equivclass *eqs = equivs; local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
make_vms.com 1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
make_vms.com 1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
make_vms.com 1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
make_vms.com 1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
  /src/common/dist/zlib/contrib/minizip/
make_vms.com 1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
  /src/external/gpl2/gmake/dist/
makefile.com 31 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
33 $ if f$trnlnm("SYS").eqs."" then def/nolog sys sys$library:
37 $ if f$trnlnm("SYS").eqs.""
55 $ if (p2.eqs."DEBUG")
78 $ if cfile .eqs. " " then goto linkit
  /src/external/gpl3/binutils/dist/opcodes/
configure.com 31 $ if arch.eqs."ia64"
39 $ if arch.eqs."alpha"
58 $ IF F.EQS."," THEN GOTO END
  /src/external/gpl3/binutils.old/dist/opcodes/
configure.com 31 $ if arch.eqs."ia64"
39 $ if arch.eqs."alpha"
58 $ IF F.EQS."," THEN GOTO END
  /src/external/gpl3/gdb.old/dist/opcodes/
configure.com 31 $ if arch.eqs."ia64"
39 $ if arch.eqs."alpha"
58 $ IF F.EQS."," THEN GOTO END
  /src/external/gpl3/gdb/dist/opcodes/
configure.com 31 $ if arch.eqs."ia64"
39 $ if arch.eqs."alpha"
58 $ IF F.EQS."," THEN GOTO END
  /src/external/gpl3/binutils/dist/gas/
configure.com 25 $ if arch.eqs."alpha"
32 $ if arch.eqs."ia64"
247 $ if arch.eqs."ia64"
266 $ IF F.EQS."," THEN GOTO END
  /src/external/gpl3/binutils.old/dist/gas/
configure.com 25 $ if arch.eqs."alpha"
32 $ if arch.eqs."ia64"
247 $ if arch.eqs."ia64"
266 $ IF F.EQS."," THEN GOTO END
  /src/external/gpl3/binutils/dist/bfd/
configure.com 28 $if arch .eqs. "alpha" then target = "alpha"
29 $if arch .eqs. "ia64" then target = "ia64"
31 $if (arch .eqs. "alpha") .or. (arch .eqs. "ia64")
278 $ if ARCH.eqs."alpha"
287 $ if ARCH.eqs."ia64"
335 $ IF F.EQS."," THEN GOTO END
345 $ if f$type('eflags_name).eqs."" then eflags_name="cflags_nil"
  /src/external/gpl3/binutils.old/dist/bfd/
configure.com 28 $if arch .eqs. "alpha" then target = "alpha"
29 $if arch .eqs. "ia64" then target = "ia64"
31 $if (arch .eqs. "alpha") .or. (arch .eqs. "ia64")
278 $ if ARCH.eqs."alpha"
287 $ if ARCH.eqs."ia64"
335 $ IF F.EQS."," THEN GOTO END
345 $ if f$type('eflags_name).eqs."" then eflags_name="cflags_nil"
  /src/external/gpl3/gdb.old/dist/bfd/
configure.com 28 $if arch .eqs. "alpha" then target = "alpha"
29 $if arch .eqs. "ia64" then target = "ia64"
31 $if (arch .eqs. "alpha") .or. (arch .eqs. "ia64")
278 $ if ARCH.eqs."alpha"
287 $ if ARCH.eqs."ia64"
335 $ IF F.EQS."," THEN GOTO END
345 $ if f$type('eflags_name).eqs."" then eflags_name="cflags_nil"
  /src/external/gpl3/gdb/dist/bfd/
configure.com 28 $if arch .eqs. "alpha" then target = "alpha"
29 $if arch .eqs. "ia64" then target = "ia64"
31 $if (arch .eqs. "alpha") .or. (arch .eqs. "ia64")
278 $ if ARCH.eqs."alpha"
287 $ if ARCH.eqs."ia64"
335 $ IF F.EQS."," THEN GOTO END
345 $ if f$type('eflags_name).eqs."" then eflags_name="cflags_nil"
  /src/usr.bin/kdump/
kdump.c 95 #define eqs(s1, s2) (strcmp((s1), (s2)) == 0) macro

Completed in 26 milliseconds