Searched refs:NOLOG_INPUT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/sudo-73/src/
H A Dgram.h20 #define NOLOG_INPUT 276 macro
H A Dtoke.l418 NOLOG_INPUT[[:blank:]]*: {
419 LEXTRACE("NOLOG_INPUT ");
420 LEXRETURN(NOLOG_INPUT);
H A Dgram.y151 %token <tok> NOLOG_INPUT /* don't log user's cmnd input */
458 | cmndtag NOLOG_INPUT {
H A Dgram.c164 #define NOLOG_INPUT 276 macro
509 "PASSWD","NOEXEC","EXEC","SETENV","NOSETENV","LOG_INPUT","NOLOG_INPUT",
577 "cmndtag : cmndtag NOLOG_INPUT",
H A Dtoke.c2143 LEXTRACE("NOLOG_INPUT ");
2144 LEXRETURN(NOLOG_INPUT); variable

Completed in 136 milliseconds