Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/tr/
H A Dextern.h37 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state; enumerator
/openbsd-src/usr.bin/vi/ex/
H A Dex.h67 typedef struct _range RANGE; typedef
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlex.h250 #define RANGE(c, l, h) (((c) >= l && (c) <= h)) macro
/openbsd-src/lib/libc/gen/
H A Dglob.c82 #define RANGE '-' macro
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5011 #define PARSE_BITS_ENTRY(FIELD, ENTRY, VALUE, RANGE) \ in ParseDirectiveAMDHSAKernel() argument