Searched refs:VI (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc90-dupqual-1.c9 typedef volatile int VI; typedef
11 volatile VI v2; /* { dg-error "duplicate" } */
12 volatile VI *v3; /* { dg-error "duplicate" } */
H A Dc99-dupqual-1.c9 typedef volatile int VI; typedef
11 volatile VI v2; /* { dg-bogus "duplicate" } */
12 volatile VI *v3; /* { dg-bogus "duplicate" } */
H A Dgnu89-dupqual-1.c9 typedef volatile int VI; typedef
11 volatile VI v2; /* { dg-bogus "duplicate" } */
12 volatile VI *v3; /* { dg-bogus "duplicate" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dc90-dupqual-1.c9 typedef volatile int VI; typedef
11 volatile VI v2; /* { dg-error "duplicate" } */
12 volatile VI *v3; /* { dg-error "duplicate" } */
H A Dc99-dupqual-1.c9 typedef volatile int VI; typedef
11 volatile VI v2; /* { dg-bogus "duplicate" } */
12 volatile VI *v3; /* { dg-bogus "duplicate" } */
H A Dgnu89-dupqual-1.c9 typedef volatile int VI; typedef
11 volatile VI v2; /* { dg-bogus "duplicate" } */
12 volatile VI *v3; /* { dg-bogus "duplicate" } */
/netbsd-6-1-5-RELEASE/dist/nvi/perl_scripts/
H A Dforall.pl3 my ($i) = $VI::StartLine-1;
4 while (++$i <= $VI::StopLine) {
6 VI::SetLine($VI::ScreenId, $i, $_) if(&$code);
H A Dwc.pl3 $i = $VI::StartLine;
4 while ($i <= $VI::StopLine) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/z8k/
H A Deidi.s22 EI VI
23 DI VI
27 EI VI,NVI
28 EI NVI,VI
29 DI VI,NVI
30 DI NVI,VI
/netbsd-6-1-5-RELEASE/dist/nvi/perl_api/
H A Dperl.xs14 #undef VI
148 char *bootargs[] = { "VI", NULL };
173 perl_call_argv("VI::bootstrap", G_DISCARD, bootargs);
174 perl_eval("$SIG{__WARN__}='VI::Warn'");
211 SvREADONLY_on(pp->svstart = perl_get_sv("VI::StartLine", TRUE));
212 SvREADONLY_on(pp->svstop = perl_get_sv("VI::StopLine", TRUE));
213 SvREADONLY_on(pp->svid = perl_get_sv("VI::ScreenId", TRUE));
268 return sv_bless(rv, gv_stashpv("VI", TRUE));
496 typedef SCR * VI;
511 MODULE = VI PACKAG
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dconf-end.h9 #if defined(EMACS) || defined(VI)
H A Dconfig.h214 #define VI 1 macro
H A Dedit.c144 #ifdef VI
388 #ifdef VI
H A Dmisc.c182 #ifdef VI
305 # ifdef VI
307 # endif /* VI */
314 # ifdef VI
316 # endif /* VI */
H A Dmain.c219 #if defined(EDIT) && defined(VI)
221 #endif /* EDIT && VI */
H A Dsh.h504 #ifdef VI
H A Dlex.c1018 # ifdef VI
1020 # endif /* VI */
H A Dvi.c16 #ifdef VI
2203 #endif /* VI */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h661 #define VINSN_INSN_RTX(VI) ((VI)->insn_rtx)
662 #define VINSN_PATTERN(VI) (PATTERN (VINSN_INSN_RTX (VI)))
664 #define VINSN_ID(VI) (&((VI)->id))
665 #define VINSN_HASH(VI) ((VI)->hash)
666 #define VINSN_HASH_RTX(VI) ((VI)
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/ipc/
H A Dip_run.c62 execp = VI;

Completed in 228 milliseconds