Searched defs:tobool (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dsh.h210 #define tobool(cond) ((cond) ? true : false) macro
921 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \

Completed in 132 milliseconds