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

  /src/usr.bin/indent/
lexi.c 394 ps.next_unary = false;
403 ps.next_unary = ps.prev_lsym == lsym_tag
412 ps.next_unary = true;
423 ps.next_unary = true;
431 ps.next_unary = true;
460 ps.next_unary = true;
495 if (ps.next_unary || ps.in_func_def_params)
593 bool next_unary; local in function:lexi
599 next_unary = ps.next_unary;
    [all...]
indent.h 370 bool next_unary; /* whether the following operator should be member in struct:parser_state

Completed in 12 milliseconds