Home | History | Annotate | Download | only in cmenu

Lines Matching defs:NULL

13 #ifndef NULL
14 #define NULL ((void *) 0)
72 if (!str) return NULL;
74 s = NULL;
75 e = NULL;
113 defcmd=NULL; // exec def cmd only once
114 } else next=NULL;
155 c = execdotcmd(cmd,".wait",NULL);
262 perms = ( x ? x->perms : NULL);
305 mi->extra_data = NULL; // initalize
311 if ( (argsmenu==NULL) || (strlen(argsmenu)==0)) bad_argsmenu = 1;
312 if ( (perms==NULL) || (strlen(perms)==0)) bad_perms = 1;
319 xtra->argsmenu = xtra->perms = NULL;
466 curr = add_item(loginstr,"Login/Logout of authentication system",OPT_RUN,NULL,0);
494 dotrv = execdotcmd(skipcmd,".beep%.exit",NULL); // Worst case we beep and exit
517 free(ecmd); ecmd = NULL;
523 dotrv = execdotcmd(ecmd,".repeat",NULL);