Searched refs:PreventChars (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/usr.sbin/pkg_install/version/
H A Dversion.h34 extern char *PreventChars;
H A Dmain.c32 char *PreventChars = NULL; variable
86 PreventChars = optarg;
H A Dperform.c260 #define OUTPUT(c) ((PreventChars != NULL && !strchr(PreventChars, (c))) || \
262 (PreventChars == NULL && LimitChars == NULL))

Completed in 51 milliseconds