Home
last modified time | relevance | path

Searched refs:vec_byte (Results 1 – 1 of 1) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/clients/uil/
H A DUilSemVal.c2316 unsigned char vec_byte; local
2319 vec_byte = entry_vec[_BIT_INDEX(class_code)];
2320 return (boolean) vec_byte & _BIT_MASK(class_code);
2360 unsigned char vec_byte; local
2363 vec_byte = entry_vec[_BIT_INDEX(class_code)];
2364 return (boolean) vec_byte & _BIT_MASK(class_code);
2406 unsigned char vec_byte; local
2409 vec_byte = entry_vec[_BIT_INDEX(class_code)];
2410 return (boolean) vec_byte & _BIT_MASK(class_code);
2453 unsigned char vec_byte; local
[all …]