Home
last modified time | relevance | path

Searched refs:STR_BUFF (Results 1 – 12 of 12) sorted by relevance

/dports/games/sjeng/Sjeng-Free-11.2/
H A Drcfile.c30 char line[STR_BUFF];
97 fgets(line, STR_BUFF, rcfile); in read_rcfile()
101 fgets(line, STR_BUFF, rcfile); in read_rcfile()
105 fgets(line, STR_BUFF, rcfile); in read_rcfile()
109 fgets(line, STR_BUFF, rcfile); in read_rcfile()
113 fgets(line, STR_BUFF, rcfile); in read_rcfile()
117 fgets(line, STR_BUFF, rcfile); in read_rcfile()
121 fgets(line, STR_BUFF, rcfile); in read_rcfile()
125 fgets(line, STR_BUFF, rcfile); in read_rcfile()
129 fgets(line, STR_BUFF, rcfile); in read_rcfile()
[all …]
H A Dextvars.h82 extern char opening_history[STR_BUFF];
94 extern char ponder_input[STR_BUFF];
113 extern char my_partner[STR_BUFF];
187 extern char EGTBDir[STR_BUFF];
H A Dutils.c481 char input[STR_BUFF], *p; in perft_debug()
535 char output[STR_BUFF]; in hash_extract_pv()
564 char output[STR_BUFF]; in stringize_pv()
567 memset(str, 0, STR_BUFF); in stringize_pv()
592 char output[STR_BUFF]; in post_thinking()
593 char hashpv[STR_BUFF]; in post_thinking()
640 char output[STR_BUFF]; in post_fail_thinking()
658 char output[STR_BUFF]; in post_fh_thinking()
676 char output[STR_BUFF]; in post_fl_thinking()
712 char move[STR_BUFF]; in print_move()
[all …]
H A Depd.c193 char san[STR_BUFF]; in check_solution()
237 rinput(testname, STR_BUFF, stdin); in run_epd_testsuite()
239 rinput(readbuff, STR_BUFF, stdin); in run_epd_testsuite()
270 if (interrupt()) rinput(tempbuff, STR_BUFF, stdin); in run_epd_testsuite()
H A Dnewbook.c64 char buff[STR_BUFF]; in get_header()
83 while(((buff[b++] = getc(pgnbook)) != ']') && (b < STR_BUFF)); in get_header()
161 char movebuff[STR_BUFF], sjmove[STR_BUFF]; in replay_game()
379 char bookname[FILENAME_MAX], kks[STR_BUFF]; in build_book()
382 rinput(bookname, STR_BUFF, stdin); in build_book()
409 rinput(kks, STR_BUFF, stdin); in build_book()
H A Dsjeng.c81 char my_partner[STR_BUFF];
95 char input[STR_BUFF], *p, output[STR_BUFF]; in main()
96 char readbuff[STR_BUFF]; in main()
418 rinput (input, STR_BUFF, stdin); in main()
435 rinput (input, STR_BUFF, stdin); in main()
827 rinput(readbuff, STR_BUFF, stdin); in main()
H A Dsjeng.h135 #define STR_BUFF 256 macro
H A Dbook.c33 char opening_history[STR_BUFF];
H A Dprobe.c91 char EGTBDir[STR_BUFF];
H A Dsearch.c38 char postpv[STR_BUFF];
1451 char postmove[STR_BUFF]; in think()
/dports/devel/libk8055/libk8055-0.2/
H A Dlibk8055.c3 #define STR_BUFF 256 macro
18 char driver_name[STR_BUFF]; in takeover_device()
19 memset( driver_name, 0, STR_BUFF ); in takeover_device()
H A Dmain.c41 #define STR_BUFF 256 macro