examine
examine(syms - use, (left - use) << 1, len + 1,
examine(n, left, g.root + 1, 1 << g.root, 0);
examine((n - left) << 1, (n - left) << 1, g.root + 1,
examine = TRUE;
if (examine) {
bool examine = FALSE; /* set if examine a character */
res = examine(p, step);
res = examine((char*)((int)addr | 0xa0000000), step);
ExamineLater(GNodeList *examine, GNodeList *toBeExamined)
Lst_Enqueue(examine, gn);
GNodeList examine = LST_INIT; /* Queue of targets to examine */
Lst_AppendAll(&examine, targets);
while (!Lst_IsEmpty(&examine)) {
GNode *gn = Lst_Dequeue(&examine);
Lst_PrependAll(&examine, &gn->cohorts);
ExamineLater(&examine, &gn->children);
Lst_Done(&examine);
GNodeList examine;
Lst_Init(&examine);
Lst_Append(&examine, pgn);
while (!Lst_IsEmpty(&examine)) {
pgn = Lst_Dequeue(&examine);
Lst_PrependAll(&examine, &pgn->cohorts);
Lst_Append(&examine, cgn);
Lst_Done(&examine);