OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_PLUS
(Results
1 - 10
of
10
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
102
* - OPLUS_ and
O_PLUS
are *inside* the loop they create.
133
#define
O_PLUS
OPC(10) /* + suffix back to prefix */
regcomp.c
496
ASTERN(
O_PLUS
, pos);
502
ASTERN(
O_PLUS
, pos);
703
ASTERN(
O_PLUS
, pos);
1190
ASTERN(
O_PLUS
, start);
[
all
...]
engine.c
529
case
O_PLUS
:
702
case
O_PLUS
:
1028
case
O_PLUS
: /* both forward and back */
/external/llvm/lib/Support/
regex2.h
52
* - OPLUS_ and
O_PLUS
are *inside* the loop they create.
81
#define
O_PLUS
(10LU<<OPSHIFT) /* + suffix back to prefix */
regcomp.c
425
ASTERN(
O_PLUS
, pos);
431
ASTERN(
O_PLUS
, pos);
610
ASTERN(
O_PLUS
, pos);
1025
ASTERN(
O_PLUS
, start);
[
all
...]
regengine.inc
452
case
O_PLUS
:
614
case
O_PLUS
:
907
case
O_PLUS
: /* both forward and back */
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
52
* - OPLUS_ and
O_PLUS
are *inside* the loop they create.
81
#define
O_PLUS
(10LU<<OPSHIFT) /* + suffix back to prefix */
regcomp.c
389
ASTERN(
O_PLUS
, pos);
395
ASTERN(
O_PLUS
, pos);
574
ASTERN(
O_PLUS
, pos);
989
ASTERN(
O_PLUS
, start);
[
all
...]
engine.c
443
case
O_PLUS
:
605
case
O_PLUS
:
896
case
O_PLUS
: /* both forward and back */
/external/mksh/src/
expr.c
56
O_PLUS
, O_MINUS,
320
op ==
O_PLUS
) {
329
/* op ==
O_PLUS
is a no-op */
412
case
O_PLUS
:
Completed in 1283 milliseconds