Searched refs:comstate (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dcomment.h24 struct comstate { struct
26 struct comstate *cs_prev;
31 extern struct comstate *comstate;
37 #define compeek() (comstate==NULL?NULL:(comstate->cs_comment))
38 #define comgetflags() (comstate->cs_flags)
39 #define comsetflags(f) (comstate->cs_flags=(f))
H A Dcomment.c21 struct comstate *comstate; variable in typeref:struct:comstate
27 struct comstate *cs;
29 cs = comstate;
30 comstate = cs->cs_prev;
36 struct comstate *cs;
38 if (( cs = (struct comstate *)malloc( sizeof( struct comstate ))) ==
45 cs->cs_prev = comstate;
47 comstate
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dcomment.h24 struct comstate { struct
26 struct comstate *cs_prev;
31 extern struct comstate *comstate;
37 #define compeek() (comstate==NULL?NULL:(comstate->cs_comment))
38 #define comgetflags() (comstate->cs_flags)
39 #define comsetflags(f) (comstate->cs_flags=(f))
H A Dcomment.c21 struct comstate *comstate; variable in typeref:struct:comstate
27 struct comstate *cs;
29 cs = comstate;
30 comstate = cs->cs_prev;
36 struct comstate *cs;
38 if (( cs = (struct comstate *)malloc( sizeof( struct comstate ))) ==
45 cs->cs_prev = comstate;
47 comstate
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dtblcmp.c46 * int state[numecs], statenum, totaltrans, comstate, comfreq;
47 * bldtbl( state, statenum, totaltrans, comstate, comfreq );
78 void bldtbl( state, statenum, totaltrans, comstate, comfreq )
79 int state[], statenum, totaltrans, comstate, comfreq;
106 * protos which have the same "comstate" value.
116 /* Find first proto which has the same "comstate". */
118 if ( protcomst[i] == comstate )
131 * frequency, we set the "comstate" to zero, assuring
135 comstate = 0;
181 mktemplate( state, statenum, comstate );
[all...]
H A Ddfa.c401 int targptr, totaltrans, i, comstate, comfreq, targ; local
745 comstate = 0;
751 comstate = targstate[i];
754 bldtbl( state, ds, totaltrans, comstate, comfreq );

Completed in 184 milliseconds