taglinefilesource code
xe122drivers/char/selection.c{ unsigned short *args, xs, ys, xe, ye;
xe128drivers/char/selection.cxe = get_user(args++) - 1;
xe134drivers/char/selection.cxe = *(args++) - 1;
xe140drivers/char/selection.cxe = limit(xe, video_num_columns - 1);
xe143drivers/char/selection.cpe = ye * video_size_row + (xe << 1);