Lines Matching refs:input_line_pointer
88 if (strncasecmp (input_line_pointer, "funcdesc(", 9) == 0)
90 input_line_pointer += 9;
92 if (*input_line_pointer == ')')
93 input_line_pointer++;
105 while (*input_line_pointer++ == ',');
107 input_line_pointer--; /* Put terminator back into stream. */
620 if (*input_line_pointer == '[')
623 input_line_pointer++;