Home
last modified time | relevance | path

Searched refs:nextw (Results 1 – 25 of 73) sorted by relevance

123

/dports/editors/jupp/jupp/
H A Dw.c423 W *nextw; in wgrow() local
430 for (nextw = w->link.next; nextw->fixed && nextw != w->t->topwin; nextw = nextw->link.next) ; in wgrow()
433 if (nextw == w->t->topwin || nextw->y == -1 || nextw->h <= FITHEIGHT) in wgrow()
440 seth(nextw, nextw->h - 1); in wgrow()
452 W *nextw; in wshrink() local
463 for (nextw = w->link.next; nextw != w->t->topwin && nextw->fixed; nextw = nextw->link.next) ; in wshrink()
464 if (nextw == w->t->topwin) in wshrink()
471 seth(nextw, nextw->h + 1); in wshrink()
H A Djupprc581 nextw .k8
582 nextw ^K N
583 nextw ^K ^N
584 nextw ^K n
585 nextw ^[ [ 1 9 ~
635 …roidz psh,splitw,prevw,scratch,"nbc-Output",rtn,nextw,save,markk,bol,markb,prevw,prevw,blkcpy,next…
/dports/editors/joe/joe-4.6/joe/
H A Dw.c439 W *nextw; in wgrow() local
446 for (nextw = w->link.next; nextw->fixed && nextw != w->t->topwin; nextw = nextw->link.next) ; in wgrow()
449 if (nextw == w->t->topwin || nextw->y == -1 || nextw->h <= FITHEIGHT) in wgrow()
456 seth(nextw, nextw->h - 1); in wgrow()
468 W *nextw; in wshrink() local
479 for (nextw = w->link.next; nextw != w->t->topwin && nextw->fixed; nextw = nextw->link.next) ; in wshrink()
480 if (nextw == w->t->topwin) in wshrink()
487 seth(nextw, nextw->h + 1); in wshrink()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Duserreg.c302 Widget nextw;
305 nextw = widgets.userreg.passwd_txt;
307 nextw = widgets.userreg.vpasswd_txt;
309 nextw = widgets.userreg.hint_txt;
311 nextw = widgets.userreg.email_txt;
313 nextw = widgets.userreg.region_chg_btn;
315 nextw = widgets.userreg.age_txt;
317 nextw = widgets.userreg.male_btn;
322 XmProcessTraversal(nextw, XmTRAVERSE_CURRENT);
H A Ddbprog.c4629 Widget nextw; in dbprog_focus_next() local
4636 nextw = widgets.dbextd.the_btn; in dbprog_focus_next()
4638 nextw = widgets.dbextd.year_txt; in dbprog_focus_next()
4648 nextw = widgets.dbextt.the_btn; in dbprog_focus_next()
4656 nextw = widgets.dbextt.bpm_txt; in dbprog_focus_next()
4678 nextw = widgets.auth.pass_txt; in dbprog_focus_next()
4680 nextw = widgets.auth.ok_btn; in dbprog_focus_next()
5682 Widget nextw; in dbprog_fullname() local
5933 Widget nextw; in dbprog_fullname_ok() local
5937 nextw = NULL; in dbprog_fullname_ok()
[all …]
H A Dwwwwarp.c1120 Widget nextw; in wwwwarp_focus_next() local
1123 nextw = widgets.submiturl.name_txt; in wwwwarp_focus_next()
1125 nextw = widgets.submiturl.url_txt; in wwwwarp_focus_next()
1127 nextw = widgets.submiturl.desc_txt; in wwwwarp_focus_next()
1132 XmProcessTraversal(nextw, XmTRAVERSE_CURRENT); in wwwwarp_focus_next()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphonemelist.cpp312 int nextw; in MakePhonemeList() local
316 for(nextw=j; nextw < n_ph_list3;) in MakePhonemeList()
318 if(ph_list3[nextw].stresslevel > word_stress) in MakePhonemeList()
319 word_stress = ph_list3[nextw].stresslevel; in MakePhonemeList()
321 nextw++; in MakePhonemeList()
322 if(ph_list3[nextw].sourceix) in MakePhonemeList()
325 for(k=j; k<nextw; k++) in MakePhonemeList()
329 j = nextw; in MakePhonemeList()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphonemelist.cpp260 int nextw; in MakePhonemeList() local
264 for (nextw = j; nextw < n_ph_list3;) { in MakePhonemeList()
265 if (ph_list3[nextw].stresslevel > word_stress) in MakePhonemeList()
266 word_stress = ph_list3[nextw].stresslevel; in MakePhonemeList()
268 nextw++; in MakePhonemeList()
269 if (ph_list3[nextw].sourceix) in MakePhonemeList()
272 for (k = j; k < nextw; k++) in MakePhonemeList()
274 j = nextw; in MakePhonemeList()
/dports/irc/sic/sic-0.23a/
H A Dwindow.c97 wtmp = wtmp->nextw;
452 wtmp = wtmp->nextw; in display_status()
520 while (w->nextw) in sic_newwin()
521 w = w->nextw; in sic_newwin()
522 w->nextw = new; in sic_newwin()
582 wtmp = wtmp->nextw;
657 || !wlist->nextw)
702 wtmp = wtmp->nextw;
839 wtmp = wtmp->nextw; in sic_wdcc()
1696 w = w->nextw;
[all …]
/dports/databases/kexi/kexi-3.2.0/src/formeditor/
H A Dcontainer.cpp937 QWidget *nextw = *it2; in createGridLayout() local
938 if ((w->y() >= nextw->y()) || (nextw->y() >= w->geometry().bottom())) in createGridLayout()
945 if ((nextw->y() - w->y()) > qAbs(nextw->x() - w->x())) in createGridLayout()
946 nextw->move(nextw->x(), w->geometry().bottom() + 1); in createGridLayout()
947 else if (nextw->x() >= w->x()) in createGridLayout()
948 nextw->move(w->geometry().right() + 1, nextw->y()); in createGridLayout()
950 w->move(nextw->geometry().right() + 1, nextw->y()); in createGridLayout()
970 QWidget *nextw = *it2; in createGridLayout() local
971 if (nextw->y() >= end) in createGridLayout()
996 QWidget *nextw = *it2; in createGridLayout() local
[all …]
/dports/audio/sphinx3/sphinx3-0.8/src/programs/
H A Ds3_align.c453 s3wid_t nextw, in append_transcript_word() argument
820 s3wid_t w, nextw; in align_build_sent_hmm() local
870 nextw = dict->finishwid; in align_build_sent_hmm()
875 nextw = dict_wordid(dict, wdcopy); in align_build_sent_hmm()
876 if (IS_S3WID(nextw)) in align_build_sent_hmm()
877 nextw = dict_basewid(dict, nextw); in align_build_sent_hmm()
887 w = nextw; in align_build_sent_hmm()
898 nextw = dict->finishwid; in align_build_sent_hmm()
903 nextw = dict_wordid(dict, wdcopy); in align_build_sent_hmm()
904 if (IS_S3WID(nextw)) in align_build_sent_hmm()
[all …]
/dports/mail/alpine/alpine-465e23b/doc/tech-notes/
H A Dpnuts.4tech-notes26 $nextw='<IMG SRC="../graphics/BPnext.gif" ALT="[Next]">';
82 printf( NEWCURR " <a href=\"%s\">$nextw</a>", $nextfile);
/dports/editors/pico-alpine/alpine-465e23b/doc/tech-notes/
H A Dpnuts.4tech-notes26 $nextw='<IMG SRC="../graphics/BPnext.gif" ALT="[Next]">';
82 printf( NEWCURR " <a href=\"%s\">$nextw</a>", $nextfile);
/dports/mail/lurker/lurker-2.3/libesort/
H A DFile.cpp190 unsigned char* nextw = tailw - 1 - f->p->keyWidth(); in inverseBuffer() local
195 nextw[i] = thisLength; in inverseBuffer()
215 w = nextw; in inverseBuffer()
/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dncommand.c271 char *nextw = retr = malloc(1); local
277 nextw[-1] = '\'';
280 *nextw = '\0';
287 l = nextw - retr;
293 nextw = retr + l;
294 *nextw = *c;
295 nextw++;
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Daudit_watch.c248 struct audit_watch *owatch, *nwatch, *nextw; in audit_update_watch() local
255 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
323 struct audit_watch *w, *nextw; in audit_remove_parent_watches() local
328 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Daudit_watch.c248 struct audit_watch *owatch, *nwatch, *nextw; in audit_update_watch() local
255 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
323 struct audit_watch *w, *nextw; in audit_remove_parent_watches() local
328 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Daudit_watch.c248 struct audit_watch *owatch, *nwatch, *nextw; in audit_update_watch() local
255 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
323 struct audit_watch *w, *nextw; in audit_remove_parent_watches() local
328 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()
/dports/security/beecrypt/beecrypt-4.2.1/
H A Dmtprng.c65 mp->nextw = mp->state; in mtprngReload()
166 tmp = *(mp->nextw++); in mtprngNext()
/dports/security/beecrypt/beecrypt-4.2.1/include/beecrypt/
H A Dmtprng.h55 uint32_t* nextw; member
/dports/security/clamav-lts/clamav-0.103.5/libclamav/nsis/
H A Dinfblock.c245 int nextw=w; in huft_build() local
248 while (k > (nextw=w + l)) in huft_build()
253 z = g - nextw; in huft_build()
255 if ((f = 1 << (j = k - nextw)) > a + 1) /* try a k-w bit table */ in huft_build()
285 w=nextw; /* previous table always l bits */ in huft_build()
/dports/security/clamav/clamav-0.104.2/libclamav/nsis/
H A Dinfblock.c245 int nextw=w; in huft_build() local
248 while (k > (nextw=w + l)) in huft_build()
253 z = g - nextw; in huft_build()
255 if ((f = 1 << (j = k - nextw)) > a + 1) /* try a k-w bit table */ in huft_build()
285 w=nextw; /* previous table always l bits */ in huft_build()
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/list/
H A Dlist.go1085 var nextw gowid.IWidget
1088 nextw = w.Walker().At(next)
1089 if nextw == nil {
1092 if nextw.Selectable() {
1095 curLinesNoFocus += gowid.RenderSize(nextw, subRenderSize, gowid.NotSelected, app).BoxRows()
1101 nextLines := gowid.RenderSize(nextw, subRenderSize, focus, app).BoxRows()
1121 gowid.RunWidgetCallbacks(w, gowid.FocusCB{}, app, nextw)
/dports/textproc/highlight/highlight-4.1/langDefs/
H A Dampl.lang26 "next", "nextw", "ord", "ord0", "Poisson", "precision", "prev", "prevw",
/dports/games/kpat/kpat-21.12.3/src/patsolve/
H A Dfortyeightsolver.cpp419 const card_t nextw = W[w][Wlen[w]-2]; // Next card after top. in get_possible_moves() local
420 const bool possMultiMove = ( SUIT( nextw ) == SUIT( *Wp[w] ) ) && in get_possible_moves()
421 ( ( RANK( nextw ) - RANK( *Wp[w] ) ) == 1 ); in get_possible_moves()

123