Home | History | Annotate | Download | only in config

Lines Matching refs:ilp

359   char * ilp = input_line_pointer;
361 while (*ilp != 0 && ISSPACE (*ilp))
362 ++ ilp;
364 if (strncmp (ilp, ".line", 5) == 0
365 && (ISSPACE (ilp[5]) || *ilp == '\n' || *ilp == '\r'))