Lines Matching full:initstop
6925 const char *initstart, *initstop;
6965 initstop = NULL;
6971 initstop = input_line_pointer;
6978 initstop = input_line_pointer;
6985 if (initstop == NULL)
6991 if (initstop > initstart
6992 && (initstop[-1] == ' ' || initstop[-1] == '\t'))
6993 --initstop;
7088 memcpy (s, initstart, initstop - initstart);
7089 s += initstop - initstart;