Searched defs:op (Results 1 – 8 of 8) sorted by relevance
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regcomp.c | 130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd)) argument 131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) argument 1301 doemit(struct parse *p, sop op, size_t opnd) in doemit() 1323 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert()
|
D | regex2.h | 69 #define SOP(op, opnd) ((op)|(opnd)) argument
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_cu.cc | 483 const Elf_Byte op = *go; in get_pc_address_file_info() local
|
/ndk/sources/host-tools/make-3.81/ |
D | expand.c | 248 char *op, *begp; in variable_expand_string() local
|
D | function.c | 2124 handle_function (char **op, char **stringp) in handle_function()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | tran.c | 250 Cell *cp, *op, **np; in rehash() local
|
D | b.c | 292 uschar *op, *bp; in cclenter() local
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regcomp.c | 1325 bin_tree_t *op, *cls, *tree1, *tree; in lower_subexp() local
|