Home
last modified time | relevance | path

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

/dports/graphics/swftools/swftools-0.9.2/lib/modules/
H A Dswfobject.c71 …flags = (id?PF_CHAR:0)|(m?PF_MATRIX:0)|(cx?PF_CXFORM:0)|(name?PF_NAME:0)|((m||cx)&&(!id)?PF_MOVE:0… in objectplace()
84 if (flags&PF_NAME) swf_SetString(t,name); in objectplace()
123 (obj->name?PF_NAME:0)|(obj->move?PF_MOVE:0)| in swf_SetPlaceObject()
138 if (flags&PF_NAME) swf_SetString(t,obj->name); in swf_SetPlaceObject()
195 if(flags&PF_NAME) { in swf_GetPlaceObject()
H A Dswftools.c414 if(flags&PF_NAME) { in swf_GetName()
/dports/graphics/flasm/flasm-1.62_1/
H A Daction.h147 PF_NAME = 0x20, /* there is an object name (string) */ enumerator
H A Dunflasm.c1930 if (flags & PF_NAME) { in parsePlaceObject()
H A Dflasm.c869 if (flags & PF_NAME) in writePlaceMCStart()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/paride/
H A Dpf.c118 #define PF_NAME "pf" macro
131 static char *name = PF_NAME;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/paride/
H A Dpf.c118 #define PF_NAME "pf" macro
131 static char *name = PF_NAME;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/paride/
H A Dpf.c118 #define PF_NAME "pf" macro
131 static char *name = PF_NAME;
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dprefs.c77 #define PF_NAME "preferences" macro
4382 gpf_path = get_datafile_path(PF_NAME); in read_prefs()
4431 pf_path = get_persconffile_path(PF_NAME, TRUE); in read_prefs()
6665 pf_path = get_persconffile_path(PF_NAME, TRUE); in write_prefs()
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dprefs.c77 #define PF_NAME "preferences" macro
4382 gpf_path = get_datafile_path(PF_NAME); in read_prefs()
4431 pf_path = get_persconffile_path(PF_NAME, TRUE); in read_prefs()
6665 pf_path = get_persconffile_path(PF_NAME, TRUE); in write_prefs()
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dprefs.c77 #define PF_NAME "preferences" macro
4382 gpf_path = get_datafile_path(PF_NAME); in read_prefs()
4431 pf_path = get_persconffile_path(PF_NAME, TRUE); in read_prefs()
6665 pf_path = get_persconffile_path(PF_NAME, TRUE); in write_prefs()
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dprefs.c77 #define PF_NAME "preferences" macro
4382 gpf_path = get_datafile_path(PF_NAME); in read_prefs()
4431 pf_path = get_persconffile_path(PF_NAME, TRUE); in read_prefs()
6665 pf_path = get_persconffile_path(PF_NAME, TRUE); in write_prefs()
/dports/graphics/swftools/swftools-0.9.2/lib/
H A Drfxswf.h951 #define PF_NAME 0x20 macro