Home
last modified time | relevance | path

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

/original-bsd/usr.bin/error/
H A Dfilter.c39 FILE *fyle; local
66 if ( (fyle = fopen(filename, "r")) == NULL){
76 for (nignored = 0; fgets(inbuffer, 255, fyle) != NULL; nignored++)
79 fclose(fyle);
80 if (freopen(filename, "r", fyle) == NULL){
88 for (i=0; i < nignored && (fgets (inbuffer, 255, fyle) != NULL); i++){
H A Dsubr.c280 wordvprint(fyle, wordc, wordv) in wordvprint() argument
281 FILE *fyle; in wordvprint()
290 fprintf(fyle, "%s%s",sep,wordv[i]);
/original-bsd/games/chess/
H A Dgnuchess.c1777 if ((fyle == 0 || PC1[fyle-1] == 0) &&
1778 (fyle == 7 || PC1[fyle+1] == 0))
1806 if ((fyle == 0 || PC1[fyle-1] == 0) &&
1807 (fyle == 7 || PC1[fyle+1] == 0))
1865 if (fyle == 1 || fyle == 2 || fyle == 3 || fyle == 7)
1870 if (fyle == 4 || fyle == 5 || fyle == 6 || fyle == 0)
2134 if ((fyle == 0 || PawnCnt[white][fyle-1] == 0) && in ExaminePosition()
2136 if ((fyle == 0 || PawnCnt[black][fyle-1] == 0) && in ExaminePosition()
2143 if ((fyle < 3 || fyle > 4) && distance(sq,wking) < 3) in ExaminePosition()
2146 else if (rank < 3 && (fyle < 2 || fyle > 5)) in ExaminePosition()
[all …]