Home
last modified time | relevance | path

Searched refs:wp (Results 26 – 50 of 3985) sorted by relevance

12345678910>>...160

/dports/devel/smake/schily-2021-09-18/ved/
H A Ddelcmds.c53 nchars = wp->eof-wp->dot;
63 dispup(wp, wp->dot, wp->dot+nchars);
100 wp->dot = wp->window;
123 wp->curnum = wp->eof-wp->dot;
139 wp->curnum = wp->dot;
151 wp->curnum = forwword(wp, wp->dot, wp->curnum) - wp->dot;
164 pos = revword(wp, wp->dot, wp->curnum);
176 wp->curnum = forwline(wp, wp->dot, wp->curnum) - wp->dot;
187 wp->curnum = forwpara(wp, wp->dot, wp->curnum) - wp->dot;
200 delchars(wp, wp->mark-wp->dot);
[all …]
H A Dtakecmds.c82 new = forwline(wp, wp->dot, wp->curnum);
83 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
102 new = forwpara(wp, wp->dot, wp->curnum);
103 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
119 if (wp->curnum + wp->dot > wp->eof)
120 wp->curnum = wp->eof - wp->dot;
121 wsave(wp, wp->dot, (epos_t)wp->curnum);
139 new = forwword(wp, wp->dot, wp->curnum);
140 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
155 wsave(wp, wp->mark, (epos_t)(wp->dot-wp->mark));
[all …]
H A Dcoloncmds.c392 if (getint(wp, &i, 1, wp->psize - wp->pmargin))
407 if (getint(wp, &i, 0, min(wp->psize/2, wp->optline)))
420 if (getint(wp, &wp->llen, 1, 1000) && wp->llen != save) {
445 if (getint(wp, &wp->psize, 1, 1000) && wp->psize != save) {
446 if (wp->optline == save/2 || wp->optline > wp->psize)
447 wp->optline = wp->psize/2;
448 if (wp->pmargin > min(wp->psize/2, wp->optline))
464 if (getint(wp, &wp->tabstop, 1, wp->llen) && wp->tabstop != save) {
504 getint(wp, &wp->wrapmargin, 0, wp->llen);
539 wp->psize, wp->llen, wp->optline);
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/ved/
H A Ddelcmds.c53 nchars = wp->eof-wp->dot;
63 dispup(wp, wp->dot, wp->dot+nchars);
100 wp->dot = wp->window;
123 wp->curnum = wp->eof-wp->dot;
139 wp->curnum = wp->dot;
151 wp->curnum = forwword(wp, wp->dot, wp->curnum) - wp->dot;
164 pos = revword(wp, wp->dot, wp->curnum);
176 wp->curnum = forwline(wp, wp->dot, wp->curnum) - wp->dot;
187 wp->curnum = forwpara(wp, wp->dot, wp->curnum) - wp->dot;
200 delchars(wp, wp->mark-wp->dot);
[all …]
H A Dtakecmds.c82 new = forwline(wp, wp->dot, wp->curnum);
83 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
102 new = forwpara(wp, wp->dot, wp->curnum);
103 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
119 if (wp->curnum + wp->dot > wp->eof)
120 wp->curnum = wp->eof - wp->dot;
121 wsave(wp, wp->dot, (epos_t)wp->curnum);
139 new = forwword(wp, wp->dot, wp->curnum);
140 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
155 wsave(wp, wp->mark, (epos_t)(wp->dot-wp->mark));
[all …]
H A Dcoloncmds.c392 if (getint(wp, &i, 1, wp->psize - wp->pmargin))
407 if (getint(wp, &i, 0, min(wp->psize/2, wp->optline)))
420 if (getint(wp, &wp->llen, 1, 1000) && wp->llen != save) {
445 if (getint(wp, &wp->psize, 1, 1000) && wp->psize != save) {
446 if (wp->optline == save/2 || wp->optline > wp->psize)
447 wp->optline = wp->psize/2;
448 if (wp->pmargin > min(wp->psize/2, wp->optline))
464 if (getint(wp, &wp->tabstop, 1, wp->llen) && wp->tabstop != save) {
504 getint(wp, &wp->wrapmargin, 0, wp->llen);
539 wp->psize, wp->llen, wp->optline);
[all …]
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dwator.c313 wp->xb + wp->xs * col, wp->yb + wp->ys * row, in drawcell()
944 wp->xs = wp->ys; in init_wator()
950 wp->xb = (wp->width - wp->xs * nccols) / 2 + wp->xs / 2; in init_wator()
983 wp->xs = wp->ys = MAX(MINSIZE, MIN(wp->width, wp->height) / in init_wator()
998 wp->ncols = MAX(wp->width / wp->xs, 2); in init_wator()
999 wp->nrows = MAX(wp->height / wp->ys, 2); in init_wator()
1000 wp->xb = (wp->width - wp->xs * wp->ncols) / 2; in init_wator()
1001 wp->yb = (wp->height - wp->ys * wp->nrows) / 2; in init_wator()
1029 wp->xb = (wp->width - wp->xs * wp->ncols) / 2 + wp->xs / 2; in init_wator()
1030 wp->yb = (wp->height - wp->ys * wp->nrows) / 2 + wp->ys / 2; in init_wator()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/ved/
H A Dtakecmds.c82 new = forwline(wp, wp->dot, wp->curnum);
83 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
102 new = forwpara(wp, wp->dot, wp->curnum);
103 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
119 if (wp->curnum + wp->dot > wp->eof)
120 wp->curnum = wp->eof - wp->dot;
121 wsave(wp, wp->dot, (epos_t)wp->curnum);
139 new = forwword(wp, wp->dot, wp->curnum);
140 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
155 wsave(wp, wp->mark, (epos_t)(wp->dot-wp->mark));
[all …]
H A Dcoloncmds.c392 if (getint(wp, &i, 1, wp->psize - wp->pmargin))
407 if (getint(wp, &i, 0, min(wp->psize/2, wp->optline)))
420 if (getint(wp, &wp->llen, 1, 1000) && wp->llen != save) {
445 if (getint(wp, &wp->psize, 1, 1000) && wp->psize != save) {
446 if (wp->optline == save/2 || wp->optline > wp->psize)
447 wp->optline = wp->psize/2;
448 if (wp->pmargin > min(wp->psize/2, wp->optline))
464 if (getint(wp, &wp->tabstop, 1, wp->llen) && wp->tabstop != save) {
504 getint(wp, &wp->wrapmargin, 0, wp->llen);
539 wp->psize, wp->llen, wp->optline);
[all …]
/dports/devel/sccs/schily-2021-09-18/ved/
H A Dtakecmds.c82 new = forwline(wp, wp->dot, wp->curnum);
83 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
102 new = forwpara(wp, wp->dot, wp->curnum);
103 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
119 if (wp->curnum + wp->dot > wp->eof)
120 wp->curnum = wp->eof - wp->dot;
121 wsave(wp, wp->dot, (epos_t)wp->curnum);
139 new = forwword(wp, wp->dot, wp->curnum);
140 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
155 wsave(wp, wp->mark, (epos_t)(wp->dot-wp->mark));
[all …]
H A Dcoloncmds.c392 if (getint(wp, &i, 1, wp->psize - wp->pmargin))
407 if (getint(wp, &i, 0, min(wp->psize/2, wp->optline)))
420 if (getint(wp, &wp->llen, 1, 1000) && wp->llen != save) {
445 if (getint(wp, &wp->psize, 1, 1000) && wp->psize != save) {
446 if (wp->optline == save/2 || wp->optline > wp->psize)
447 wp->optline = wp->psize/2;
448 if (wp->pmargin > min(wp->psize/2, wp->optline))
464 if (getint(wp, &wp->tabstop, 1, wp->llen) && wp->tabstop != save) {
504 getint(wp, &wp->wrapmargin, 0, wp->llen);
539 wp->psize, wp->llen, wp->optline);
[all …]
/dports/net/rscsi/schily-2021-09-18/ved/
H A Dtakecmds.c82 new = forwline(wp, wp->dot, wp->curnum);
83 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
102 new = forwpara(wp, wp->dot, wp->curnum);
103 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
119 if (wp->curnum + wp->dot > wp->eof)
120 wp->curnum = wp->eof - wp->dot;
121 wsave(wp, wp->dot, (epos_t)wp->curnum);
139 new = forwword(wp, wp->dot, wp->curnum);
140 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
155 wsave(wp, wp->mark, (epos_t)(wp->dot-wp->mark));
[all …]
H A Dcoloncmds.c392 if (getint(wp, &i, 1, wp->psize - wp->pmargin))
407 if (getint(wp, &i, 0, min(wp->psize/2, wp->optline)))
420 if (getint(wp, &wp->llen, 1, 1000) && wp->llen != save) {
445 if (getint(wp, &wp->psize, 1, 1000) && wp->psize != save) {
446 if (wp->optline == save/2 || wp->optline > wp->psize)
447 wp->optline = wp->psize/2;
448 if (wp->pmargin > min(wp->psize/2, wp->optline))
464 if (getint(wp, &wp->tabstop, 1, wp->llen) && wp->tabstop != save) {
504 getint(wp, &wp->wrapmargin, 0, wp->llen);
539 wp->psize, wp->llen, wp->optline);
[all …]
/dports/archivers/star/schily-2021-09-18/ved/
H A Dtakecmds.c82 new = forwline(wp, wp->dot, wp->curnum);
83 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
102 new = forwpara(wp, wp->dot, wp->curnum);
103 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
119 if (wp->curnum + wp->dot > wp->eof)
120 wp->curnum = wp->eof - wp->dot;
121 wsave(wp, wp->dot, (epos_t)wp->curnum);
139 new = forwword(wp, wp->dot, wp->curnum);
140 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
155 wsave(wp, wp->mark, (epos_t)(wp->dot-wp->mark));
[all …]
H A Dcoloncmds.c392 if (getint(wp, &i, 1, wp->psize - wp->pmargin))
407 if (getint(wp, &i, 0, min(wp->psize/2, wp->optline)))
420 if (getint(wp, &wp->llen, 1, 1000) && wp->llen != save) {
445 if (getint(wp, &wp->psize, 1, 1000) && wp->psize != save) {
446 if (wp->optline == save/2 || wp->optline > wp->psize)
447 wp->optline = wp->psize/2;
448 if (wp->pmargin > min(wp->psize/2, wp->optline))
464 if (getint(wp, &wp->tabstop, 1, wp->llen) && wp->tabstop != save) {
504 getint(wp, &wp->wrapmargin, 0, wp->llen);
539 wp->psize, wp->llen, wp->optline);
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/ved/
H A Dtakecmds.c82 new = forwline(wp, wp->dot, wp->curnum);
83 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
102 new = forwpara(wp, wp->dot, wp->curnum);
103 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
119 if (wp->curnum + wp->dot > wp->eof)
120 wp->curnum = wp->eof - wp->dot;
121 wsave(wp, wp->dot, (epos_t)wp->curnum);
139 new = forwword(wp, wp->dot, wp->curnum);
140 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
155 wsave(wp, wp->mark, (epos_t)(wp->dot-wp->mark));
[all …]
H A Dcoloncmds.c392 if (getint(wp, &i, 1, wp->psize - wp->pmargin))
407 if (getint(wp, &i, 0, min(wp->psize/2, wp->optline)))
420 if (getint(wp, &wp->llen, 1, 1000) && wp->llen != save) {
445 if (getint(wp, &wp->psize, 1, 1000) && wp->psize != save) {
446 if (wp->optline == save/2 || wp->optline > wp->psize)
447 wp->optline = wp->psize/2;
448 if (wp->pmargin > min(wp->psize/2, wp->optline))
464 if (getint(wp, &wp->tabstop, 1, wp->llen) && wp->tabstop != save) {
504 getint(wp, &wp->wrapmargin, 0, wp->llen);
539 wp->psize, wp->llen, wp->optline);
[all …]
/dports/editors/ved/schily-2021-09-18/ved/
H A Dtakecmds.c82 new = forwline(wp, wp->dot, wp->curnum);
83 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
102 new = forwpara(wp, wp->dot, wp->curnum);
103 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
119 if (wp->curnum + wp->dot > wp->eof)
120 wp->curnum = wp->eof - wp->dot;
121 wsave(wp, wp->dot, (epos_t)wp->curnum);
139 new = forwword(wp, wp->dot, wp->curnum);
140 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
155 wsave(wp, wp->mark, (epos_t)(wp->dot-wp->mark));
[all …]
H A Dcoloncmds.c392 if (getint(wp, &i, 1, wp->psize - wp->pmargin))
407 if (getint(wp, &i, 0, min(wp->psize/2, wp->optline)))
420 if (getint(wp, &wp->llen, 1, 1000) && wp->llen != save) {
445 if (getint(wp, &wp->psize, 1, 1000) && wp->psize != save) {
446 if (wp->optline == save/2 || wp->optline > wp->psize)
447 wp->optline = wp->psize/2;
448 if (wp->pmargin > min(wp->psize/2, wp->optline))
464 if (getint(wp, &wp->tabstop, 1, wp->llen) && wp->tabstop != save) {
504 getint(wp, &wp->wrapmargin, 0, wp->llen);
539 wp->psize, wp->llen, wp->optline);
[all …]
/dports/devel/schilybase/schily-2021-09-18/ved/
H A Dtakecmds.c82 new = forwline(wp, wp->dot, wp->curnum);
83 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
102 new = forwpara(wp, wp->dot, wp->curnum);
103 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
119 if (wp->curnum + wp->dot > wp->eof)
120 wp->curnum = wp->eof - wp->dot;
121 wsave(wp, wp->dot, (epos_t)wp->curnum);
139 new = forwword(wp, wp->dot, wp->curnum);
140 wsave(wp, wp->dot, (epos_t)(new-wp->dot));
155 wsave(wp, wp->mark, (epos_t)(wp->dot-wp->mark));
[all …]
H A Dcoloncmds.c392 if (getint(wp, &i, 1, wp->psize - wp->pmargin))
407 if (getint(wp, &i, 0, min(wp->psize/2, wp->optline)))
420 if (getint(wp, &wp->llen, 1, 1000) && wp->llen != save) {
445 if (getint(wp, &wp->psize, 1, 1000) && wp->psize != save) {
446 if (wp->optline == save/2 || wp->optline > wp->psize)
447 wp->optline = wp->psize/2;
448 if (wp->pmargin > min(wp->psize/2, wp->optline))
464 if (getint(wp, &wp->tabstop, 1, wp->llen) && wp->tabstop != save) {
504 getint(wp, &wp->wrapmargin, 0, wp->llen);
539 wp->psize, wp->llen, wp->optline);
[all …]
/dports/devel/9base/9base-6/lib9/sec/
H A Dsha1block.c20 for(wp = w; wp < wend; wp += 5){ in _sha1block()
54 x = wp[-2] ^ wp[-7] ^ wp[-13] ^ wp[-15]; in _sha1block()
60 x = wp[-1] ^ wp[-6] ^ wp[-12] ^ wp[-14]; in _sha1block()
66 x = wp[0] ^ wp[-5] ^ wp[-11] ^ wp[-13]; in _sha1block()
72 x = wp[1] ^ wp[-4] ^ wp[-10] ^ wp[-12]; in _sha1block()
83 x = wp[-3] ^ wp[-8] ^ wp[-14] ^ wp[-16]; in _sha1block()
89 x = wp[-2] ^ wp[-7] ^ wp[-13] ^ wp[-15]; in _sha1block()
95 x = wp[-1] ^ wp[-6] ^ wp[-12] ^ wp[-14]; in _sha1block()
101 x = wp[0] ^ wp[-5] ^ wp[-11] ^ wp[-13]; in _sha1block()
107 x = wp[1] ^ wp[-4] ^ wp[-10] ^ wp[-12]; in _sha1block()
[all …]
/dports/net/drawterm/drawterm/posix-arm/
H A Dsha1block.c22 for(wp = w; wp < wend; wp += 5){ in _sha1block()
56 x = wp[-2] ^ wp[-7] ^ wp[-13] ^ wp[-15]; in _sha1block()
62 x = wp[-1] ^ wp[-6] ^ wp[-12] ^ wp[-14]; in _sha1block()
68 x = wp[0] ^ wp[-5] ^ wp[-11] ^ wp[-13]; in _sha1block()
74 x = wp[1] ^ wp[-4] ^ wp[-10] ^ wp[-12]; in _sha1block()
85 x = wp[-3] ^ wp[-8] ^ wp[-14] ^ wp[-16]; in _sha1block()
91 x = wp[-2] ^ wp[-7] ^ wp[-13] ^ wp[-15]; in _sha1block()
97 x = wp[-1] ^ wp[-6] ^ wp[-12] ^ wp[-14]; in _sha1block()
103 x = wp[0] ^ wp[-5] ^ wp[-11] ^ wp[-13]; in _sha1block()
109 x = wp[1] ^ wp[-4] ^ wp[-10] ^ wp[-12]; in _sha1block()
[all …]
/dports/net/drawterm/drawterm/libsec/
H A Dsha1block.c20 for(wp = w; wp < wend; wp += 5){ in _sha1block()
54 x = wp[-2] ^ wp[-7] ^ wp[-13] ^ wp[-15]; in _sha1block()
60 x = wp[-1] ^ wp[-6] ^ wp[-12] ^ wp[-14]; in _sha1block()
66 x = wp[0] ^ wp[-5] ^ wp[-11] ^ wp[-13]; in _sha1block()
72 x = wp[1] ^ wp[-4] ^ wp[-10] ^ wp[-12]; in _sha1block()
83 x = wp[-3] ^ wp[-8] ^ wp[-14] ^ wp[-16]; in _sha1block()
89 x = wp[-2] ^ wp[-7] ^ wp[-13] ^ wp[-15]; in _sha1block()
95 x = wp[-1] ^ wp[-6] ^ wp[-12] ^ wp[-14]; in _sha1block()
101 x = wp[0] ^ wp[-5] ^ wp[-11] ^ wp[-13]; in _sha1block()
107 x = wp[1] ^ wp[-4] ^ wp[-10] ^ wp[-12]; in _sha1block()
[all …]
/dports/net/drawterm/drawterm/posix-power/
H A Dsha1block.c22 for(wp = w; wp < wend; wp += 5){ in _sha1block()
56 x = wp[-2] ^ wp[-7] ^ wp[-13] ^ wp[-15]; in _sha1block()
62 x = wp[-1] ^ wp[-6] ^ wp[-12] ^ wp[-14]; in _sha1block()
68 x = wp[0] ^ wp[-5] ^ wp[-11] ^ wp[-13]; in _sha1block()
74 x = wp[1] ^ wp[-4] ^ wp[-10] ^ wp[-12]; in _sha1block()
85 x = wp[-3] ^ wp[-8] ^ wp[-14] ^ wp[-16]; in _sha1block()
91 x = wp[-2] ^ wp[-7] ^ wp[-13] ^ wp[-15]; in _sha1block()
97 x = wp[-1] ^ wp[-6] ^ wp[-12] ^ wp[-14]; in _sha1block()
103 x = wp[0] ^ wp[-5] ^ wp[-11] ^ wp[-13]; in _sha1block()
109 x = wp[1] ^ wp[-4] ^ wp[-10] ^ wp[-12]; in _sha1block()
[all …]

12345678910>>...160