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

1 2 3 4 5

  /src/tests/usr.bin/awk/
d_string1.awk 3 BEGIN {
  /src/sys/arch/amiga/stand/bootblock/ppcboot/
hex2c.awk 30 BEGIN{print "/* Generated by a script --- do not edit */"}
31 BEGIN{print "#include <sys/types.h>"}
32 BEGIN{print "const u_int16_t kickstart[] = {"}
33 BEGIN{size = 0}
  /src/sys/modules/arch/arm/
kmodtramp.awk 3 BEGIN {
  /src/lib/libm/arch/m68060/
makeoffs.awk 0 BEGIN{FS=",";s = -16;}
  /src/sys/arch/hpc/hpc/
platid_copyright.awk 36 BEGIN{
  /src/usr.bin/make/unit-tests/
depsrc-end.exp 2 : 'Making .BEGIN.'
deptgt-begin.mk 1 # $NetBSD: deptgt-begin.mk,v 1.8 2025/06/30 21:44:39 rillig Exp $
3 # Tests for the special target .BEGIN in dependency declarations,
7 .BEGIN:
11 # to directly place some commands on the '.BEGIN' target. This doesn't scale
16 # expect+3: warning: duplicate script for target ".BEGIN" ignored
17 # expect-9: warning: using previous script for ".BEGIN" defined here
18 .BEGIN:
22 # make the .BEGIN depend on that target. This way, the commands from the
23 # custom target are run even before the .BEGIN target.
24 .BEGIN: before-begi
    [all...]
deptgt-begin-fail.mk 1 # $NetBSD: deptgt-begin-fail.mk,v 1.1 2020/11/24 19:02:59 rillig Exp $
3 # Test for a .BEGIN target whose command results in an error.
6 .BEGIN:
deptgt-end-jobs.exp 1 : .BEGIN '${VAR}'
6 : .BEGIN 'Should not be expanded.' deferred
deptgt-begin.exp 1 make: deptgt-begin.mk:19: warning: duplicate script for target ".BEGIN" ignored
2 make: deptgt-begin.mk:8: warning: using previous script for ".BEGIN" defined here
4 : Making before-begin before .BEGIN.
5 : .BEGIN
deptgt-begin-fail-indirect.mk 1 # $NetBSD: deptgt-begin-fail-indirect.mk,v 1.1 2020/11/24 19:02:59 rillig Exp $
3 # Test for a .BEGIN target whose dependency results in an error.
6 # Between 2005-05-08 and 2020-11-24, a failing dependency of the .BEGIN node
10 .BEGIN: failing
depsrc-end.mk 3 # Demonstrate an edge case in which .BEGIN depends on .END, which sounds a bit
7 .BEGIN:
14 .BEGIN: .END
deptgt-end.exp 1 : .BEGIN '${VAR}'
6 : .BEGIN 'Should not be expanded.' deferred
  /src/etc/mtree/
mkcompat.awk 0 BEGIN { n = 1 }
  /src/lib/libc/arch/or1k/
syscallargs.awk 30 BEGIN {
  /src/lib/libc/time/
leapseconds.awk 5 BEGIN {
  /src/sys/arch/m68k/fpsp/
L_ENTRY.AWK 35 BEGIN{
  /src/usr.bin/msgc/
msgscan.l 74 "/*" { level = 1; BEGIN COMMENT; }
78 <COMMENT>"*/" { if (level-- == 1) BEGIN 0; }
86 "{" { level = 1; BEGIN BRACE; }
95 BEGIN 0;
  /src/common/dist/zlib/win32/
zlib1.rc 20 BEGIN
22 BEGIN
25 BEGIN
37 BEGIN
  /src/common/dist/zlib/contrib/vstudio/vc10/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /src/common/dist/zlib/contrib/vstudio/vc11/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /src/common/dist/zlib/contrib/vstudio/vc12/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /src/common/dist/zlib/contrib/vstudio/vc14/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /src/common/dist/zlib/contrib/vstudio/vc17/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN
  /src/common/dist/zlib/contrib/vstudio/vc9/
zlib.rc 12 BEGIN
14 BEGIN
18 BEGIN
29 BEGIN

Completed in 37 milliseconds

1 2 3 4 5