Searched refs:start_anchor (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTNews.c | 704 static void start_anchor(const char *href) in start_anchor() function 779 start_anchor(q); in write_anchor() 1210 start_anchor(href); in read_article() 1290 start_anchor(href); in read_article() 1334 start_anchor(href); in read_article() 1476 start_anchor(strtok(href, " \r\n\t,>)\"")); in read_article() 1485 start_anchor(p2 + 1); in read_article() 1515 start_anchor(strtok(href, " \r\n\t,>)\"")); in read_article() 1804 start_anchor(dbuf); in read_group() 2093 start_anchor(dbuf); in read_group() [all …]
|
| D | HTFinger.c | 81 static void start_anchor(const char *href) in start_anchor() function 221 start_anchor(strtok(href, " \r\n\t,>)\"")); in response()
|
| /mirbsd/src/gnu/usr.bin/lynx/src/ |
| D | GridText.c | 12767 TextAnchor *start_anchor, in update_subsequent_anchors() argument 12790 anchor = start_anchor->next; /* begin updating with the NEXT anchor */ in update_subsequent_anchors() 12830 anchor = start_anchor->next; in update_subsequent_anchors() 12978 static int finish_ExtEditForm(LinkInfo * form_link, TextAnchor *start_anchor, in finish_ExtEditForm() argument 13021 anchor_ptr = start_anchor; in finish_ExtEditForm() 13220 TextAnchor *start_anchor = NULL; in HText_EditTextArea() local 13249 start_anchor = anchor_ptr; in HText_EditTextArea() 13269 if (start_anchor != 0) { in HText_EditTextArea() 13287 offset = finish_ExtEditForm(form_link, start_anchor, ed_temp, orig_cnt); in HText_EditTextArea()
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | CHANGES | 4833 when to prompt for re-wrapping): use start_anchor not anchor_ptr. Without
|