Searched refs:T_NUM (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/screen-22/screen/
H A Dterm.c33 { "li", T_NUM },
34 { "co", T_NUM },
108 { "sg", T_NUM },
109 { "ug", T_NUM },
118 { "Co", T_NUM },
135 { "ws", T_NUM },
156 { "OL", T_NUM },
H A Dterm.h6 #define T_NUM 1 macro
H A Dterm.h.dist6 #define T_NUM 1
H A Dtermcap.c151 case T_NUM:
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dexpr.c121 #define T_NUM 1 macro
141 #define numeric(np) ((np)->type&T_NUM)
208 np->type = T_NUM;
218 np->type = T_NUM;
280 np->type |= T_NUM;
311 np->type = T_NUM;
325 np->type |= T_NUM;
369 np->type = T_NUM;
389 np->type = T_NUM;
457 np->type = T_NUM;
[all...]

Completed in 82 milliseconds