Home
last modified time | relevance | path

Searched refs:ics_type (Results 1 – 8 of 8) sorted by relevance

/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackend.h242 enum ICS_TYPE ics_type; variable
H A Dbackend.c460 enum ICS_TYPE ics_type = ICS_GENERIC; variable
3055 if (ics_type == ICS_ICC) { in read_from_ics()
3061 } else if (ics_type == ICS_CHESSNET) { in read_from_ics()
3161 ics_type = ICS_ICC; in read_from_ics()
3164 fprintf(debugFP, "ics_type %d\n", ics_type); in read_from_ics()
3168 ics_type = ICS_FICS; in read_from_ics()
3171 fprintf(debugFP, "ics_type %d\n", ics_type); in read_from_ics()
3175 ics_type = ICS_CHESSNET; in read_from_ics()
3178 fprintf(debugFP, "ics_type %d\n", ics_type); in read_from_ics()
3227 int s = (ics_type == ICS_ICC); // ICC format differs in read_from_ics()
[all …]
H A Dargs.h679 { "icstype", ArgInt, (void *) &ics_type, FALSE, INVALID },
/dports/games/xboard/xboard-4.9.1/
H A Dbackend.h245 enum ICS_TYPE ics_type; variable
H A Dbackend.c462 enum ICS_TYPE ics_type = ICS_GENERIC; variable
3064 if (ics_type == ICS_ICC) { in read_from_ics()
3070 } else if (ics_type == ICS_CHESSNET) { in read_from_ics()
3170 ics_type = ICS_ICC; in read_from_ics()
3173 fprintf(debugFP, "ics_type %d\n", ics_type); in read_from_ics()
3177 ics_type = ICS_FICS; in read_from_ics()
3180 fprintf(debugFP, "ics_type %d\n", ics_type); in read_from_ics()
3184 ics_type = ICS_CHESSNET; in read_from_ics()
3187 fprintf(debugFP, "ics_type %d\n", ics_type); in read_from_ics()
3236 int s = (ics_type == ICS_ICC); // ICC format differs in read_from_ics()
[all …]
H A Dargs.h684 { "icstype", ArgInt, (void *) &ics_type, FALSE, INVALID },
/dports/games/xboard-devel/xboard-f49e7e1/winboard/
H A Dwinboard.c106 extern enum ICS_TYPE ics_type;
/dports/games/xboard/xboard-4.9.1/winboard/
H A Dwinboard.c107 extern enum ICS_TYPE ics_type;