Searched refs:tfw (Results 1 – 2 of 2) sorted by relevance
699 struct fw_bind *tfw, *r = NULL; in fw_bindlookup() local703 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindlookup()704 if (BIND_CMP(addr, tfw) == 0) { in fw_bindlookup()705 r = tfw; in fw_bindlookup()718 struct fw_bind *tfw, *prev = NULL; in fw_bindadd() local727 STAILQ_FOREACH(tfw, &fc->binds, fclist) { in fw_bindadd()728 if (fwb->end < tfw->start) in fw_bindadd()730 prev = tfw; in fw_bindadd()753 struct fw_bind *tfw; in fw_bindremove() local756 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindremove()[all …]
69 static GdkFont *tfw; variable316 tfw = gdk_font_load ("-Misc-Fixed-Medium-R-*-*-13-120-75-75-C-120-ISO10646-1"); in gtk_vi_screen_class_init()