Home | History | Annotate | Download | only in fen

Lines Matching refs:fp

35 #define FN_NAME(fp)	(((fdata*)(fp))->fobj.fo_name)
36 #define FN_NODE(fp) (((fdata*)(fp))->node)
37 #define FN_IS_DIR(fp) (((fdata*)(fp))->is_dir)
38 #define FN_IS_PASSIVE(fp) (((fdata*)(fp))->subs == NULL)
39 #define FN_IS_MONDIR(fp) (((fdata*)(fp))->mon_dir_num > 0)
40 #define FN_IS_LIVING(fp) (!((fdata*)(fp))->is_cancelled)