Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dmakeinfo.c2142 int dash_count = 0; in reader_loop() local
2147 dash_count++; in reader_loop()
2152 dash_count--; in reader_loop()
2156 if (dash_count == 0) in reader_loop()
2159 while (dash_count > 0) in reader_loop()
2161 if (dash_count >= 2) in reader_loop()
2167 dash_count -= 2; in reader_loop()
2169 else if (dash_count >= 1) in reader_loop()
2175 dash_count--; in reader_loop()
2182 while (--dash_count > 0) in reader_loop()