Home | History | Annotate | Download | only in src

Lines Matching full:lauth

199   if (cmd->lauth & LOCAL_CX)
201 else if (cmd->lauth & LOCAL_CX_OPT)
221 if ((cmd->lauth & arg->prompt->auth) &&
232 if (cmd->name && (cmd->lauth & arg->prompt->auth)) {
244 if (cmd->name && (cmd->lauth & arg->prompt->auth)) {
1093 else if (cmd && (!prompt || (cmd->lauth & prompt->auth))) {
1094 if ((cmd->lauth & LOCAL_CX) && !cx)
1098 if ((cmd->lauth & LOCAL_CX) && !cx)
1102 if (cx && !(cmd->lauth & (LOCAL_CX|LOCAL_CX_OPT))) {
1659 if ((arg->cmd->lauth & LOCAL_CX) && !cx) {
1663 } else if (cx && !(arg->cmd->lauth & (LOCAL_CX|LOCAL_CX_OPT))) {
2845 if ((arg->cmd->lauth & LOCAL_CX) && !cx) {
2849 } else if (cx && !(arg->cmd->lauth & (LOCAL_CX|LOCAL_CX_OPT))) {