Searched refs:INC (Results 76 - 100 of 204) sorted by relevance

123456789

/netbsd-current/usr.sbin/sysinst/arch/virt68k/
H A Dmsg.md.pl24 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
27 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/man/
H A Dhelp2man104 unless open INC, $inc;
109 while (<INC>)
158 close INC;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/man/
H A Dhelp2man104 unless open INC, $inc;
109 while (<INC>)
158 close INC;
/netbsd-current/lib/libc/regex/
H A Dregexec.c131 #define INC(o) ((o) <<= 1) macro
160 #undef INC macro
185 #define INC(o) ((o)++) macro
/netbsd-current/usr.sbin/sysinst/arch/prep/
H A Dmsg.md.pl23 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
26 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon97
138 // SubExprs[COND] and SubExprs[INC] are expressions.
167 Expr *getInc() { return cast_or_null<Expr>(SubExprs[INC]); }
184 return cast_or_null<Expr>(SubExprs[INC]);
197 void setInc(Expr *E) { SubExprs[INC] = reinterpret_cast<Stmt*>(E); }
/netbsd-current/usr.sbin/sysinst/arch/playstation2/
H A Dmsg.md.pl27 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
30 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
/netbsd-current/usr.sbin/sysinst/arch/evbarm/
H A Dmsg.md.pl24 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
27 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
/netbsd-current/usr.sbin/sysinst/arch/shark/
H A Dmsg.md.pl24 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
27 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dvia-mont.pl88 push(@INC,"${dir}","${dir}../../perlasm");
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dvia-mont.pl88 push(@INC,"${dir}","${dir}../../perlasm");
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dhkpclient.lua19 -- THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
/netbsd-current/share/examples/asm/hello/
H A Dpowerpc.s16 # THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
/netbsd-current/usr.sbin/sysinst/arch/ofppc/
H A Dmsg.md.pl21 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
24 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
/netbsd-current/usr.sbin/sysinst/
H A Dmsg.mbr.pl21 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
24 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bf/asm/
H A Dbf-586.pl11 push(@INC,"${dir}","${dir}../../perlasm");
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm2-exp.y123 %token INC DEC INCL EXCL
247 exp : INC '(' exp ')'
251 exp : INC '(' exp ',' exp ')'
747 {"INC", INC },
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bf/asm/
H A Dbf-586.pl11 push(@INC,"${dir}","${dir}../../perlasm");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dm2-exp.y125 %token INC DEC INCL EXCL
240 exp : INC '(' exp ')'
244 exp : INC '(' exp ',' exp ')'
711 {"INC", INC },
/netbsd-current/external/gpl3/autoconf/dist/bin/
H A Dautoheader.in32 unshift @INC, "$pkgdatadir";
/netbsd-current/usr.sbin/sysinst/arch/i386/
H A Dmsg.md.pl23 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
26 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h546 /* Add the value of the tree INC to the `struct args_size' TO. */
548 #define ADD_PARM_SIZE(TO, INC) \
550 tree inc = (INC); \
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfunction.h563 /* Add the value of the tree INC to the `struct args_size' TO. */
565 #define ADD_PARM_SIZE(TO, INC) \
567 tree inc = (INC); \
/netbsd-current/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm307 INC H
620 INC (HL)
757 INC A
774 INC A
855 INC HL
1039 INC HL
1091 INC HL
1102 INC HL
1104 INC HL
1378 INC
[all...]
/netbsd-current/external/bsd/nvi/dist/dist/ExtUtils/
H A DEmbed.pm169 @path = $path ? split(/:/, $path) : @INC;
346 Default path is B<@INC>.
391 for each extension that is found by searching B<@INC> or the path

Completed in 259 milliseconds

123456789