Home
last modified time | relevance | path

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

/dports/www/analog/analog-6.0/src/
H A Doutplain.c532 char *colheadp = lngstr[rep2colhead[rep] + 1]; in plain_notlistedstr() local
546 fprintf(outf, " %s]", (badn == 1)?colhead:colheadp); in plain_notlistedstr()
H A Doutlatex.c614 char *colheadp = lngstr[rep2colhead[rep] + 1]; in latex_notlistedstr() local
628 fprintf(outf, " %s]%c", (badn == 1)?colhead:colheadp, verbchar); in latex_notlistedstr()
H A Doutxml.c730 char *colheadp = lngstr[rep2colhead[rep] + 1]; in xml_notlistedstr()
744 fprintf(outf, " %s]\n", (badn == 1)?colhead:colheadp); in xml_notlistedstr()
H A Doutxhtml.c773 char *colheadp = lngstr[rep2colhead[rep] + 1]; in xhtml_notlistedstr() local
787 fprintf(outf, " %s]</td>", (badn == 1)?colhead:colheadp); in xhtml_notlistedstr()
H A Douthtml.c684 char *colheadp = lngstr[rep2colhead[rep] + 1]; in html_notlistedstr() local
698 fprintf(outf, " %s]", (badn == 1)?colhead:colheadp); in html_notlistedstr()