Searched refs:dbg_null (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Ddebugparse.c65 case dbg_null:
96 * state variable and initialize it to dbg_null.
107 * dbg_null - The input character was an end-of-line.
110 * dbg_eof - Same as dbg_null, except that the character
151 *state = dbg_null; /* Set state to null (initial state) so */
155 *state = dbg_null; /* A newline or eoln resets to the null state. */
156 return( dbg_null );
171 if( dbg_null == *state )
236 *state = dbg_null;
265 dbg_Token old = dbg_null,
[all...]
H A Ddebug2html.c78 * mode - The current mode. This is either dbg_null or
94 case dbg_null:
110 return( dbg_null );
185 case dbg_null:
229 dbg_Token old = dbg_null,
230 newtok = dbg_null,
231 state = dbg_null,
232 mode = dbg_null;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Ddebugparse.h49 dbg_null = 0, enumerator in enum:__anon5125
87 * state variable and initialize it to dbg_null.
98 * dbg_null - The input character was an end-of-line.
101 * dbg_eof - Same as dbg_null, except that the character

Completed in 56 milliseconds