Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/indent/
H A Dindent.c1146 int com_end = 0; in main() local
1187 com_end = e_lab - s_lab; in main()
1195 if (e_lab - s_lab == com_end && bp_save == 0) { /* comment on in main()
1206 bcopy(s_lab + com_start, sc_end, com_end - com_start); in main()
1207 sc_end += com_end - com_start; in main()
/openbsd-src/lib/libcrypto/perlasm/
H A Dx86gas.pl141 { push(@out,"\t$com_start $_ $com_end\n"); }