Lines Matching defs:first
161 fprintf(outf, "read from %d returns %d chars, first %o\n",
197 int first, collapse = 1;
212 first = key;
247 key = (first = blockpeek =
306 if (key != first) {
324 for (j = i--; j > first; )
326 kp[first] = savekey;
328 *inp = kp[first]->_keyval;
363 /* the first character identifies what button is involved (1,2,or 3) */
364 /* if the first character is 0, we are dealing with report_mouse_pos */
370 * [0, 1, 2, 3] - the first character in the mouse event
381 /* the first character should be 0, 1, 2, or 4 */
613 /* first determine if this mouse button event should be */