Searched refs:NULLSTR (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gram.y | 181 | button string { root = GetRoot($2, NULLSTR, NULLSTR); 193 root = GetRoot(TWM_ROOT,NULLSTR,NULLSTR); 196 NULL,$2,NULLSTR,NULLSTR); 237 | MENU string { root = GetRoot($2, NULLSTR, NULLSTR); } 239 | FUNCTION string { root = GetRoot($2, NULLSTR, NULLSTR); } [all...] |
| H A D | twm.h | 111 #define NULLSTR ((char *) NULL) macro
|
| H A D | menus.c | 946 AddToMenu(menu, "TWM Windows", NULLSTR, NULL, F_TITLE, NULLSTR, 947 NULLSTR);
|
| H A D | events.c | 1038 ExecuteFunction(F_ICONIFY, NULLSTR, Event.xany.window,
|
| /xsrc/external/mit/xlogo/dist/ |
| H A D | xlogo.h | 33 #define NULLSTR(x) (((x)!=NULL)?(x):("")) macro
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | commands.c | 44 #define NULLSTR(x) (((x)!=NULL)?(x):("")) macro
|
Completed in 18 milliseconds