Home
last modified time | relevance | path

Searched refs:using_x (Results 1 – 6 of 6) sorted by relevance

/dports/math/oleo/oleo-1.99.16/src/
H A Dio-term.h27 extern int using_x;
H A Dio-term.c140 int using_x = 0; variable
921 if ((! using_x) && (! using_gtk) && (! using_motif)) { in oleo_catch_signals()
1155 using_x = TRUE; in main()
H A Dfont.c250 if (using_x) in set_default_font()
H A Dbasic.c900 if (using_x) in do_mouse_goto()
/dports/astro/xearth/xearth-1.2/
H A Dxearth.c76 int using_x _P((int, char *[]));
132 if (using_x(argc, argv))
416 int using_x(argc, argv) in using_x() function
/dports/lang/pcc/pcc-1.1.0/cc/cxxcom/
H A Dcgram.y294 | using_x
297 using_x: CXX_USING tnopt ccopt nested_name_sp ';' { werror("using"); }