bit_within_word   434 lib/replace/crypt.c       int comes_from_word, bit_within_word;
bit_within_word   450 lib/replace/crypt.c       bit_within_word  = comes_from_e_bit % 6;        /* 0..5  */
bit_within_word   452 lib/replace/crypt.c       inner_mask1 = longmask[bit_within_word + 26];