Searched refs:atend (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/bin/sh/
H A Doptions.c474 atend:
483 goto atend;
H A Dexpand.c1074 int atend; local
1150 atend = 1;
1152 atend = 0;
1170 if (atend)
1186 if (! atend)
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_utl.c757 int atend = (i == len - 1 || p[i + 1] == '.'); local
767 && (!atstart || !atend))
770 if (!atstart && !atend)
/freebsd-current/contrib/sendmail/src/
H A Dconf.c3058 ** this version hacked to add `atend' flag to allow state machine
3095 static char atend = 0; local
3098 if (atend) {
3099 atend = 0;
3104 atend++;
3109 atend++;

Completed in 898 milliseconds