| /src/games/phantasia/ |
| main.c | 91 bool examine = FALSE; /* set if examine a character */ local 124 case 'x': /* examine */ 125 examine = TRUE; 147 if (examine) { 513 case 'X': /* change/examine a character */
|
| main.c | 91 bool examine = FALSE; /* set if examine a character */ local 124 case 'x': /* examine */ 125 examine = TRUE; 147 if (examine) { 513 case 'X': /* change/examine a character */
|
| main.c | 91 bool examine = FALSE; /* set if examine a character */ local 124 case 'x': /* examine */ 125 examine = TRUE; 147 if (examine) { 513 case 'X': /* change/examine a character */
|
| main.c | 91 bool examine = FALSE; /* set if examine a character */ local 124 case 'x': /* examine */ 125 examine = TRUE; 147 if (examine) { 513 case 'X': /* change/examine a character */
|
| /src/common/dist/zlib/examples/ |
| enough.c | 10 Prune examine() search on previously visited states 25 Examine all possible prefix codes for a given number of symbols and a 357 // Examine all possible codes from the given node (syms, len, left). Compute 361 local void examine(int syms, int left, int len, int mem, int rem) { function 433 // examine codes from here, updating table space as we go 436 examine(syms - use, (left - use) << 1, len + 1, 469 examine(n, left, g.root + 1, 1 << g.root, 0); 474 examine((n - left) << 1, (n - left) << 1, g.root + 1, 483 // Examine and show the total number of possible prefix codes for a given 493 // To count and examine prefix codes that are not length-limited, provide [all...] |
| enough.c | 10 Prune examine() search on previously visited states 25 Examine all possible prefix codes for a given number of symbols and a 357 // Examine all possible codes from the given node (syms, len, left). Compute 361 local void examine(int syms, int left, int len, int mem, int rem) { function 433 // examine codes from here, updating table space as we go 436 examine(syms - use, (left - use) << 1, len + 1, 469 examine(n, left, g.root + 1, 1 << g.root, 0); 474 examine((n - left) << 1, (n - left) << 1, g.root + 1, 483 // Examine and show the total number of possible prefix codes for a given 493 // To count and examine prefix codes that are not length-limited, provide [all...] |
| enough.c | 10 Prune examine() search on previously visited states 25 Examine all possible prefix codes for a given number of symbols and a 357 // Examine all possible codes from the given node (syms, len, left). Compute 361 local void examine(int syms, int left, int len, int mem, int rem) { function 433 // examine codes from here, updating table space as we go 436 examine(syms - use, (left - use) << 1, len + 1, 469 examine(n, left, g.root + 1, 1 << g.root, 0); 474 examine((n - left) << 1, (n - left) << 1, g.root + 1, 483 // Examine and show the total number of possible prefix codes for a given 493 // To count and examine prefix codes that are not length-limited, provide [all...] |
| enough.c | 10 Prune examine() search on previously visited states 25 Examine all possible prefix codes for a given number of symbols and a 357 // Examine all possible codes from the given node (syms, len, left). Compute 361 local void examine(int syms, int left, int len, int mem, int rem) { function 433 // examine codes from here, updating table space as we go 436 examine(syms - use, (left - use) << 1, len + 1, 469 examine(n, left, g.root + 1, 1 << g.root, 0); 474 examine((n - left) << 1, (n - left) << 1, g.root + 1, 483 // Examine and show the total number of possible prefix codes for a given 493 // To count and examine prefix codes that are not length-limited, provide [all...] |
| /src/usr.bin/make/ |
| make.c | 674 /* It is save to re-examine any nodes again */ 1211 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) 1223 DEBUG2(MAKE, "ExamineLater: need to examine \"%s%s\"\n", 1225 Lst_Enqueue(examine, gn); 1233 GNodeList examine = LST_INIT; /* Queue of targets to examine */ local 1234 Lst_AppendAll(&examine, targets); 1246 while (!Lst_IsEmpty(&examine)) { 1247 GNode *gn = Lst_Dequeue(&examine); 1253 DEBUG2(MAKE, "Make_ExpandUse: examine %s%s\n" 1325 GNodeList examine; local [all...] |
| make.c | 674 /* It is save to re-examine any nodes again */ 1211 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) 1223 DEBUG2(MAKE, "ExamineLater: need to examine \"%s%s\"\n", 1225 Lst_Enqueue(examine, gn); 1233 GNodeList examine = LST_INIT; /* Queue of targets to examine */ local 1234 Lst_AppendAll(&examine, targets); 1246 while (!Lst_IsEmpty(&examine)) { 1247 GNode *gn = Lst_Dequeue(&examine); 1253 DEBUG2(MAKE, "Make_ExpandUse: examine %s%s\n" 1325 GNodeList examine; local [all...] |
| make.c | 674 /* It is save to re-examine any nodes again */ 1211 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) 1223 DEBUG2(MAKE, "ExamineLater: need to examine \"%s%s\"\n", 1225 Lst_Enqueue(examine, gn); 1233 GNodeList examine = LST_INIT; /* Queue of targets to examine */ local 1234 Lst_AppendAll(&examine, targets); 1246 while (!Lst_IsEmpty(&examine)) { 1247 GNode *gn = Lst_Dequeue(&examine); 1253 DEBUG2(MAKE, "Make_ExpandUse: examine %s%s\n" 1325 GNodeList examine; local [all...] |
| make.c | 674 /* It is save to re-examine any nodes again */ 1211 ExamineLater(GNodeList *examine, GNodeList *toBeExamined) 1223 DEBUG2(MAKE, "ExamineLater: need to examine \"%s%s\"\n", 1225 Lst_Enqueue(examine, gn); 1233 GNodeList examine = LST_INIT; /* Queue of targets to examine */ local 1234 Lst_AppendAll(&examine, targets); 1246 while (!Lst_IsEmpty(&examine)) { 1247 GNode *gn = Lst_Dequeue(&examine); 1253 DEBUG2(MAKE, "Make_ExpandUse: examine %s%s\n" 1325 GNodeList examine; local [all...] |
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| disptest.c | 384 examine(char* addr, int size) function 423 res = examine(p, step); 427 res = examine((char*)((int)addr | 0xa0000000), step);
|
| disptest.c | 384 examine(char* addr, int size) function 423 res = examine(p, step); 427 res = examine((char*)((int)addr | 0xa0000000), step);
|
| disptest.c | 384 examine(char* addr, int size) function 423 res = examine(p, step); 427 res = examine((char*)((int)addr | 0xa0000000), step);
|
| disptest.c | 384 examine(char* addr, int size) function 423 res = examine(p, step); 427 res = examine((char*)((int)addr | 0xa0000000), step);
|