Searched refs:last_nl (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/usr.bin/indent/
H A Dlexi.c136 ps.col_1 = ps.last_nl; /* tell world that this token started in
138 ps.last_nl = false;
365 ps.last_nl = true; /* remember that we just had a newline */
471 ps.last_nl = true; /* remember this so we can set 'ps.col_1'
H A Dpr_comment.c98 * int ps.last_nl = 0; true iff the last significant thing
192 ps.last_nl = 0;
221 if (ps.box_com || ps.last_nl) { /* if this is a boxed comment,
250 ps.last_nl = 1;
H A Dindent_globs.h248 int last_nl; /* this is true if the last thing scanned was member in struct:parser_state
H A Dindent.c106 ps.last_nl = true; /* this is true if the last thing scanned was
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmonitor.c446 last_random, last_nl, last_cr, last_crnl enumerator in enum:__anon1399
474 if ((c == '\r' && state == last_nl)
486 state = last_nl;

Completed in 198 milliseconds