Lines Matching refs:empty_field
266 skip_fields_to_start(const struct bwstring *s, size_t fields, bool *empty_field) in skip_fields_to_start() argument
271 *empty_field = true; in skip_fields_to_start()
291 *empty_field = true; in skip_fields_to_start()
305 *empty_field = true; in skip_fields_to_start()
315 size_t *field_start, size_t *key_start, bool *empty_field, bool *empty_key) in find_field_start() argument
318 *field_start = skip_fields_to_start(s, ks->f1, empty_field); in find_field_start()
319 if (!*empty_field) in find_field_start()
333 bool empty_field, empty_key; in find_field_end() local
335 empty_field = false; in find_field_end()
344 &empty_field); in find_field_end()
351 &empty_field); in find_field_end()
354 if (empty_field || (next_field_start >= BWSLEN(s))) in find_field_end()
378 bool empty_field, empty_key; in cut_field() local
382 empty_field = false; in cut_field()
386 &empty_field, &empty_key); in cut_field()