Symbol: examine
common/dist/zlib/examples/enough.c
436
examine(syms - use, (left - use) << 1, len + 1,
common/dist/zlib/examples/enough.c
469
examine(n, left, g.root + 1, 1 << g.root, 0);
common/dist/zlib/examples/enough.c
474
examine((n - left) << 1, (n - left) << 1, g.root + 1,
games/phantasia/main.c
125
examine = TRUE;
games/phantasia/main.c
147
if (examine) {
games/phantasia/main.c
91
bool examine = FALSE; /* set if examine a character */
sys/arch/hpcmips/stand/pbsdboot/disptest.c
423
res = examine(p, step);
sys/arch/hpcmips/stand/pbsdboot/disptest.c
427
res = examine((char*)((int)addr | 0xa0000000), step);
usr.bin/make/make.c
1210
ExamineLater(GNodeList *examine, GNodeList *toBeExamined)
usr.bin/make/make.c
1224
Lst_Enqueue(examine, gn);
usr.bin/make/make.c
1232
GNodeList examine = LST_INIT; /* Queue of targets to examine */
usr.bin/make/make.c
1233
Lst_AppendAll(&examine, targets);
usr.bin/make/make.c
1245
while (!Lst_IsEmpty(&examine)) {
usr.bin/make/make.c
1246
GNode *gn = Lst_Dequeue(&examine);
usr.bin/make/make.c
1256
Lst_PrependAll(&examine, &gn->cohorts);
usr.bin/make/make.c
1297
ExamineLater(&examine, &gn->children);
usr.bin/make/make.c
1300
Lst_Done(&examine);
usr.bin/make/make.c
1324
GNodeList examine;
usr.bin/make/make.c
1352
Lst_Init(&examine);
usr.bin/make/make.c
1353
Lst_Append(&examine, pgn);
usr.bin/make/make.c
1355
while (!Lst_IsEmpty(&examine)) {
usr.bin/make/make.c
1358
pgn = Lst_Dequeue(&examine);
usr.bin/make/make.c
1367
Lst_PrependAll(&examine, &pgn->cohorts);
usr.bin/make/make.c
1376
Lst_Append(&examine, cgn);
usr.bin/make/make.c
1380
Lst_Done(&examine);