Home
last modified time | relevance | path

Searched refs:elsehead (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/indent/
Dparse.c84 if (ps.p_stack[ps.tos] == elsehead && ps.else_if) /* "else if ..." */ in parse()
149 ps.p_stack[ps.tos] = elsehead; in parse()
292 case elsehead: in reduce()
Dindent_codes.h66 #define elsehead 31 macro