Home | History | Annotate | Download | only in config

Lines Matching refs:input_line_pointer

213   char *s = input_line_pointer;
216 for (s = input_line_pointer ; s && s[0] != '\n'; s++)
223 for (sg = s - 1; sg && sg >= input_line_pointer; sg--)
229 input_line_pointer += 2;
1156 /* Turn a string in input_line_pointer into a floating point constant of type
1260 /* Restore the colon, and advance input_line_pointer to
1262 * input_line_pointer = ':';
1263 input_line_pointer += advance_i_l_p_by;
1264 c = * input_line_pointer;
1265 * input_line_pointer = 0;
1271 a colon that was at the location pointed to by INPUT_LINE_POINTER
1274 If it is, then it restores the colon, advances INPUT_LINE_POINTER
1280 char * i_l_p = input_line_pointer;