Home
last modified time | relevance | path

Searched refs:empty_sqs (Results 1 – 3 of 3) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Ddata.h260 extern const char empty_sqs[9];
H A Doption.c2839 fprintf(output_file, "%c", empty_sqs[nempty]); in Option()
2842 empty_sqs[nempty]); in Option()
2854 if (empty_sqs[nempty]) { in Option()
2856 fprintf(output_file, "%c", empty_sqs[nempty]); in Option()
2859 empty_sqs[nempty]); in Option()
H A Ddata.c999 const char empty_sqs[9] = {0, '1', '2', '3', '4', '5', '6', '7', '8'}; variable