Home
last modified time | relevance | path

Searched refs:gotone (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/cvs/doc/
Dmkman.pl114 my $gotone = 0;
128 if (!$gotone && /^\@c ----- START MAN $texi_num -----$/)
130 $gotone = 1;
135 next unless $gotone;
/mirbsd/src/sbin/swapctl/
Dswapctl.c336 int gotone = 0; in do_fstab() local
429 gotone = 1; in do_fstab()
437 if (gotone == 0) in do_fstab()
/mirbsd/src/gnu/usr.bin/cvs/src/
Dparseinfo.c623 static bool gotone = false; in parse_config() local
624 if (gotone) in parse_config()
629 gotone = true; in parse_config()
/mirbsd/src/usr.bin/file/
Dascmagic.c501 int gotone = 0; in looks_utf8() local
551 gotone = 1; in looks_utf8()
555 return gotone; /* don't claim it's UTF-8 if it's all 7-bit */ in looks_utf8()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-e7000.c1909 int gotone = 0; in expect_n() local
1941 gotone = 1; in expect_n()
1949 if (gotone) in expect_n()