Home
last modified time | relevance | path

Searched refs:MDBP_Cursor (Results 1 – 3 of 3) sorted by relevance

/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dmatrixdebug.dy11 MDBP_Cursor = 321,
33 MatrixDebugBreakPoint_type type !def="MDBP_Cursor"
233 bp->type = MDBP_Cursor;
286 case MDBP_Cursor :
288 return MDBP_Cursor;
324 bp->type = MDBP_Cursor;
H A Dmatrixdebug.c220 bp->type = MDBP_Cursor; in user_DebugMatrix()
281 case MDBP_Cursor : in should_break_DebugMatrix()
283 return MDBP_Cursor; in should_break_DebugMatrix()
326 bp->type = MDBP_Cursor; in std_DebugMatrix()
796 out->type = MDBP_Cursor; in DebugBreakPoint_alloc()
H A Dmatrixdebug.h13 MDBP_Cursor = 321, enumerator