Searched refs:commenting (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/boot/ficl/softwords/
H A Dsoftcore.awk71 commenting = 0;
91 if (commenting == 0) printf "/*\n";
93 commenting = 1;
106 commenting = 0;
113 if (commenting) end_comments();
122 if (commenting) end_comments();
153 if (commenting) end_comments();
159 if (commenting) end_comments();
167 if (commenting) end_comments();
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_scan.c153 int commenting; local
162 commenting = 0;
178 if (commenting) {
194 } else if (commenting) {
198 commenting--;
204 commenting++;

Completed in 53 milliseconds