HomeSort by: relevance | last modified time | path
    Searched refs:examine (Results 1 - 11 of 11) 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
order.mk 4 # The explicit dependency the.o: the.h will make us examine the.h
6 # we should then examine the.c rather than stop.
  /src/usr.bin/make/
make.c 673 /* It is save to re-examine any nodes again */
1210 ExamineLater(GNodeList *examine, GNodeList *toBeExamined)
1222 DEBUG2(MAKE, "ExamineLater: need to examine \"%s%s\"\n",
1224 Lst_Enqueue(examine, gn);
1232 GNodeList examine = LST_INIT; /* Queue of targets to examine */ local in function:Make_ExpandUse
1233 Lst_AppendAll(&examine, targets);
1245 while (!Lst_IsEmpty(&examine)) {
1246 GNode *gn = Lst_Dequeue(&examine);
1252 DEBUG2(MAKE, "Make_ExpandUse: examine %s%s\n"
1324 GNodeList examine; local in function:Make_ProcessWait
    [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 in typeref:typename:local void
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 in typeref:typename:int
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 in function:main
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/distrib/amiga/miniroot/
install.md 117 echo "If you like, you can now examine the labels of your disks."
  /src/usr.sbin/sysinst/
msg.mi.en 745 One way is to start a shell from the Utilities menu, examine the
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 3213 [Used to examine libraries when file_magic_cmd begins with "file"])dnl

Completed in 23 milliseconds