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

/freebsd-13-stable/usr.bin/indent/
H A Dlexi.c182 state->col_1 = state->last_nl; /* tell world that this token started
185 state->last_nl = false;
371 state->last_nl = true; /* remember that we just had a newline */
459 state->last_nl = true; /* remember this so we can set 'state->col_1'
H A Dpr_comment.c238 if (ps.box_com || ps.last_nl) { /* if this is a boxed comment,
252 ps.last_nl = 1;
322 ps.last_nl = false;
H A Dindent_globs.h263 int last_nl; /* this is true if the last thing scanned was member in struct:parser_state
H A Dindent.c131 ps.last_nl = true; /* this is true if the last thing scanned was
/freebsd-13-stable/usr.bin/dtc/
H A Dinput_buffer.cc173 bool last_nl = false; local
177 last_nl = ((c == '\n') || (c == '\r'));
189 if ((c == '#') && ((cursor == 0) || last_nl))
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c3981 char *last_nl; local
4000 last_nl = strstr( point, K_NL_PFX_STR);
4003 if (!delim && !last_nl) {
4007 if (last_nl && (!delim || last_nl < delim)) {
4008 delim = last_nl;

Completed in 175 milliseconds