Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTMLGen.c289 static void HTMLGen_put_string(HTStructured * me, const char *s) in HTMLGen_put_string() function
377 HTMLGen_put_string(me, tag->name); in HTMLGen_start_element()
416 HTMLGen_put_string(me, tag->attributes[i].name); in HTMLGen_start_element()
421 HTMLGen_put_string(me, "=\""); in HTMLGen_start_element()
422 HTMLGen_put_string(me, value[i]); in HTMLGen_start_element()
425 HTMLGen_put_string(me, "='"); in HTMLGen_start_element()
426 HTMLGen_put_string(me, value[i]); in HTMLGen_start_element()
431 HTMLGen_put_string(me, "=\""); in HTMLGen_start_element()
436 HTMLGen_put_string(me, """); in HTMLGen_start_element()
462 HTMLGen_put_string(me, ">"); /* got rid of \n LJM */ in HTMLGen_start_element()
[all …]