Searched refs:tof (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 105 static int tof; /* true if at top of form */ variable 311 if (!SF && !tof) in printjob() 560 if (!SF && !tof) { /* start on a fresh page */ in print() 562 tof = 1; in print() 565 tof = 0; in print() 748 tof = 0; in print() 763 tof = 0; in print() 780 tof = 1; in print() 1018 if (!SF && !tof) in banner() 1048 tof = 1; in banner() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | expression.c | 4642 TypeFunction *tof = NULL; in matchType() local 4651 tof = (TypeFunction *)to->nextOf(); in matchType() 4661 tof = (TypeFunction *)to->nextOf(); in matchType() 4666 if (!tof) in matchType() 4681 if (Parameter::dim(tof->parameters) != dim || in matchType() 4682 tof->varargs != tf->varargs) in matchType() 4702 Parameter *pto = Parameter::getNth(tof->parameters, u); in matchType() 4710 if (!tf->next && tof->next) in matchType() 4727 if (!tof || !tof->next) in matchType() 4734 if (fd->inferRetType && tfx->next->implicitConvTo(tof->next) == MATCHconvert) in matchType() [all …]
|
H A D | dtemplate.c | 4426 TypeFunction *tof = (TypeFunction *)to->nextOf(); in deduceType() local 4435 if (Parameter::dim(tof->parameters) != dim || in deduceType() 4436 tof->varargs != tf->varargs) in deduceType() 4456 Parameter *pto = Parameter::getNth(tof->parameters, u); in deduceType() 4469 if (!tf->next && tof->next) in deduceType()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | expression.d | 3877 TypeFunction tof = null; variable 3886 tof = cast(TypeFunction)to.nextOf(); 3888 else if (to.ty == Tpointer && (tof = to.nextOf().isTypeFunction()) !is null) 3900 if (!tof) 3912 … if (tof.parameterList.length != dim || tof.parameterList.varargs != tf.parameterList.varargs) 3930 Parameter pto = tof.parameterList[u]; 3938 if (!tf.next && tof.next) 3955 if (!tof || !tof.next) 3964 if (fd.inferRetType && tfx.next.implicitConvTo(tof.next) == MATCH.convert) 3976 auto tfy = new TypeFunction(tfx.parameterList, tof.next, [all …]
|
H A D | dtemplate.d | 4806 auto tof = to.nextOf().isTypeFunction(); in visit() local 4807 if (!tof) in visit() 4817 … if (tof.parameterList.length != dim || tof.parameterList.varargs != tf.parameterList.varargs) in visit() 4833 Parameter pto = tof.parameterList[u]; in visit() 4846 if (!tf.next && tof.next) in visit()
|
/netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
H A D | libelf_convert.m4 | 368 CONV($1,32,tof), 370 CONV($1,64,tof),
|
/netbsd-src/external/gpl3/autoconf/dist/ |
H A D | THANKS | 240 Křištof Želechovski giecrilj@stegny.2a.pl
|
H A D | ChangeLog.3 | 365 Reported by Křištof Želechovski.
|
/netbsd-src/external/gpl2/groff/dist/tmac/ |
H A D | hyphen.us | 3938 2tof
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | ChangeLog | 616 and improve handling tof defined symbols.
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | ChangeLog | 4040 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
|