HomeSort by: relevance | last modified time | path
    Searched refs:examine (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/make/unit-tests/
depsrc-optional.exp 1 Make_ExpandUse: examine all
2 ExamineLater: need to examine "important"
3 Make_ExpandUse: examine important
4 ExamineLater: need to examine "optional"
5 ExamineLater: need to examine "optional-cohort"
6 Make_ExpandUse: examine optional
7 Make_ExpandUse: examine optional-cohort
  /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...]
  /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...]
  /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);
  /src/sys/arch/sparc64/sparc64/
bsd_fdintr.s 103 ld [R_fdc + FDC_ISTATE], %l7 ! examine flags
  /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 */
  /src/sys/arch/mac68k/mac68k/
pramasm.s 283 rorw #8,%d2 | rotate copy to examine flags
  /src/usr.sbin/sysinst/
msg.mi.en 745 One way is to start a shell from the Utilities menu, examine the

Completed in 24 milliseconds