Searched defs:Pstate (Results 1 – 3 of 3) sorted by relevance
2 typedef struct Pstate Pstate; typedef201 struct Pstate struct203 int proto; /* protocol type */204 int timeout; /* for current state */205 int rxtimeout; /* for current retransmit */206 ulong flags; /* options received */207 uchar id; /* id of current message */208 uchar confid; /* id of current config message */209 uchar termid; /* id of current termination message */210 uchar rcvdconfid; /* id of last conf message received */[all …]
19 struct Pstate struct21 Pstate* next; // in stack of Pstates argument22 int skipping; // true when we shouldn't add items23 int skipwhite; // true when we should strip leading space24 int curfont; // font index for current font25 int curfg; // current foreground color26 Background curbg; // current background27 int curvoff; // current baseline offset28 uchar curul; // current underline/strike state52 Pstate* psstk; argument
113 typedef struct Pstate Pstate; typedef