Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUtils.h250 #define UIP_P_FRAG 0x0001 /* flag: consider "url#frag" as matching "url" */ macro
254 #define LYIsUIPage(url,type) LYIsUIPage3(url, type, UIP_P_FRAG)
DLYUtils.c6570 } else if ((flagparam & UIP_P_FRAG) ? in LYIsUIPage3()
6580 if ((flagparam & UIP_P_FRAG) ? in LYIsUIPage3()