Searched refs:csp (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dgetc.c48 cs_init(SCR *sp, VCS *csp) argument
52 if (db_eget(sp, csp->cs_lno, &csp->cs_bp, &csp->cs_len, &isempty)) {
57 if (csp->cs_len == 0 || v_isempty(csp->cs_bp, csp->cs_len)) {
58 csp->cs_cno = 0;
59 csp->cs_flags = CS_EMP;
61 csp
74 cs_next(SCR *sp, VCS *csp) argument
124 cs_fspace(SCR *sp, VCS *csp) argument
144 cs_fblank(SCR *sp, VCS *csp) argument
164 cs_prev(SCR *sp, VCS *csp) argument
213 cs_bblank(SCR *sp, VCS *csp) argument
[all...]
H A Dvs_msg.c645 vs_resolve(SCR *sp, SCR *csp, int forcewait) argument
660 * not, csp is the current screen, used for final cursor positioning.
665 if (csp == NULL)
666 csp = sp;
669 (void)gp->scr_cursor(csp, &oldy, &oldx);
744 (void)gp->scr_move(csp, oldy, oldx);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.ns/
H A Dusing4.C4 namespace csp { namespace
H A Dusing6.C4 namespace csp { namespace
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.ns/
H A Dusing4.C4 namespace csp { namespace
H A Dusing6.C4 namespace csp { namespace
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/
H A Dclosure.c113 Value_t *csp; local
129 for (csp = nucleus; csp < csend; ++csp)
131 symbol = ritem[*csp];
143 csp = nucleus;
154 while (csp < csend && *csp < itemno)
155 *itemsetend++ = *csp++;
157 while (csp < csen
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cris/
H A Dsim-if.c855 USI csp;
876 csp = stacktop;
881 csp -= sizeof (auxv_entries) / sizeof (auxv_entries[0]) * 4 * 2;
883 csp -= (envc + 1) * 4;
884 csp -= (my_argc + 1) * 4;
885 csp -= 4;
889 bfd_putl32 (csp, sp_init);
897 stack_low = (csp - (7168*1024)) & ~8191;
923 write_dword (csp, my_argc);
924 csp
854 USI csp; local
[all...]
/netbsd-6-1-5-RELEASE/dist/pppd/pppstats/
H A Dpppstats.c176 get_ppp_cstats(csp)
177 struct ppp_comp_stats *csp;
225 *csp = creq.stats;
264 get_ppp_cstats(csp)
265 struct ppp_comp_stats *csp;
267 if (strioctl(s, PPPIO_GETCSTAT, csp, 0, sizeof(*csp)) < 0) {
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Drefresh.c636 __LDATA *nsp, *csp, *cp, *cep; local
701 csp = &blank;
703 __CTRACE(__CTRACE_REFRESH, "makech: csp is blank\n");
706 csp = &curscr->alines[wy]->line[wx];
709 "makech: csp is on curscr:(%d,%d)\n", wy, wx);
750 if (memcmp(nsp, csp, sizeof(__LDATA)) == 0) {
753 memcmp(nsp, csp, sizeof(__LDATA)) == 0) {
756 ++csp;
767 __CTRACE(__CTRACE_REFRESH, "makech: csp=(%x,%x,%x,%x,%p)\n",
768 csp
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/dbus/
H A Ddbus_service.c593 add_timeout( DBusTimeout *timeout, void *csp )
595 DBusConnectionState *cs = csp;
609 remove_timeout( DBusTimeout *timeout, void *csp )
611 DBusConnectionState *cs = csp;
628 toggle_timeout( DBusTimeout *timeout, void *csp )
630 DBusConnectionState *cs = csp;
762 add_watch ( DBusWatch *watch, void *csp )
764 DBusConnectionState *cs = csp;
778 remove_watch ( DBusWatch *watch, void *csp )
780 DBusConnectionState *cs = csp;
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcmd3.c965 struct cond_stack_s *csp; local
966 csp = emalloc(sizeof(*csp));
967 csp->c_cond = c_cond;
968 csp->c_next = cond_stack;
969 cond_stack = csp;
976 struct cond_stack_s *csp; local
978 if ((csp = cond_stack) == NULL)
981 c_cond = csp->c_cond;
982 cond_stack = csp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dlist-in-n.d124 1cc: 6402cb0b csp \$2,\$203,\$11
125 1d0: 650cc8cd csp \$12,\$200,205
H A Dlist-in-r.d152 1cc: 6402cb0b csp \$2,\$203,\$11
153 1d0: 650cc8cd csp \$12,\$200,205
H A Dlist-in-rn.d152 1cc: 6402cb0b csp \$2,\$203,\$11
153 1d0: 650cc8cd csp \$12,\$200,205
H A Dlist-insns.d122 1cc: 6402cb0b csp \$2,\$203,\$11
123 1d0: 650cc8cd csp \$12,\$200,205
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c1478 static void testExportPublicKey(HCRYPTPROV csp, PCERT_PUBLIC_KEY_INFO *pInfo) argument
1483 ret = CryptExportPublicKeyInfoEx(csp, 2, 0x00000001,
1495 static void testImportPublicKey(HCRYPTPROV csp, PCERT_PUBLIC_KEY_INFO info) argument
1510 HCRYPTPROV csp; local
1512 CryptAcquireContextA(&csp, cspName, "Microsoft Base Cryptographic Provider v1.0", 1,
1514 ret = CryptAcquireContextA(&csp, cspName, "Microsoft Base Cryptographic Provider v1.0", 1,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/s390/
H A Desa-g5.s124 csp %r6,%r9
H A Desa-g5.d130 .*: b2 50 00 69 [ ]*csp %r6,%r9

Completed in 109 milliseconds