Home
last modified time | relevance | path

Searched refs:ifstmt (Results 1 – 3 of 3) sorted by relevance

/minix3/usr.bin/indent/
H A Dindent_codes.h91 #define ifstmt 22 macro
H A Dparse.c125 case ifstmt: /* scanned if (...) */ in parse()
306 case ifstmt: in reduce()
H A Dindent.c937 hd_type = (*token == 'i' ? ifstmt : in main()