Searched defs:RANGE (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/usr.bin/tr/ |
H A D | extern.h | 37 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state; enumerator
|
/openbsd-src/usr.bin/vi/ex/ |
H A D | ex.h | 67 typedef struct _range RANGE; typedef
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | lex.h | 250 #define RANGE(c, l, h) (((c) >= l && (c) <= h)) macro
|
/openbsd-src/lib/libc/gen/ |
H A D | glob.c | 82 #define RANGE '-' macro
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtCXX.h | 136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 5011 #define PARSE_BITS_ENTRY(FIELD, ENTRY, VALUE, RANGE) \ in ParseDirectiveAMDHSAKernel() argument
|