Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.c2134 int dash_count = 0; in reader_loop() local
2139 dash_count++; in reader_loop()
2144 dash_count--; in reader_loop()
2148 if (dash_count == 0) in reader_loop()
2151 while (dash_count > 0) in reader_loop()
2153 if (dash_count >= 2) in reader_loop()
2159 dash_count -= 2; in reader_loop()
2161 else if (dash_count >= 1) in reader_loop()
2167 dash_count--; in reader_loop()
2174 while (--dash_count > 0) in reader_loop()