Searched defs:VUNSET (Results 1 - 1 of 1) sorted by last modified time

/system/core/sh/
H A Dvar.h47 #define VUNSET 0x20 /* the variable is not set */ macro
95 #define ifsset() ((vifs.flags & VUNSET) == 0)
108 #define attyset() ((vatty.flags & VUNSET) == 0)
110 #define mpathset() ((vmpath.flags & VUNSET) == 0)

Completed in 16 milliseconds