Searched refs:tabpending (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/
H A Dwatch.c221 int eolseen = 0, tabpending = 0; local
229 if (!tabpending)
242 tabpending = 1;
245 if (tabpending && (((x + 1) % 8) == 0))
246 tabpending = 0;

Completed in 31 milliseconds