Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dmdoc_markdown.c257 static int outcount; variable
440 outcount = 0; in md_preword()
450 outcount++; in md_preword()
657 outcount++; in md_word()
698 outcount++; in md_named()
713 outcount++; in md_char()
1251 outcount = 0; in md_pre_It()
1327 outcount = 0; in md_post_It()
1348 outcount += 3; in md_uri()
1351 outcount++; in md_uri()
[all …]
/openbsd/usr.bin/tic/
H A Ddump_entry.c924 bool outcount = 0; in fmt_entry() local
926 #define WRAP_CONCAT1(s) wrap_concat1(s); outcount = TRUE in fmt_entry()
1163 outcount = TRUE; in fmt_entry()
1274 if (outcount) { in fmt_entry()