Symbol: nested
bin/ksh/syn.c
28
static struct op *nested ARGS((int type, int smark, int emark));
bin/ksh/syn.c
292
t = nested(TPAREN, '(', ')');
bin/ksh/syn.c
296
t = nested(TBRACE, '{', '}');
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
55
int nested = (
tests/usr.bin/indent/lsym_lparen_or_lbracket.c
67
int nested = (
tests/usr.bin/indent/lsym_preprocessing.c
71
# if nested /* inner if comment */
tests/usr.bin/xlint/lint1/msg_093.c
12
static void nested(void);
tests/usr.bin/xlint/lint1/msg_093.c
14
nested();
usr.bin/login/common.c
210
} else if (nested != NULL) {
usr.bin/login/common.c
213
"%s", nested, pwd->pw_name, tty, hname, assbuf);
usr.bin/login/common.c
215
syslog(LOG_NOTICE, "%s to %s on tty %s", nested,
usr.bin/login/common.c
80
char term[64], *envinit[1], *hostname, *tty, *nested;
usr.bin/login/common.h
49
extern char term[64], *envinit[1], *hostname, *tty, *nested;
usr.bin/login/login.c
171
nested = NULL;
usr.bin/login/login.c
279
nested = strdup(user_from_uid(getuid(), 0));
usr.bin/login/login.c
280
if (nested == NULL) {
usr.bin/login/login.c
577
if (nested == NULL && setusercontext(lc, pwd, pwd->pw_uid,
usr.bin/login/login.c
592
if (nested == NULL && setlogin(pwd->pw_name) < 0)
usr.bin/login/login_pam.c
128
nested = NULL;
usr.bin/login/login_pam.c
219
nested = strdup(user_from_uid(getuid(), 0));
usr.bin/login/login_pam.c
220
if (nested == NULL) {
usr.bin/login/login_pam.c
284
if (nested)
usr.bin/login/login_pam.c
285
PAM_SET_ITEM(PAM_NUSER, nested);
usr.bin/login/login_pam.c
471
if (nested == NULL && setusercontext(lc, pwd, pwd->pw_uid,
usr.sbin/sysinst/util.c
1153
int nested;
usr.sbin/sysinst/util.c
1156
nested = 0;
usr.sbin/sysinst/util.c
1157
while ((++dist)->set != SET_GROUP_END || nested--) {
usr.sbin/sysinst/util.c
1160
nested++;
usr.sbin/sysinst/util.c
820
int nested;
usr.sbin/sysinst/util.c
822
for (nested = 0; dist->set != SET_GROUP_END || nested--; dist++) {
usr.sbin/sysinst/util.c
824
nested++;
usr.sbin/sysinst/util.c
856
int nested;
usr.sbin/sysinst/util.c
864
nested = 0;
usr.sbin/sysinst/util.c
866
while ((++dist)->set != SET_GROUP_END || nested--) {
usr.sbin/sysinst/util.c
868
nested++;
usr.sbin/sysinst/util.c
899
int nested;
usr.sbin/sysinst/util.c
913
nested = 0;
usr.sbin/sysinst/util.c
914
while ((++dist)->set != SET_GROUP_END || nested--) {
usr.sbin/sysinst/util.c
916
nested++;