Home
last modified time | relevance | path

Searched refs:BT_CHECK (Results 1 – 6 of 6) sorted by relevance

/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A Dmenu.h39 BT_CHECK, /* check button (m of n) */ enumerator
H A Dmenu.c54 return BT_CHECK; in get_type()
70 if ((item->elems[i].type == BT_RADIO || item->elems[i].type == BT_CHECK) in set_menu_info()
H A Dxm_menu.c322 case BT_CHECK: in xm_create_menu()
H A Dxaw_menu.c146 if (elems->type == BT_CHECK) in xaw_set_button_state()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlispbibl.d12058 #define BT_CHECK(b,l) back_trace_check(b,l,__FILE__,__LINE__) macro
12060 #define BT_CHECK(b,l) macro
12062 #define BT_CHECK1(l) BT_CHECK(back_trace,l)
12072 BT_CHECK(bt,"=: new value");
12073 BT_CHECK(ba_tr_p,"=: current value");
12080 BT_CHECK(ba_tr_p,"->");
12085 BT_CHECK(ba_tr_p,"(struct backtrace_t*)");
12101 do { BT_CHECK(bt,"unwind_back_trace"); \
H A DChangeLog36836 * lispbibl.d (BT_CHECK, unwind_back_trace): Depend on DEBUG_BACKTRACE,
45475 (BT_CHECK, BT_CHECK1): new CPP macros