Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mandoc/
Dmdoc_markdown.c257 static int outcount; variable
440 outcount = 0; in md_preword()
450 outcount++; in md_preword()
654 outcount += strlen(seq); in md_word()
657 outcount++; in md_word()
698 outcount++; in md_named()
713 outcount++; in md_char()
1251 outcount = 0; in md_pre_It()
1318 i = i < nc ? strlen(bln->norm->Bl.cols[i]) - outcount + in md_post_It()
1327 outcount = 0; in md_post_It()
[all …]
/openbsd/src/usr.bin/tic/
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()