Home
last modified time | relevance | path

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

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/oxine/
H A Dmediamarks.c120 int rtypea=0, rtypeb=0; in in_cill_order() local
129 if((ita->type == TYPE_DIR)||(ita->type == TYPE_RDIR)) rtypea = 1; in in_cill_order()
132 if((rtypea)&&(!rtypeb)) return 1; in in_cill_order()
133 if((!rtypea)&&(rtypeb)) return 0; in in_cill_order()