HomeSort by: relevance | last modified time | path
    Searched defs:ps_first (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/indent/
debug.c 158 bool ps_first; member in struct:__anon273935060208
163 .ps_first = true,
264 if (!state.ps_first && curr != prev) {
267 } else if (config.full_parser_state || state.ps_first)
274 if (!state.ps_first && curr != prev)
276 else if (config.full_parser_state || state.ps_first)
283 if (!state.ps_first && strcmp(prev, curr) != 0)
285 else if (config.full_parser_state || state.ps_first)
301 if (!state.ps_first && strcmp(prev_buf.s, curr_buf.s) != 0)
304 else if (config.full_parser_state || state.ps_first)
    [all...]
debug.c 158 bool ps_first; member in struct:__anon273935060208
163 .ps_first = true,
264 if (!state.ps_first && curr != prev) {
267 } else if (config.full_parser_state || state.ps_first)
274 if (!state.ps_first && curr != prev)
276 else if (config.full_parser_state || state.ps_first)
283 if (!state.ps_first && strcmp(prev, curr) != 0)
285 else if (config.full_parser_state || state.ps_first)
301 if (!state.ps_first && strcmp(prev_buf.s, curr_buf.s) != 0)
304 else if (config.full_parser_state || state.ps_first)
    [all...]

Completed in 22 milliseconds