Searched refs:inquote (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dxmlppd.c202 inquote, /* In a quoted string? */ local
282 inquote = 0;
301 while ((ch != '\n' || inquote) && bufptr < (buffer + sizeof(buffer) - 1))
314 inquote = !inquote;
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkupdate.c754 int inquote = 0; local
780 inquote = !inquote;
811 } else if (!inquote && isspace(c))
/haiku-fatelf/src/bin/network/telnet/
H A Dcommands.c176 int inquote = 0; local
184 if (inquote) {
185 if (c == inquote) {
186 inquote = 0;
194 inquote = '"';
197 inquote = '\'';

Completed in 47 milliseconds