Lines Matching refs:lauth
202 if (cmd->lauth & LOCAL_CX) in showcx()
204 else if (cmd->lauth & LOCAL_CX_OPT) in showcx()
224 if ((cmd->lauth & arg->prompt->auth) && in HelpCommand()
235 if (cmd->name && (cmd->lauth & arg->prompt->auth)) { in HelpCommand()
247 if (cmd->name && (cmd->lauth & arg->prompt->auth)) { in HelpCommand()
1100 else if (cmd && (!prompt || (cmd->lauth & prompt->auth))) { in FindExec()
1101 if ((cmd->lauth & LOCAL_CX) && !cx) in FindExec()
1105 if ((cmd->lauth & LOCAL_CX) && !cx) in FindExec()
1109 if (cx && !(cmd->lauth & (LOCAL_CX|LOCAL_CX_OPT))) { in FindExec()
1666 if ((arg->cmd->lauth & LOCAL_CX) && !cx) { in SetVariable()
1670 } else if (cx && !(arg->cmd->lauth & (LOCAL_CX|LOCAL_CX_OPT))) { in SetVariable()
2857 if ((arg->cmd->lauth & LOCAL_CX) && !cx) { in NegotiateSet()
2861 } else if (cx && !(arg->cmd->lauth & (LOCAL_CX|LOCAL_CX_OPT))) { in NegotiateSet()