Home | History | Annotate | Download | only in make

Lines Matching defs:inquote

128 	char inquote;
148 inquote = '\0';
156 if (inquote != '\0') {
157 if (inquote == ch)
158 inquote = '\0';
162 inquote = ch;
164 if (word_start == NULL && str_p[1] == inquote) {
171 inquote = '\0';
184 if (inquote != '\0')
207 if (expand && inquote != '\0') {