Lines Matching defs:global
6950 * because we stored them in global variables that are allocated and
8519 * The global imp_svc and imp_inst should be set by the caller in the
15780 lscf_delnotify(const char *set, int global)
15797 if (global) {
15809 if (global) {
15837 lscf_listnotify(const char *set, int global)
15855 if (global) {
15873 if (global) {
16093 setnotify(const char *e, char **p, int global)
16115 if (global) {
16140 if (global) {
16183 int global;
16204 global = 1;
16208 global = 0;
16213 ret = setnotify(events, p, global);