Home
last modified time | relevance | path

Searched refs:bindlist (Results 1 – 25 of 140) sorted by relevance

123456

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dmacros3.lisp61 (if (atom bindlist)
62 (if bindlist
65 :detail bindlist
67 bindlist
127 (setq bindlist
235 (if (atom bindlist)
236 (if bindlist
239 :detail bindlist
241 bindlist
284 (do ((bindlist nil)
[all …]
H A Dmacros1.lisp162 (let ((bindlist nil)
177 (setq bindlist (cons varclause bindlist)))
179 (setq bindlist (cons (first varclause) bindlist)))
183 (setq bindlist (cons varclause bindlist)))
187 (setq bindlist
189 bindlist))
195 (,let ,(nreverse bindlist)
252 (bindlist nil)
256 (cons 'LET (cons (nreverse bindlist) (nreverse setlist))))
265 (setq bindlist (cons `(,g ,(second arglist)) bindlist)))))
H A Dplaces.lisp187 (defun wrap-let* (bindlist form)
188 (if (and (null bindlist)
295 (if (null bindlist)
320 (wrap-let* bindlist
634 (wrap-let* bindlist
656 (bindlist
663 (wrap-let* bindlist
695 (bindlist '())
708 (setq bindlist (nreconc (mapcar #'list temps subforms) bindlist))
859 (bindlist '())
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/gui/
H A Dsdl_mapper.cpp143 CBindList bindlist; member in CEvent
301 bindlist.push_front(bind); in AddBind()
305 for (CBind *bind : bindlist) { in ClearBinds()
310 bindlist.clear(); in ClearBinds()
313 for (CBindList_it bit = bindlist.begin() ; bit != bindlist.end(); ++bit) { in DeActivateAll()
1207 for (auto &bind : event->bindlist) { in MAPPER_TriggerEvent()
1457 this->SetColor(event->bindlist.begin()==event->bindlist.end() ? CLR_GREY : CLR_WHITE); in BindColor()
1807 const auto &bindlist = mapper.aevent->bindlist; in update_active_bind_ui() local
1809 for (const auto *bind : bindlist) { in update_active_bind_ui()
1826 const auto bindlist = event->bindlist; in update_active_bind_ui() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/
H A Drules.c517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
H A Drules.h51 LIST * bindlist; member
252 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/
H A Drules.c517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
H A Drules.h51 LIST * bindlist; member
252 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/engine/
H A Drules.cpp517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
H A Drules.h52 LIST * bindlist; member
253 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/
H A Drules.c517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
H A Drules.h51 LIST * bindlist; member
252 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/
H A Drules.c517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
H A Drules.h51 LIST * bindlist; member
252 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/
H A Drules.c517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
H A Drules.h51 LIST * bindlist; member
252 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Drules.cpp517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
H A Drules.h52 LIST * bindlist; member
253 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Drules.cpp517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
H A Drules.h52 LIST * bindlist; member
253 RULE * new_rule_actions( module_t *, OBJECT * rulename, FUNCTION * command, LIST * bindlist, int fl…
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Drules.cpp517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
/dports/devel/boost_build/build-29baa79/src/engine/
H A Drules.cpp517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Drules.cpp517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/engine/
H A Drules.cpp517 list_free( a->bindlist ); in actions_free()
614 static rule_actions * actions_new( FUNCTION * command, LIST * bindlist, in actions_new() argument
621 result->bindlist = bindlist; in actions_new()
629 LIST * bindlist, int flags ) in new_rule_actions() argument
633 set_rule_actions( local, actions_new( command, bindlist, flags ) ); in new_rule_actions()
/dports/math/maxima/maxima-5.43.2/share/contrib/noninteractive/
H A Dasksign1.lisp10 ((mcatch (cons bindlist loclist)))
29 (let ((errcatch (cons bindlist loclist)) ret)

123456