Searched defs:STATE (Results 1 – 4 of 4) sorted by relevance
704 #define STATE xmm0 /* temporary, 128 bits */ macro [all...]
119 #define STATE(s,c) (s[mbwide()?((c=fcmbget(&LEN)),LEN>1?'a':c):(c=fcget())]) macro
119 #define STATE(s,c) (mbwide()?(c=fcmbstate(s,&NXT,&LEN),NXT):s[c=fcget()]) macro
97 char STATE[MAXPATHLEN], CURRENT[MAXPATHLEN], BACKUP[MAXPATHLEN]; variable