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

/freebsd-current/usr.bin/indent/
H A Dlexi.c174 state->col_1 = state->last_nl; /* tell world that this token started
177 state->last_nl = false;
363 state->last_nl = true; /* remember that we just had a newline */
451 state->last_nl = true; /* remember this so we can set 'state->col_1'
H A Dpr_comment.c230 if (ps.box_com || ps.last_nl) { /* if this is a boxed comment,
244 ps.last_nl = 1;
314 ps.last_nl = false;
H A Dindent_globs.h262 int last_nl; /* this is true if the last thing scanned was member in struct:parser_state
H A Dindent.c122 ps.last_nl = true; /* this is true if the last thing scanned was
/freebsd-current/usr.bin/dtc/
H A Dinput_buffer.cc171 bool last_nl = false; local
175 last_nl = ((c == '\n') || (c == '\r'));
187 if ((c == '#') && ((cursor == 0) || last_nl))
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq.c4026 char *last_nl; local
4045 last_nl = strstr( point, K_NL_PFX_STR);
4048 if (!delim && !last_nl) {
4052 if (last_nl && (!delim || last_nl < delim)) {
4053 delim = last_nl;

Completed in 320 milliseconds