Searched refs:NULLSTR (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dgram.y181 | 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 Dtwm.h111 #define NULLSTR ((char *) NULL) macro
H A Dmenus.c946 AddToMenu(menu, "TWM Windows", NULLSTR, NULL, F_TITLE, NULLSTR,
947 NULLSTR);
H A Devents.c1038 ExecuteFunction(F_ICONIFY, NULLSTR, Event.xany.window,
/xsrc/external/mit/xlogo/dist/
H A Dxlogo.h33 #define NULLSTR(x) (((x)!=NULL)?(x):("")) macro
/xsrc/external/mit/xedit/dist/
H A Dcommands.c44 #define NULLSTR(x) (((x)!=NULL)?(x):("")) macro

Completed in 18 milliseconds