Lines Matching defs:first
761 int first, second;
790 first = atp - input_line_pointer;
796 tmpbuf = xmalloc (first + second + 2); /* One extra byte for ' ' and one for NUL. */
797 memcpy (tmpbuf, input_line_pointer, first);
798 tmpbuf[first] = ' '; /* @GOTOFF is replaced with a single space. */
799 memcpy (tmpbuf + first + 1, past_got, second);
800 tmpbuf[first + second + 1] = '\0';
2089 /* Add an imm instruction. First save the current instruction. */
2135 /* Add an imm instruction. First save the current instruction. */