Home
last modified time | relevance | path

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

/freebsd-src/lib/libc/db/test/
H A DMakefile8 INC= -I${PORTDIR}/include -I${PORTDIR} global() macro
/freebsd-src/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-src/contrib/nvi/regex/
H A Dregexec.c75 #define INC(o) ((o) <<= 1) macro
124 #define INC(o) ((o)++) macro
/freebsd-src/lib/libc/regex/
H A Dregexec.c106 #define INC(o) ((o) <<= 1) macro
160 #define INC(o) ((o)++) macro
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator