Go to the documentation of this file.
99 #ifndef _S3_DICT2PID_H_
100 #define _S3_DICT2PID_H_
232 #define dict2pid_internal(d,w,p) ((d)->internal[w][p])
233 #define dict2pid_n_comstate(d) ((d)->n_comstate)
234 #define dict2pid_n_comsseq(d) ((d)->n_comsseq)
235 #define dict2pid_is_composite(d) ((d)->is_composite)
237 #define IS_COMPOSITE 1
238 #define NOT_COMPOSITE 0