Home
last modified time | relevance | path

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

/coreutils/src/
Dpr.c460 static unsigned int buff_current; variable
1952 buff_current = 0; in store_columns()
1977 || buff_start != buff_current) in store_columns()
1982 buff_start = buff_current; in store_columns()
2019 if (buff_current >= buff_allocated) in store_char()
2024 buff[buff_current++] = c; in store_char()