Home
last modified time | relevance | path

Searched refs:nextm (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_cmx.c711 nextm->dsp->hfc_conf = -1; in dsp_cmx_hardware()
741 nextm->dsp->name, in dsp_cmx_hardware()
753 dsp != nextm->dsp && in dsp_cmx_hardware()
799 nextm->dsp->name, in dsp_cmx_hardware()
805 nextm->dsp->pcm_slot_tx, nextm->dsp->pcm_bank_tx, in dsp_cmx_hardware()
806 nextm->dsp->pcm_slot_rx, nextm->dsp->pcm_bank_rx); in dsp_cmx_hardware()
834 nextm->dsp->name, in dsp_cmx_hardware()
845 dsp != nextm->dsp && in dsp_cmx_hardware()
908 nextm->dsp->name, in dsp_cmx_hardware()
915 nextm->dsp->pcm_slot_tx, nextm->dsp->pcm_bank_tx, in dsp_cmx_hardware()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_cmx.c711 nextm->dsp->hfc_conf = -1; in dsp_cmx_hardware()
741 nextm->dsp->name, in dsp_cmx_hardware()
753 dsp != nextm->dsp && in dsp_cmx_hardware()
799 nextm->dsp->name, in dsp_cmx_hardware()
805 nextm->dsp->pcm_slot_tx, nextm->dsp->pcm_bank_tx, in dsp_cmx_hardware()
806 nextm->dsp->pcm_slot_rx, nextm->dsp->pcm_bank_rx); in dsp_cmx_hardware()
834 nextm->dsp->name, in dsp_cmx_hardware()
845 dsp != nextm->dsp && in dsp_cmx_hardware()
908 nextm->dsp->name, in dsp_cmx_hardware()
915 nextm->dsp->pcm_slot_tx, nextm->dsp->pcm_bank_tx, in dsp_cmx_hardware()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_cmx.c711 nextm->dsp->hfc_conf = -1; in dsp_cmx_hardware()
741 nextm->dsp->name, in dsp_cmx_hardware()
753 dsp != nextm->dsp && in dsp_cmx_hardware()
799 nextm->dsp->name, in dsp_cmx_hardware()
805 nextm->dsp->pcm_slot_tx, nextm->dsp->pcm_bank_tx, in dsp_cmx_hardware()
806 nextm->dsp->pcm_slot_rx, nextm->dsp->pcm_bank_rx); in dsp_cmx_hardware()
834 nextm->dsp->name, in dsp_cmx_hardware()
845 dsp != nextm->dsp && in dsp_cmx_hardware()
908 nextm->dsp->name, in dsp_cmx_hardware()
915 nextm->dsp->pcm_slot_tx, nextm->dsp->pcm_bank_tx, in dsp_cmx_hardware()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/sip/
H A Dsip_config.cc153 method = method->nextm; in SIP_AddMethodToList()
160 method->nextm = nullptr; in SIP_AddMethodToList()
167 lastMethod->nextm = method; in SIP_AddMethodToList()
216 SIPMethodNode* next = node->nextm; in SIP_DeleteMethods()
H A Dsip_config.h86 SIPMethodNode* nextm; member
H A Dsip_utils.cc101 method = method->nextm; in SIP_FindMethod()
H A Dsip.cc89 for (; method; method = method->nextm) in GetSIPMethods()
/dports/games/angband/Angband-4.2.2/src/
H A Dmessage.c76 message_t *nextm; in messages_free() local
79 nextm = m->older; in messages_free()
82 m = nextm; in messages_free()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/sip/
H A Dsip_config.c272 method = method->nextm; in DisplaySIPConfig()
502 method = method->nextm; in SIP_AddMethodToList()
519 method->nextm = NULL; in SIP_AddMethodToList()
527 lastMethod->nextm = method; in SIP_AddMethodToList()
556 nextNode = curNode->nextm; in SIP_FreeConfig()
H A Dsip_config.h57 struct _sipMethodlistNode* nextm; member
H A Dsip_utils.c134 method = method->nextm; in SIP_FindMethod()
/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dgamecontrols.cpp200 int nextm=1; variable
206 nextm++; in cycleMusic()
207 nextm%=3; in cycleMusic()
214 nextm=1; in cycleMusic()
263 #define NEXTMUSIC (nextm==0? "intro" : (nextm==1 ? "space1" : "space2" ))
/dports/misc/pdmenu/pdmenu-1.3.6/src/
H A Dmenu.c543 Menu_Type *m=menus, *nextm; in SanityCheckMenus() local
562 nextm=m->last; in SanityCheckMenus()
564 m=nextm; in SanityCheckMenus()
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/html/
H A Ddbhtml.dsl70 (nextm (next-major-component-chunk-element))
71 (navlist (list prev next prevm nextm))
88 ($standard-html-header$ prev next prevm nextm))
130 (nextm (next-major-component-chunk-element)))
H A Ddbnavig.dsl199 (nextm (if (null? navlist)
202 (rnavlist (list prev next prevm nextm)))
238 (else (default-header-navigation nd prev next prevm nextm)))
240 ($user-header-navigation$ prev next prevm nextm)
253 (nextm (if (null? navlist)
256 (rnavlist (list prev next prevm nextm)))
260 ($user-footer-navigation$ prev next prevm nextm)
294 (else (default-footer-navigation nd prev next prevm nextm)))
1048 (nextm (empty-node-list)))
1055 (nextm (empty-node-list)))
/dports/math/form/form-4.2.1/sources/
H A Dfactor.c250 goto nextm; /* match */ in FactorIn()
267 nextm: m += m[1]; in FactorIn()
720 goto nextm; /* match */ in FactorInExpr()
737 nextm: m += m[1]; in FactorInExpr()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dinp.c2397 struct mlist* nextm; member
2481 newm->nextm = NULL; in rem_unused_mos_models()
2495 modellist->nextm = tmpl; in rem_unused_mos_models()
2565 for (tmplist = modellist; tmplist; tmplist = tmplist->nextm) { in rem_unused_mos_models()
2583 for (tmplist = modellist; tmplist; tmplist = tmplist->nextm) { in rem_unused_mos_models()
2599 struct mlist* tlist = modellist->nextm; in rem_unused_mos_models()
/dports/deskutils/remind/remind-03.03.11/src/
H A Drem2ps.c379 char prevm[40], nextm[40]; in DoPsCal() local
409 sscanf(DBufValue(&buf), "%s %d", nextm, &nextdays); in DoPsCal()
555 DoSmallCal(nextm, nextdays, sfirst, SmallCol2, 2); in DoPsCal()
/dports/science/mpqc/mpqc-2.3.1/src/lib/math/isosurf/
H A Dimplicit.c784 INTLIST *m, *nextm; in free_cubetable() local
785 for (m=l->list; m; m=nextm) { in free_cubetable()
786 nextm = m->next; in free_cubetable()
/dports/net/c3270/suite3270-4.0/Common/
H A Dtask.c1237 char *nextm = NULL; in run_macro() local
1277 es = execute_command(ia, a, &nextm, s->macro.last, LAST_BUF); in run_macro()
1278 s->macro.dptr = nextm; in run_macro()
1313 s->macro.dptr = nextm; in run_macro()
1318 a = nextm; in run_macro()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dtask.c1237 char *nextm = NULL; in run_macro() local
1277 es = execute_command(ia, a, &nextm, s->macro.last, LAST_BUF); in run_macro()
1278 s->macro.dptr = nextm; in run_macro()
1313 s->macro.dptr = nextm; in run_macro()
1318 a = nextm; in run_macro()
/dports/games/iortcw/iortcw-1.51c/MP/code/botlib/
H A Dbe_ai_chat.c305 bot_consolemessage_t *m, *nextm; in BotRemoveConsoleMessage() local
313 for ( m = cs->firstmessage; m; m = nextm ) in BotRemoveConsoleMessage()
315 nextm = m->next; in BotRemoveConsoleMessage()
/dports/games/iortcw/iortcw-1.51c/SP/code/botlib/
H A Dbe_ai_chat.c305 bot_consolemessage_t *m, *nextm; in BotRemoveConsoleMessage() local
313 for ( m = cs->firstmessage; m; m = nextm ) in BotRemoveConsoleMessage()
315 nextm = m->next; in BotRemoveConsoleMessage()
/dports/games/ioquake3-server/ioquake3-1.36/code/botlib/
H A Dbe_ai_chat.c298 bot_consolemessage_t *m, *nextm; in BotRemoveConsoleMessage() local
304 for (m = cs->firstmessage; m; m = nextm) in BotRemoveConsoleMessage()
306 nextm = m->next; in BotRemoveConsoleMessage()
/dports/games/ioquake3/ioquake3-1.36/code/botlib/
H A Dbe_ai_chat.c298 bot_consolemessage_t *m, *nextm; in BotRemoveConsoleMessage() local
304 for (m = cs->firstmessage; m; m = nextm) in BotRemoveConsoleMessage()
306 nextm = m->next; in BotRemoveConsoleMessage()

12