2 # Print out the line structs
5 set $lstruct=(_FORMI_FIELD_LINES *)$arg0
8 if ($lstruct->prev != 0x0)
9 if ($lstruct->prev->next != $lstruct)
10 print "WARNING: backward pointers inconsistent"
13 if ($lstruct->next != 0x0)
14 if ($lstruct->next->prev != $lstruct)
15 print "WARNING: forward pointers inconsistent"
18 set $lstruct = $lstruct->next