Searched refs:put_string (Results 1 – 15 of 15) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTStream.h | 44 void (*put_string) (HTStream *me, const char *str); member
|
| D | SGML.h | 221 void (*put_string) (HTStructured * me, const char *str); member
|
| D | HTFinger.c | 50 #define PUTS(s) (*targetClass.put_string)(target, s)
|
| D | HTWSRC.c | 36 #define PUTS(s) (*me->target->isa->put_string)(me->target, s)
|
| D | HTWAIS.c | 106 #define PUTS(s) (*target->isa->put_string)(target, s)
|
| D | HTMIME.c | 573 (me->isa->put_string) (me, txt); in pumpData() 2087 (*me->targetClass.put_string) (me->target, s); in HTMIME_put_string()
|
| D | HTNews.c | 106 #define PUTS(s) (*targetClass.put_string)(target, s) 107 #define RAW_PUTS(s) (*rawtargetClass.put_string)(rawtarget, s)
|
| D | HTGopher.c | 81 #define PUTS(s) (*targetClass.put_string)(target, s)
|
| D | HTFile.c | 117 #define PUTS(s) (*target->isa->put_string)(target, s)
|
| D | HTFTP.c | 152 #define PUTS(s) (*target->isa->put_string) (target, s)
|
| D | SGML.c | 89 #define PUTS(str) ((*context->actions->put_string)(context->target, str))
|
| /mirbsd/src/usr.sbin/pppd/chat/ |
| D | chat.c | 194 int put_string(register char *s); 1126 if (!put_string(s)) 1201 int put_string (s) in put_string() function
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | LYCharUtils.c | 565 (*target->isa->put_string) (target, buf); in LYAddMETAcharsetToStream()
|
| D | HTML.c | 7952 (*me->actions->put_string) (me->target, str); in CacheThru_put_string() 8178 (*sink->isa->put_string) (sink, "/* "); /* Before even title */ in HTMLToC()
|
| D | LYUtils.c | 6833 #define PUT_STRING(buf) (*(target)->isa->put_string)(target, buf)
|