Home
last modified time | relevance | path

Searched defs:Pstate (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/cmd/ip/ppp/
H A Dppp.h2 typedef struct Pstate Pstate; typedef
201 struct Pstate struct
203 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 …]
/plan9-contrib/sys/src/libhtml/
H A Dbuild.c19 struct Pstate struct
21 Pstate* next; // in stack of Pstates argument
22 int skipping; // true when we shouldn't add items
23 int skipwhite; // true when we should strip leading space
24 int curfont; // font index for current font
25 int curfg; // current foreground color
26 Background curbg; // current background
27 int curvoff; // current baseline offset
28 uchar curul; // current underline/strike state
52 Pstate* psstk; argument
/plan9-contrib/sys/include/
H A Dhtml.h113 typedef struct Pstate Pstate; typedef