Home
last modified time | relevance | path

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

/openbsd/sbin/route/
H A Droute.c2012 int gotsome = 0; in bprintf() local
2018 if (gotsome == 0) in bprintf()
2023 gotsome = 1; in bprintf()
2030 if (gotsome) in bprintf()
/openbsd/gnu/usr.bin/perl/
H A Dpp_ctl.c500 bool gotsome = FALSE; /* seen at least one non-blank item on this line */ in PP() local
567 gotsome = FALSE; in PP()
608 gotsome = TRUE; in PP()
666 gotsome = TRUE; in PP()
759 gotsome = TRUE; in PP()
866 gotsome = TRUE; in PP()
912 if (gotsome) { in PP()