HomeSort by: relevance | last modified time | path
    Searched defs:curlevel (Results 1 - 2 of 2) sorted by relevancy

  /src/games/gomoku/
pickmove.c 224 static unsigned int curlevel; /* implicit parameter to makecombo() */ variable in typeref:typename:unsigned int
573 curlevel = level;
596 /* try to add frames to the uncompleted combos at level curlevel */
1208 * store the result in 'scbpp'. 'curlevel' is the size of the 'cbpp' array.
1226 pdir[fcbp->c_dir], curlevel);
1228 for (cpp = cbpp; cpp < cbpp + curlevel; cpp++) {
1238 unsigned int n = curlevel + 1;
1240 cpp = cbpp + curlevel;
  /src/sbin/init/
init.c 501 int name[2], curlevel; local in function:has_securelevel
506 len = sizeof curlevel;
507 if (sysctl(name, 2, &curlevel, &len, NULL, 0) == -1) {
525 int name[2], curlevel; local in function:getsecuritylevel
533 len = sizeof curlevel;
534 if (sysctl(name, 2, &curlevel, &len, NULL, 0) == -1) {
538 return curlevel;
551 int name[2], curlevel; local in function:setsecuritylevel
556 curlevel = getsecuritylevel();
557 if (newlevel == curlevel)
    [all...]

Completed in 43 milliseconds