Home
last modified time | relevance | path

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

/dports/textproc/ltxml/ltxml-1.2.9/XML/src/api/
H A Dsgmloutput.c41 ECEE(sPutc('\n',f->file16)); in FlushRe()
121 ECEE(sPutc('\n',f->file16)); in PrintStartTagInternal()
183 ECEE(sPutc('\n',file16)); in PrintProcessingInstructionInternal()
205 sPutc('\n',file16); in PrintProcessingInstructionInternal()
241 ECEE(sPutc('\n',f->file16)); in PrintEndTagInternal()
243 ECEE(sPutc('\n',f->file16)); in PrintEndTagInternal()
250 ECEE(sPutc('\n',f->file16)); in PrintEndTagInternal()
334 ECEE(sPutc('\n',file16)); in PrintTextInternal()
342 ECEE(sPutc('\n',file16)); in PrintTextInternal()
524 ECEE(sPutc(*ptr,output)); in PrintAttrVal()
[all …]
H A Dreadddb.c135 ECEF(sPutc('\n', Stdout)); in ShowElement()
137 ECEF(sPutc(' ', Stdout)); in ShowElement()
172 ECEF(sPutc('\'', Stdout)); in putqs()
179 ECEF(sPutc(str[i], Stdout)); in putqs()
182 ECEF(sPutc('\'', Stdout)); in putqs()
/dports/textproc/ltxml/ltxml-1.2.9/XML/include/
H A Dlt-safe.h54 extern STD_API int EXPRT sPutc(Char c, FILE16 *stream);
/dports/textproc/ltxml/ltxml-1.2.9/XML/src/std/
H A Dlt-safe.c315 int sPutc(Char c, FILE16 *stream) function