Home
last modified time | relevance | path

Searched refs:OBS (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtac-pipe.c56 #define OBS (&(x->obs)) in buf_init_from_stdin() macro
57 obstack_init (OBS); in buf_init_from_stdin()
80 obstack_grow (OBS, &bp, sizeof (bp)); in buf_init_from_stdin()
108 obstack_grow (OBS, &bp, sizeof (bp)); in buf_init_from_stdin()
113 x->n_bufs = obstack_object_size (OBS) / sizeof (x->p[0]); in buf_init_from_stdin()
114 x->p = (struct B_pair *) obstack_finish (OBS); in buf_init_from_stdin()
130 obstack_free (OBS, nullptr); in buf_free()