Home
last modified time | relevance | path

Searched refs:REF (Results 1 – 25 of 124) sorted by relevance

12345

/netbsd/usr.bin/make/unit-tests/
H A Dvar-op-expand.mk42 VAR:= ${REF}
43 REF= too late
63 REF= REF2
65 REF= too late
91 REF= U${UNDEF}
95 REF= too late
106 REF= ${REF2}
107 VAR:= ${REF}
120 REF= REF:$$ $$$$ ${REF2}
145 VAR:= ${:Uword undef:@word@${REF.${word}}@}, direct: ${REF.word} ${REF.undef}
[all …]
H A Ddirective-export-impl.exp1 Parsing line 21: UT_VAR= <${REF}>
2 Global: UT_VAR = <${REF}>
7 Var_Parse: ${REF}> (eval-defined)
24 Var_Parse: ${REF}> (eval)
29 Var_Parse: ${REF}> (eval-defined)
36 Global: REF = defined
48 Var_Parse: ${REF}> (eval)
H A Ddirective-export-impl.mk21 UT_VAR= <${REF}>
54 REF= defined
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddf.h652 #define DF_REF_REGNO(REF) ((REF)->base.regno) argument
655 #define DF_REF_REG(REF) ((REF)->base.reg) argument
661 #define DF_REF_BBNO(REF) (DF_REF_BB (REF)->index) argument
665 #define DF_REF_CLASS(REF) ((REF)->base.cl) argument
666 #define DF_REF_TYPE(REF) ((REF)->base.type) argument
667 #define DF_REF_CHAIN(REF) ((REF)->base.chain) argument
668 #define DF_REF_ID(REF) ((REF)->base.id) argument
669 #define DF_REF_FLAGS(REF) ((REF)->base.flags) argument
673 #define DF_REF_ORDER(REF) ((REF)->base.ref_order) argument
681 #define DF_REF_NEXT_LOC(REF) ((REF)->base.next_loc) argument
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddf.h652 #define DF_REF_REGNO(REF) ((REF)->base.regno) argument
655 #define DF_REF_REG(REF) ((REF)->base.reg) argument
661 #define DF_REF_BBNO(REF) (DF_REF_BB (REF)->index) argument
665 #define DF_REF_CLASS(REF) ((REF)->base.cl) argument
666 #define DF_REF_TYPE(REF) ((REF)->base.type) argument
667 #define DF_REF_CHAIN(REF) ((REF)->base.chain) argument
668 #define DF_REF_ID(REF) ((REF)->base.id) argument
669 #define DF_REF_FLAGS(REF) ((REF)->base.flags) argument
673 #define DF_REF_ORDER(REF) ((REF)->base.ref_order) argument
681 #define DF_REF_NEXT_LOC(REF) ((REF)->base.next_loc) argument
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dpackage.d9 $(REF SysTime,std,_datetime,systime),
10 $(REF Date,std,_datetime,date),
11 $(REF TimeOfDay,std,_datetime,date),
12 $(REF DateTime,std,_datetime,date).)
16 $(REF SysTime,std,_datetime,systime)).)
25 $(REF Duration, core,time), $(REF TickDuration, core,time), and
26 $(REF FracSec, core,time).
90 $(REF DateTimeException,std,_datetime,date) is an alias for
91 $(REF TimeException, core,time), so you don't need to worry about
174 $(REF StopWatch,std,datetime,stopwatch) instead. It uses
[all …]
H A Dsystime.d55 clockType = The $(REF ClockType, core,time) indicates which system
111 clockType = The $(REF ClockType, core,time) indicates which system
116 $(REF DateTimeException,std,datetime,date) if it fails to get the
290 $(REF DateTime,std,datetime,date), the time zone is an integral part of
295 unlike $(REF DateTime,std,datetime,date), it is not optimized for
344 dateTime = The $(REF DateTime,std,datetime,date) to use to set
387 $(REF DateTime,std,datetime,date) has no concept of in test()
1949 $(REF LocalTime,std,datetime,timezone) as its time zone.
9012 $(REF DateTimeException,std,datetime,date) if the given in version()
9033 $(REF DateTimeException,std,datetime,date) if the given in version()
[all …]
H A Dstopwatch.d11 $(REF TickDuration,core,time) are in std.datetime.package and would
42 $(REF MonoTime,core,time) is used to hold the time, and it uses the system's
362 The amount of time (as a $(REF Duration,core,time)) that it took to call
/netbsd/external/bsd/byacc/dist/test/
H A Drun_test.sh18 sed -e s,$NEW,$REF, \
30 if test ! -f $REF
32 mv $CMP $REF
33 echo "...saved $REF"
34 elif ( cmp -s $REF $CMP )
36 echo "...ok $REF"
39 echo "...diff $REF"
40 diff -u $REF $CMP
55 REF=$REF_DIR/$root$type
77 REF=$REF_DIR/$root$type
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateArgumentVisitor.h27 #define REF(CLASS) typename Ref<CLASS>::type macro
33 RetTy Visit(REF(TemplateArgument) TA, ParamTys... P) { in Visit()
52 RetTy Visit##CATEGORY##TemplateArgument(REF(TemplateArgument) TA, \
67 RetTy VisitTemplateArgument(REF(TemplateArgument), ParamTys...) { in VisitTemplateArgument()
71 #undef REF
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_ppmd8.c22 #define REF(ptr) (ptr) macro
417 ctx->Stats = REF(s); in Refresh()
459 return REF(ctx); in CutOff()
500 return REF(ctx); in CutOff()
522 return REF(ctx); in RemoveBinContexts()
531 return REF(ctx); in RemoveBinContexts()
691 c1->Suffix = REF(c); in CreateSuccessors()
855 successor = REF(p->Text); in UpdateModel()
870 fSuccessor = REF(cs); in UpdateModel()
880 fSuccessor = REF(cs); in UpdateModel()
[all …]
H A Darchive_ppmd7.c37 #define REF(ptr) (ptr) macro
39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) macro
42 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr))
155 p->FreeList[indx] = REF(node); in InsertNode()
339 p->MinContext->Stats = REF(p->FoundState); in RestartModel()
439 c1->Suffix = REF(c); in CreateSuccessors()
440 SetSuccessor(ps[--numPs], REF(c1)); in CreateSuccessors()
503 successor = REF(p->Text); in UpdateModel()
520 fSuccessor = REF(cs); in UpdateModel()
531 fSuccessor = REF(p->MinContext); in UpdateModel()
[all …]
/netbsd/external/gpl2/xcvs/dist/src/
H A Dcvsbug.in91 REF="`$MKTEMP $TMPDIR/pf.XXXXXX`"
305 for file in $TEMP $REF ; do
513 " $TEMP > $REF
515 if $MAIL_AGENT < $REF; then
522 mv $REF $BAD
/netbsd/external/gpl2/send-pr/dist/send-pr/
H A Dsend-pr.sh87 REF=`mktemp -t pf` || exit 1
322 for file in $TEMP $REF ; do
406 if cmp -s $REF $TEMP ; then
554 " $TEMP > $REF
556 if $MAIL_AGENT < $REF; then
563 mv $REF $BAD
/netbsd/external/gpl2/groff/dist/doc/
H A Dgrnexmpl.g637 12 $- ^ vv REF$
1582 12 $- ^ vv REF$
2138 12 $+ ^ vv REF$
2612 12 $+ ^ vv REF$
2678 12 $- ^ vv REF$
H A Dgrnexmpl.me76 of the input signal $ +- ^ vv SIG $ and a choice of $ - ^ vv REF
77 $, $ AGND $ or $ + ^ vv REF $ according to the operations
/netbsd/sys/dev/i2c/
H A Dmt2131.c49 #define REF 16000 macro
146 d1 = (o1 * 8192)/REF; in mt2131_tune_dtv()
147 d2 = (o2 * 8192)/REF; in mt2131_tune_dtv()
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dregex.c5825 # define REF(x) \ macro
5838 # define REF(x) \ macro
5845 REF (no_op),
5846 REF (succeed),
5847 REF (exactn),
5851 REF (anychar),
5859 REF (begbuf),
5860 REF (endbuf),
5861 REF (jump),
5870 REF (jump_n),
[all …]
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c5708 # define REF(x) \ in wcs_re_match_2_internal() macro
5721 # define REF(x) \ in wcs_re_match_2_internal() macro
5728 REF (no_op), in wcs_re_match_2_internal()
5729 REF (succeed), in wcs_re_match_2_internal()
5730 REF (exactn), in wcs_re_match_2_internal()
5734 REF (anychar), in wcs_re_match_2_internal()
5742 REF (begbuf), in wcs_re_match_2_internal()
5743 REF (endbuf), in wcs_re_match_2_internal()
5744 REF (jump), in wcs_re_match_2_internal()
5753 REF (jump_n), in wcs_re_match_2_internal()
[all …]
/netbsd/external/bsd/openldap/dist/doc/guide/admin/
H A Dappendix-ldap-result-codes.sdf8 codes from {{Appendix A. LDAP Result Codes}} of {{REF:RFC4511}}, a copy of which can
53 StartTLS ({{REF:RFC4511}} Section 4.14) while there are other uncompleted operations
113 operation (see {{REF:RFC4511}} Section 4.1.10).
121 Indicates a critical control is unrecognized (see {{REF:RFC4511}} Section
132 authentication process (see {{REF:RFC4511}} Section 4.2).
H A Dschema.sdf137 See {{REF:RFC4520}} for details.
168 (as defined in {{REF:RFC4512}}) used by the attributeTypes
171 E: attributetype <{{REF:RFC4512}} Attribute Type Description>
281 Though one could use {{EX:displayName}} ({{REF:RFC2798}}), this
307 Of course, one could use just use {{EX:jpegPhoto}} ({{REF:RFC2798}})
329 {{EX:labeledURI}} ({{REF:RFC2079}}) or simply create a subtype,
341 (as defined in {{REF:RFC4512}}) used by the objectClasses
344 E: objectclass <{{REF:RFC4512}} Object Class Description>
382 ({{REF:RFC2798}}), and add any additional attributes which
398 Since the {{slapd.conf}}(5) schema directives use {{REF:RFC4512}}
H A Dglossary.sdf16 !catalog references ''; headings; columns="REF:Reference,Document,Status,URL:Jump"
/netbsd/external/gpl2/groff/dist/contrib/mm/examples/
H A DSETR18 REF 9:
72 REF 2:
/netbsd/external/bsd/nvi/dist/perl_api/
H A Dtypemap3 # s/OBJ$/REF/ that for the DESTROY function
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dstopwatch.d24 $(REF TickDuration,core,time) are in std.datetime.package and would
71 $(REF MonoTime,core,time) is used to hold the time, and it uses the system's
407 The amount of time (as a $(REF Duration,core,time)) that it took to call

12345