Searched refs:INDIR (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | op.h | 75 INDIR, enumerator
|
H A D | tree.c | 608 if (op == INDIR || op == FSEL) { in check_nonportable_char_comparison() 1049 if (tn->tn_op == INDIR && in build_struct_access() 1313 op_t nop = rn->tn_type->t_bitfield ? FSEL : INDIR; in build_colon() 2062 case INDIR: in struct_or_union_member() 2063 ntn = build_op(INDIR, sys, ln->tn_type->t_subt, ln, NULL); in struct_or_union_member() 3251 case INDIR: in promote_c90() 4406 && n->u.ops.left->tn_op == INDIR in integer_constant() 4726 if (indir->tn_op == INDIR
|
H A D | cgram.y | 632 $$ = build_unary(INDIR, $3, build_binary($1, PLUS, $3, $4)); 769 $$ = build_unary(INDIR, $2, $3);
|
/netbsd-src/external/gpl2/mkhybrid/dist/libfile/ |
H A D | file.h | 50 #define INDIR 1 /* if '>(...)' appears, */ macro
|
H A D | apprentice.c | 215 m->flag |= INDIR; in parse() 230 if (m->flag & INDIR) { in parse()
|
H A D | softmagic.c | 213 if (m->flag & INDIR) { in mget()
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | print.c | 64 if (m->flag & INDIR) { in file_mdump()
|
H A D | file.h | 215 #define INDIR 0x01 /* if '(...)' appears */ macro
|
H A D | softmagic.c | 1621 if (mcopy(ms, p, m->type, m->flag & INDIR, s, in mget() 1638 if (m->flag & INDIR) { in mget()
|
H A D | apprentice.c | 2107 m->flag |= INDIR; in parse() 2137 if (m->flag & INDIR) { in parse()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/po/ |
H A D | it.po | 3872 " --start-address=INDIR Elabora solo i dati con indirizzo >= INDIR\n" 3873 " --stop-address=INDIR Elabora solo i dati con indirizzo <= INDIR\n"
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/ |
H A D | it.po | 3872 " --start-address=INDIR Elabora solo i dati con indirizzo >= INDIR\n" 3873 " --stop-address=INDIR Elabora solo i dati con indirizzo <= INDIR\n"
|
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
H A D | general.m4 | 2924 # _AC_LIBOBJ(FILE-NAME-NOEXT, ACTION-IF-INDIR)
|