Searched refs:UIP_P_FRAG (Results 1 – 2 of 2) sorted by relevance
250 #define UIP_P_FRAG 0x0001 /* flag: consider "url#frag" as matching "url" */ macro254 #define LYIsUIPage(url,type) LYIsUIPage3(url, type, UIP_P_FRAG)
6570 } else if ((flagparam & UIP_P_FRAG) ? in LYIsUIPage3()6580 if ((flagparam & UIP_P_FRAG) ? in LYIsUIPage3()