try this:

file_seek(filehandle,0,0);
xndex = file_find (filehandle, "john");
file_seek(filehandle,0,0); // set the reader back to the beginning of the file
xndexi = file_find (filehandle, "sam");