Lines Matching refs:empty_field
262 skip_fields_to_start(const struct bwstring *s, size_t fields, bool *empty_field) in skip_fields_to_start() argument
267 *empty_field = true; in skip_fields_to_start()
287 *empty_field = true; in skip_fields_to_start()
301 *empty_field = true; in skip_fields_to_start()
311 size_t *field_start, size_t *key_start, bool *empty_field, bool *empty_key) in find_field_start() argument
314 *field_start = skip_fields_to_start(s, ks->f1, empty_field); in find_field_start()
315 if (!*empty_field) in find_field_start()
329 bool empty_field, empty_key; in find_field_end() local
331 empty_field = false; in find_field_end()
340 &empty_field); in find_field_end()
347 &empty_field); in find_field_end()
350 if (empty_field || (next_field_start >= BWSLEN(s))) in find_field_end()
374 bool empty_field, empty_key; in cut_field() local
378 empty_field = false; in cut_field()
382 &empty_field, &empty_key); in cut_field()