Home
last modified time | relevance | path

Searched refs:AnnotateVtoNAG (Results 1 – 2 of 2) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Dannotate.c397 AnnotateVtoNAG(player_score, wtm, html_mode, latex)); in Annotate()
399 fprintf(annotate_out, " %s)%s\n", AnnotateVtoNAG(player_score, in Annotate()
416 AnnotateVtoNAG(annotate_score[move_num], wtm, html_mode, in Annotate()
420 AnnotateVtoNAG(annotate_score[move_num], wtm, html_mode, in Annotate()
479 AnnotateVtoNAG(annotate_score[0], wtm, html_mode, latex), in Annotate()
760 char *AnnotateVtoNAG(int value, int wtm, int html_mode, int latex) { in AnnotateVtoNAG() function
H A Dchess.h334 char *AnnotateVtoNAG(int, int, int, int);