taglinefilesource code
ye121drivers/char/selection.c{ unsigned short *args, xs, ys, xe, ye;
ye127drivers/char/selection.cye = get_fs_word(args++) - 1;
ye133drivers/char/selection.cye = limit(ye, video_num_lines - 1);
ye135drivers/char/selection.cpe = ye * video_size_row + (xe << 1);