Searched refs:USERALIAS (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/sudo-73/src/
H A Dgram.h27 #define USERALIAS 283 macro
H A Dtoke.l363 LEXTRACE("USERALIAS ");
364 LEXRETURN(USERALIAS);
H A Dvisudo.c1087 type == USERALIAS ? "User" : type == RUNASALIAS ? "Runas" :
1119 error += check_alias(m->name, USERALIAS, strict, quiet);
1149 if (!alias_remove_recursive(m->name, USERALIAS))
1183 atype = USERALIAS;
1223 a->type == USERALIAS ? "User" : a->type == RUNASALIAS ? "Runas" :
H A Dgram.y158 %token <tok> USERALIAS /* User_Alias keyword */
210 | USERALIAS useraliases {
542 if ((s = alias_add($1, USERALIAS, $3)) != NULL) {
H A Dtestsudoers.c452 case USERALIAS:
H A Dgram.c171 #define USERALIAS 283 macro
510 "LOG_OUTPUT","NOLOG_OUTPUT","ALL","COMMENT","HOSTALIAS","CMNDALIAS","USERALIAS",
526 "entry : USERALIAS useraliases",
1503 if ((s = alias_add(yyvsp[-2].string, USERALIAS, yyvsp[0].member)) != NULL) {
H A Dmatch.c136 if ((a = alias_find(m->name, USERALIAS)) != NULL) {
H A Dparse.c539 atype = USERALIAS;
H A Dtoke.c2057 LEXTRACE("USERALIAS ");
2058 LEXRETURN(USERALIAS); variable

Completed in 248 milliseconds