Searched refs:subscript (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/usr.bin/lex/
H A Dscanopt.c75 int index; /* Used as: argv[index][subscript]. */ member in struct:_scanopt_t
76 int subscript;
158 /* Macro to assure we reset subscript whenever we adjust s->index.*/
162 (s)->subscript= 0; \
180 s->subscript = 0;
553 s->argv[s->index][s->subscript];
737 pstart = s->argv[s->index] + s->subscript;
741 if (s->subscript == 0) {
769 s->subscript++;
779 /* We have to re-check the subscript statu
[all...]
/openbsd-current/games/phantasia/
H A Dmain.c1093 int subscript; /* used for subscripting into Stattable */
1096 subscript = type - '1';
1098 if (subscript < C_MAGIC || subscript > C_EXPER)
1099 if (subscript != C_SUPER || !Wizard)
1101 subscript = C_FIGHTER;
1103 statptr = &Stattable[subscript];
1119 Player.p_type = subscript;
1086 int subscript; /* used for subscripting into Stattable */ local
/openbsd-current/gnu/gcc/gcc/
H A Dtree-data-ref.h163 /* What is a subscript? Given two array accesses a subscript is the
170 struct subscript struct
188 typedef struct subscript *subscript_p;
227 /* For each subscript in the dependence test, there is an element in
281 extern void dump_subscript (FILE *, struct subscript *);
H A Dtree-data-ref.c56 - subscript: given two array accesses a subscript is the tuple
638 dump_subscript (FILE *outf, struct subscript *subscript)
640 tree chrec = SUB_CONFLICTS_IN_A (subscript);
642 fprintf (outf, "\n (subscript \n");
651 tree last_iteration = SUB_LAST_CONFLICT (subscript);
656 chrec = SUB_CONFLICTS_IN_B (subscript);
665 tree last_iteration = SUB_LAST_CONFLICT (subscript);
671 print_generic_stmt (outf, SUB_DISTANCE (subscript),
637 dump_subscript(FILE *outf, struct subscript *subscript) argument
2139 struct subscript *subscript; local
2244 struct subscript *subscript; local
3560 struct subscript *subscript = DDR_SUBSCRIPT (ddr, i); local
3902 struct subscript *subscript; local
4043 struct subscript *subscript; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Ddata.c980 ffebld subscripts; // an opITEM list of subscript exprs.
997 ffebld subscript;
1012 subscript = ffebld_head (subscripts);
1015 assert (ffeinfo_basictype (ffebld_info (subscript)) == FFEINFO_basictypeINTEGER);
1016 if (ffebld_op (subscript) == FFEBLD_opCONTER)
1019 sub_kind = ffeinfo_kindtype (ffebld_info (subscript));
1021 sub_kind == FFEINFO_kindtypeINTEGER2 ? subscript->u.conter.expr->u.integer2 :
1022 sub_kind == FFEINFO_kindtypeINTEGER3 ? subscript->u.conter.expr->u.integer3 :
1023 sub_kind == FFEINFO_kindtypeINTEGER4 ? subscript->u.conter.expr->u.integer4 :
1024 subscript
996 ffebld subscript; local
[all...]
H A Dequiv.c669 ffebld subscript;
699 subscript = ffebld_head (subscripts);
702 if (ffebld_op (subscript) == FFEBLD_opANY)
705 assert (ffebld_op (subscript) == FFEBLD_opCONTER);
706 assert (ffeinfo_basictype (ffebld_info (subscript))
708 assert (ffeinfo_kindtype (ffebld_info (subscript))
711 (subscript));
668 ffebld subscript; local
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D10_splice_rs.t109 # (63-82) splicing with negative subscript
165 print $@ =~ /^Modification of non-creatable array value attempted, subscript -7/
H A D04_splice.t111 # (63-82) splicing with negative subscript
167 print $@ =~ /^Modification of non-creatable array value attempted, subscript -7/
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Darray.t264 like($@, qr/Modification of non-creatable array value attempted, subscript -1/, "\$a[-1] = 0");
484 )subscript -5/,
489 )subscript -1/,
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dtermios.t61 like($@, qr/\ABad getcc subscript/, "calling getcc($i)");
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Djv-lang.c866 /* If the user attempts to subscript something that is not an
917 error ("cannot subscript something of type `%s'", name);
919 error ("cannot subscript requested type");
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTML.pm145 subscript=sub
H A DRTF.pm99 superscript=super subscript=sub strikethrough=strike
/openbsd-current/gnu/usr.bin/perl/
H A Dtoke.c4454 * Returns TRUE if there's more to the expression (e.g., a subscript),
4586 weight -= 5; /* cope with negative subscript */
H A Dop.c8109 set as required. C<listval> and C<subscript> supply the parameters of
8117 Perl_newSLICEOP(pTHX_ I32 flags, OP *subscript, OP *listval) argument
8120 list(op_force_list(subscript)),
H A Dproto.h2935 Perl_newSLICEOP(pTHX_ I32 flags, OP *subscript, OP *listop)

Completed in 417 milliseconds