/src/games/backgammon/common_source/ |
one.c | 57 if (mm->g[i] != home && board[mm->g[i]] * cturn < -1) 71 if (mm->g[i] == home && *offptr < 0) 75 if (mm->g[i] != home) { 77 board[home] -= cturn; 87 if (abs(home - mm->g[i]) < 7 && abs(home - mm->p[i]) > 6) { 134 for (i = home - 6 * cturn; i != home; i += cturn) 136 return (abs(home - i)); 153 if (mm->g[i] != home) { [all...] |
allow.c | 77 if ((mm->p[i] += cturn) == home) { 101 if (mm->g[i] * cturn > home) { 103 mm->g[i] = home;
|
init.c | 87 int home; variable in typeref:typename:int
|
back.h | 113 extern int home; /* position of home for current player */
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
exynos4412-odroidx.dts | 97 home-key { 100 label = "home key"; 115 gpio_home_key: home-key {
|
sun4i-a10-pcduino.dts | 86 home { 87 label = "Key Home";
|
sun7i-a20-pcduino3.dts | 87 home { 88 label = "Key Home";
|
/src/games/backgammon/backgammon/ |
move.c | 218 for (pos = bar; pos != home; pos += cturn) { 231 if (mm->g[mvnum] * cturn >= home) { 234 mm->g[mvnum] = home; 437 for (i = bar + cturn; i != home; i += cturn) 441 frp = freemen(home) + trapped(home, -cturn); 443 for (em = bar; em != home; em += cturn) 446 em = abs(home - em); 478 barmen = abs(board[home]); 527 n = barmen - abs(board[home]); [all...] |
extra.c | 176 n += freemen(home); 177 n += trapped(home, -cturn);
|
main.c | 268 home = 25; 278 home = 0;
|
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_v2.c | 82 static char home[256]; local in function:pcnfsd2_auth_2_svc 95 home[0] = '\0'; 96 r.home = &home[0]; 112 yphome = find_entry(uname, "auto.home"); 114 strlcpy(home, yphome, sizeof(home)); 116 cp = strchr(home, ':'); 146 yphome = find_entry(uname, "auto.home"); 148 strlcpy(home, yphome, sizeof(home)) [all...] |
pcnfsd_test.c | 178 rp->stat, rp->uid, rp->gid, rp->home, rp->cm); 192 if(rp->home) 193 free(rp->home);
|
/src/games/battlestar/ |
save.c | 152 * determine the name of the file to be saved to by adding the HOME 159 char *home; local in function:save_file_name 172 home = getenv("HOME"); 173 if (home != NULL) { 174 tmpl = strlen(home); 180 memcpy(newname, home, tmpl);
|
/src/bin/sh/ |
main.c | 240 const char *home; local in function:main 242 home = lookupvar("HOME"); 243 if (home == NULL) 244 home = nullstr; 245 profile = ststrcat(NULL, home, "/.profile", STSTRC_END);
|
/src/games/hack/ |
hack.topl.c | 102 home(); 170 home(); 193 home();
|
hack.terminfo.c | 149 home(); 243 home(void) function in typeref:typename:void
|
hack.pager.c | 315 home(); 330 home(); 409 home(); 453 (void) chdir(getenv("HOME"));
|
/src/usr.bin/make/unit-tests/ |
modmisc.mk | 14 MOD_HOMES= S,/home/,/homes/, 26 @echo "path='${path:S,home,homes,:${MOD_NODOT}}'"
|
/src/usr.sbin/npf/npftest/ |
npftest.conf | 41 $home = { 192.168.100.5, 192.168.100.8 } 43 $blocklist = { $home, $office }
|
/src/distrib/utils/more/ |
prim.c | 133 home(); 149 home(); 237 home();
|
/src/usr.bin/indent/ |
args.c | 314 const char *home = getenv("HOME"); local in function:load_profile_files 315 if (home != NULL) { 317 snprintf(fname, sizeof(fname), "%s/.indent.pro", home);
|
/src/usr.sbin/sysinst/arch/mac68k/ |
menus.md.pl | 279 option "/home", exit, action { 285 strcpy (bzb->mount_point, "/home"); };
|
/src/games/backgammon/teachgammon/ |
tutor.c | 58 home = 0;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
meson-gxbb-p200.dts | 30 button-home { 31 label = "Home";
|
/src/share/terminfo/ |
terminfo | 357 cup=\E[%i%p1%d;%p2%dH, home=\E[H, 368 ansi+arrows|ANSI normal-mode home and cursor-keys, 371 ansi+apparrows|ANSI application-mode home and cursor-keys, 569 home=\E[H, ht=^I, il1=\E[L$<5*/>, ind=\ED, kbs=^H, 590 dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I, 700 cup=\E[%i%p1%d;%p2%dH, cuu1=\E[A, el=\E[k, home=\E[H, 706 # Keypad: Home=\0G Up=\0H PrPag=\0I 835 cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, el1=\Eo, home=\EH, ht=^I, 854 dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, ht=^I, 882 dim=\Em, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL [all...] |