Lines Matching +defs:comment +defs:end
91 uint8_t comment = 0;
92 uint8_t end;
146 while (r != 0 && (isspace(*p) || *p == '#' || comment ||
149 comment = 1;
151 comment = 0;
253 /* Find the end of the value */
255 end = 0;
256 while (r != 0 && end == 0) {
265 * If we get this far, we've hit an end-key
323 * just hit an inline comment and have
324 * found the end of the value.
327 end = 1;
336 end = 1;
339 end = 1;