Lines Matching refs:tail
4497 char *tail; /* Rest of line after symbol. */ in subsym_substitute() local
4521 ptr = tail = input_line_pointer; in subsym_substitute()
4546 ptr = tail; in subsym_substitute()
4649 tail = ptr; in subsym_substitute()
4650 c = *tail; in subsym_substitute()
4684 input_line_pointer = tail + 1; in subsym_substitute()
4705 tail = input_line_pointer; in subsym_substitute()
4706 if (*tail++ != ')') in subsym_substitute()
4712 c = *tail; in subsym_substitute()
4720 strlen (tail + 1) + 2); in subsym_substitute()
4731 ++tail; in subsym_substitute()
4735 *tail = c; in subsym_substitute()
4736 strcat (tmp, tail); in subsym_substitute()