Home
last modified time | relevance | path

Searched refs:skipdel (Results 1 – 7 of 7) sorted by last modified time

/dports/misc/mmv/mmv-1.01b.orig/
H A Dmmv.c386 static int skipdel(/* REP *p */);
518 scandeletes(skipdel);
2356 static int skipdel(p) in skipdel() function
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dhrtfearly.c220 AUXCH cross, l, delp, skipdel; member
262 int32_t *skipdel; in early_init() local
593 if (!p->skipdel.auxp || p->skipdel.size < impulses * sizeof(int32_t)) in early_init()
757 skipdel = (int32_t *)p->skipdel.auxp; in early_init()
760 skipdel[i] = i * maxdelsamps; in early_init()
894 int32_t *skipdel = (int32_t *)p->skipdel.auxp; in early_process() local
1065 pos = (int32_t)rp + skipdel[M]; in early_process()
1071 frac*(dell[(pos + 1 < (maxdelsamps + skipdel[M]) ? in early_process()
1072 pos + 1 : skipdel[M])] - dell[pos]); in early_process()
1074 frac*(delr[(pos + 1 < (maxdelsamps + skipdel[M]) ? in early_process()
[all …]
/dports/databases/db18/db-18.1.40/src/os_windows/
H A Dos_unlink.c95 goto skipdel;
101 skipdel:
/dports/databases/db5/db-5.3.28/src/os_windows/
H A Dos_unlink.c95 goto skipdel;
101 skipdel:
/dports/mail/lurker/lurker-2.3/common/
H A DSearch.h53 …onfig& cfg_, Reader* db_, Direction dir_, const MessageId& id_ = MessageId(), bool skipdel = true);
H A DSearch.cpp334 …Search(const Config& cfg_, ESort::Reader* db, Direction dir, const MessageId& source, bool skipdel) in Search() argument
345 if (skipdel) keyword(string("-") + LU_KEYWORD_DELETED); in Search()
/dports/mail/elm/elm2.5.8/src/
H A Dlimit.c327 next_message(iindex, skipdel) in next_message() argument
328 register int iindex, skipdel; in next_message()
347 && (!(stat & DELETED) || (!skipdel))) {
349 (skipdel ? " undeleted" : ""),
360 prev_message(iindex, skipdel) in prev_message() argument
361 register int iindex, skipdel; in prev_message()
375 && (!(stat & DELETED) || (!skipdel))) {
377 (skipdel ? " undeleted" : ""),