Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DHTML.c966 char *I_name = NULL; in HTML_start_element() local
4393 StrAllocCopy(I_name, value[HTML_BUTTON_NAME]); in HTML_start_element()
4394 UNESCAPE_FIELDNAME_TO_STD(&I_name); in HTML_start_element()
4395 I.name = I_name; in HTML_start_element()
4498 FREE(I_name); in HTML_start_element()
4635 StrAllocCopy(I_name, value[HTML_INPUT_NAME]); in HTML_start_element()
4636 UNESCAPE_FIELDNAME_TO_STD(&I_name); in HTML_start_element()
4637 I.name = I_name; in HTML_start_element()
4968 FREE(I_name); in HTML_start_element()