Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYJump.c55 void LYAddJumpShortcut(HTList *historyp, char *shortcut) in LYAddJumpShortcut() argument
59 HTList *cur = historyp; in LYAddJumpShortcut()
61 if (!historyp || isEmpty(shortcut)) in LYAddJumpShortcut()
68 HTList_removeObject(historyp, old); in LYAddJumpShortcut()
73 HTList_addObject(historyp, tmp); in LYAddJumpShortcut()