/external/llvm/lib/Support/ |
regcomp.c | 101 static void doinsert(struct parse *, sop, size_t, sopno); 132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 1356 - doinsert - insert a sop into the strip 1359 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) function [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regcomp.c | 100 static void doinsert(struct parse *, sop, size_t, sopno); 131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 1320 - doinsert - insert a sop into the strip 1323 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) function [all...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
regcomp.c | 164 static void doinsert(struct parse *p, sop op, sopno opnd, sopno pos); 200 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) 1704 doinsert( function [all...] |