Home
last modified time | relevance | path

Searched defs:INC (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/db/test/
H A DMakefile7 INC= -I${PORTDIR}/include -I${PORTDIR} macro
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/
H A DMakefile12 INC= -I${PORTDIR}/include -I${PORTDIR} macro
/freebsd/contrib/nvi/regex/
H A Dregexec.c75 #define INC(o) ((o) <<= 1) macro
124 #define INC(o) ((o)++) macro
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c72 #define INC(o) ((o) = (unsigned long)(o) << 1) macro
121 #define INC(o) ((o)++) macro
/freebsd/lib/libc/regex/
H A Dregexec.c106 #define INC(o) ((o) <<= 1) macro
160 #define INC(o) ((o)++) macro
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator