Searched defs:BACK (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/nvi/regex/ |
H A D | regexec.c | 80 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n)) macro 129 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regexec.c | 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) macro 126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) macro
|
/freebsd/lib/libc/regex/ |
H A D | regexec.c | 111 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) macro 165 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) macro
|
/freebsd/contrib/less/ |
H A D | regexp.c | 87 #define BACK 7 /* no Match "", "next" ptr points backward. */ macro [all...] |
/freebsd/lib/libc/db/btree/ |
H A D | btree.h | 330 enum { NOT, BACK, FORWARD } bt_order; enumerator
|