Searched refs:vp (Results 1 - 25 of 804) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.ext/
H A Darray3.C5 void *vp; variable
9 int i = (*((int (*)[i]) vp))[0];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.ext/
H A Darray3.C5 void *vp; variable
9 int i = (*((int (*)[i]) vp))[0];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dderef1.C8 void fn (void *vp, volatile void *vvp) argument
10 *vp; // { dg-error "" } not a pointer to object
12 &*vp; // { dg-error "" } not a pointer to object
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dderef1.C8 void fn (void *vp, volatile void *vvp) argument
10 *vp; // { dg-error "" } not a pointer to object
12 &*vp; // { dg-error "" } not a pointer to object
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900428_02.C13 void *vp; variable
18 vp++; /* { dg-error "" } */
19 ++vp; /* { dg-error "" } */
20 vp--; /* { dg-error "" } */
21 --vp; /* { dg-error "" } */
H A D900210_08.C12 void *vp; variable
16 vp = ccp; /* { dg-error "" } */
H A D900210_03.C11 void* vp; variable
20 cp = vp; /* { dg-error "" } */
21 ip = vp; /* { dg-error "" } */
22 ep = vp; /* { dg-error "" } */
23 sp = vp; /* { dg-error "" } */
24 fp = vp; /* { dg-error "" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900428_02.C13 void *vp; variable
18 vp++; /* { dg-error "" } */
19 ++vp; /* { dg-error "" } */
20 vp--; /* { dg-error "" } */
21 --vp; /* { dg-error "" } */
H A D900210_08.C12 void *vp; variable
16 vp = ccp; /* { dg-error "" } */
H A D900210_03.C11 void* vp; variable
20 cp = vp; /* { dg-error "" } */
21 ip = vp; /* { dg-error "" } */
22 ep = vp; /* { dg-error "" } */
23 sp = vp; /* { dg-error "" } */
24 fp = vp; /* { dg-error "" } */
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_left.c36 v_left(SCR *sp, VICMD *vp) argument
44 if (vp->m_start.cno == 0) {
50 cnt = F_ISSET(vp, VC_C1SET) ? vp->count : 1;
51 if (vp->m_start.cno > cnt)
52 vp->m_stop.cno = vp->m_start.cno - cnt;
54 vp->m_stop.cno = 0;
61 if (ISMOTION(vp))
62 --vp
74 v_cfirst(SCR *sp, VICMD *vp) argument
141 v_first(SCR *sp, VICMD *vp) argument
203 v_ncol(SCR *sp, VICMD *vp) argument
263 v_zero(SCR *sp, VICMD *vp) argument
[all...]
H A Dv_right.c36 v_right(SCR *sp, VICMD *vp) argument
41 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
62 vp->m_stop.cno = vp->m_start.cno +
63 (F_ISSET(vp, VC_C1SET) ? vp->count : 1);
64 if (vp->m_start.cno == len - 1 && !ISMOTION(vp)) {
68 if (vp->m_stop.cno >= len) {
69 vp
86 v_dollar(SCR *sp, VICMD *vp) argument
[all...]
H A Dv_mark.c40 v_mark(SCR *sp, VICMD *vp) argument
42 return (mark_set(sp, vp->character, &vp->m_start, 1));
61 v_bmark(SCR *sp, VICMD *vp) argument
63 return (mark(sp, vp, 1, BQMARK));
75 v_fmark(SCR *sp, VICMD *vp) argument
77 return (mark(sp, vp, 1, FQMARK));
87 v_emark(SCR *sp, VICMD *vp) argument
91 smp = HMAP + vp->ev.e_lno;
96 vp
107 mark(SCR *sp, VICMD *vp, int getmark, enum which cmd) argument
[all...]
H A Dv_xchar.c36 v_xchar(SCR *sp, VICMD *vp) argument
41 if (db_eget(sp, vp->m_start.lno, NULL, &len, &isempty)) {
60 if (F_ISSET(vp, VC_C1SET))
61 vp->m_stop.cno += vp->count - 1;
62 if (vp->m_stop.cno >= len - 1) {
63 vp->m_stop.cno = len - 1;
64 vp->m_final.cno = vp->m_start.cno ? vp
83 v_Xchar(SCR *sp, VICMD *vp) argument
[all...]
H A Dv_put.c38 v_Put(SCR *sp, VICMD *vp) argument
42 if (F_ISSET(vp, VC_ISDOT))
43 inc_buf(sp, vp);
50 for (cnt = F_ISSET(vp, VC_C1SET) ? vp->count : 1; cnt--;) {
52 F_ISSET(vp, VC_BUFFER) ? &vp->buffer : NULL,
53 &vp->m_start, &vp->m_final, 0))
55 vp
69 v_put(SCR *sp, VICMD *vp) argument
109 inc_buf(SCR *sp, VICMD *vp) argument
[all...]
H A Dv_scroll.c72 v_lgoto(SCR *sp, VICMD *vp) argument
76 if (F_ISSET(vp, VC_C1SET)) {
77 if (!db_exist(sp, vp->count)) {
82 if (vp->count == 1) {
88 v_eof(sp, &vp->m_start);
91 vp->m_stop.lno = vp->count;
95 vp->m_stop.lno = nlines ? nlines : 1;
97 goto_adjust(vp);
109 v_home(SCR *sp, VICMD *vp) argument
126 v_middle(SCR *sp, VICMD *vp) argument
147 v_bottom(SCR *sp, VICMD *vp) argument
157 goto_adjust(VICMD *vp) argument
210 v_up(SCR *sp, VICMD *vp) argument
232 v_cr(SCR *sp, VICMD *vp) argument
253 v_down(SCR *sp, VICMD *vp) argument
274 v_hpageup(SCR *sp, VICMD *vp) argument
298 v_hpagedown(SCR *sp, VICMD *vp) argument
326 v_pagedown(SCR *sp, VICMD *vp) argument
372 v_pageup(SCR *sp, VICMD *vp) argument
418 v_lineup(SCR *sp, VICMD *vp) argument
438 v_linedown(SCR *sp, VICMD *vp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg20.C5 void *vp; variable
9 vp != fp; // { dg-error "forbids comparison" } no conversion from pfn to void*
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dwarn-1.c13 void *vp; local
15 foo (vp); /* { dg-bogus "passing argument 1 of" } */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Drfg20.C5 void *vp; variable
9 vp != fp; // { dg-error "" } no conversion from pfn to void*
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dwarn-1.c13 void *vp; local
15 foo (vp); /* { dg-warning "passing argument 1 of" } */
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dpercentm.c56 static VSTRING *vp; local
59 if (vp == 0)
60 vp = vstring_alloc(100); /* grows on demand */
61 VSTRING_RESET(vp);
66 VSTRING_ADDCH(vp, *ip++);
71 VSTRING_ADDCH(vp, *ip++);
74 VSTRING_ADDCH(vp, *ip++);
77 vstring_strcat(vp, strerror(err));
83 VSTRING_TERMINATE(vp);
84 return (vstring_str(vp));
[all...]
H A Dvstring.c14 /* vstring_ctl(vp, type, value, ..., VSTRING_CTL_END)
15 /* VSTRING *vp;
18 /* VSTRING *vstring_free(vp)
19 /* VSTRING *vp;
21 /* char *vstring_str(vp)
22 /* VSTRING *vp;
24 /* ssize_t VSTRING_LEN(vp)
25 /* VSTRING *vp;
27 /* char *vstring_end(vp)
28 /* VSTRING *vp;
345 VSTRING *vp; local
365 vstring_free(VSTRING *vp) argument
375 vstring_ctl(VSTRING *vp,...) argument
397 vstring_truncate(VSTRING *vp, ssize_t len) argument
413 vstring_strcpy(VSTRING *vp, const char *src) argument
427 vstring_strncpy(VSTRING *vp, const char *src, ssize_t len) argument
441 vstring_strcat(VSTRING *vp, const char *src) argument
453 vstring_strncat(VSTRING *vp, const char *src, ssize_t len) argument
465 vstring_memcpy(VSTRING *vp, const char *src, ssize_t len) argument
477 vstring_memcat(VSTRING *vp, const char *src, ssize_t len) argument
488 vstring_memchr(VSTRING *vp, int ch) argument
500 vstring_insert(VSTRING *vp, ssize_t start, const char *buf, ssize_t len) argument
527 vstring_prepend(VSTRING *vp, const char *buf, ssize_t len) argument
551 vstring_export(VSTRING *vp) argument
565 VSTRING *vp; local
579 vstring_sprintf(VSTRING *vp, const char *format,...) argument
591 vstring_vsprintf(VSTRING *vp, const char *format, va_list ap) argument
601 vstring_sprintf_append(VSTRING *vp, const char *format,...) argument
613 vstring_vsprintf_append(VSTRING *vp, const char *format, va_list ap) argument
622 vstring_sprintf_prepend(VSTRING *vp, const char *format,...) argument
654 VSTRING *vp = vstring_alloc(1); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11482.C4 void *vp; variable
9 e = (E)vp; // { dg-error "" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11482.C4 void *vp; variable
9 e = (E)vp; // { dg-error "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dxcoffsolib.c39 struct vmap *vp = vmap; local
43 if (vp == NULL)
45 for (vp = vp->nxt; vp; vp = vp->nxt)
46 if (vp->tstart <= addr && addr < vp->tend)
50 vp
66 struct vmap *vp = vmap; local
122 struct vmap *vp = vmap; local
[all...]

Completed in 164 milliseconds

1234567891011>>