Searched refs:quotechar (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/makedepend/dist/
H A Dmain.c152 char quotechar = '\0'; local in function:main
166 if (quotechar) {
167 if (quotechar == '\\' || (*p == quotechar && p[-1] != '\\'))
168 quotechar = '\0';
175 quotechar = *p;
/xsrc/external/mit/imake/dist/
H A Dimake.c2037 char quotechar = '\0'; local in function:KludgeOutputLine
2066 if (quotechar) {
2067 if (quotechar == '\\' ||
2068 (*p == quotechar &&
2074 quotechar != ')') &&
2077 quotechar = '\0';
2084 quotechar = *p;
2087 quotechar = ')';
2090 quotechar = '}';
2093 quotechar
[all...]

Completed in 5 milliseconds