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

/openbsd-current/usr.bin/indent/
H A Dlexi.c130 ps.col_1 = ps.last_nl; /* tell world that this token started in
132 ps.last_nl = false;
340 ps.last_nl = true; /* remember that we just had a newline */
446 ps.last_nl = true; /* remember this so we can set 'ps.col_1'
H A Dpr_comment.c87 * int ps.last_nl = 0; true iff the last significant thing
176 ps.last_nl = 0;
205 if (ps.box_com || ps.last_nl) { /* if this is a boxed comment,
235 ps.last_nl = 1;
H A Dindent_globs.h241 int last_nl; /* this is true if the last thing scanned was member in struct:parser_state
H A Dindent.c215 ps.last_nl = true; /* this is true if the last thing scanned was
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c446 last_random, last_nl, last_cr, last_crnl enumerator in enum:__anon4526
474 if ((c == '\r' && state == last_nl)
486 state = last_nl;

Completed in 178 milliseconds