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

/macosx-10.10/sudo-73/src/
H A Dgram.h28 #define RUNASALIAS 284 macro
H A Dtoke.l366 LEXTRACE("RUNASALIAS ");
367 LEXRETURN(RUNASALIAS);
H A Dparse.c343 RUNASALIAS);
356 RUNASALIAS);
396 RUNASALIAS);
410 RUNASALIAS);
543 atype = RUNASALIAS;
H A Dvisudo.c1087 type == USERALIAS ? "User" : type == RUNASALIAS ? "Runas" :
1133 error += check_alias(m->name, RUNASALIAS, strict, quiet);
1165 if (!alias_remove_recursive(m->name, RUNASALIAS))
1186 atype = RUNASALIAS;
1223 a->type == USERALIAS ? "User" : a->type == RUNASALIAS ? "Runas" :
H A Dgram.y159 %token <tok> RUNASALIAS /* Runas_Alias keyword */
219 | RUNASALIAS runasaliases {
529 if ((s = alias_add($1, RUNASALIAS, $3)) != NULL) {
H A Dmatch.c198 if ((a = alias_find(m->name, RUNASALIAS)) != NULL) {
226 if ((a = alias_find(m->name, RUNASALIAS)) != NULL) {
H A Dtestsudoers.c455 case RUNASALIAS:
H A Dgram.c172 #define RUNASALIAS 284 macro
511 "RUNASALIAS","ERROR","TYPE","ROLE",
529 "entry : RUNASALIAS runasaliases",
1493 if ((s = alias_add(yyvsp[-2].string, RUNASALIAS, yyvsp[0].member)) != NULL) {
H A Dtoke.c2060 LEXTRACE("RUNASALIAS ");
2061 LEXRETURN(RUNASALIAS); variable

Completed in 215 milliseconds