Home
last modified time | relevance | path

Searched refs:xmh (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/net/xprobe/xprobe2-0.3/src/
H A Dxprobe.cc38 Xprobe_Module_Hdlr *xmh; variable
49 xmh = new Xprobe_Module_Hdlr; in main()
78 xmh->load(); in main()
89 xmh->init(); in main()
91 xmh->print(); in main()
100 xmh->fini(); in main()
107 delete xmh; in main()
H A Dtarget.cc33 extern Xprobe_Module_Hdlr *xmh;
240 int ret = 0, alive_tests = xmh->loaded_mods_num(XPROBE_MODULE_ALIVETEST); in check_alive()
243 os = new OS_Matrix(xmh->loaded_mods_num(XPROBE_MODULE_ALIVETEST)); in check_alive()
244 xmh->exec(XPROBE_MODULE_ALIVETEST, this, os); in check_alive()
265 int ret = 0, i = xmh->loaded_mods_num(XPROBE_MODULE_OSTEST), keywordcount; in os_probe()
272 xmh->exec(XPROBE_MODULE_OSTEST, this, os); in os_probe()
281 if (keywordcount < xmh->loaded_mods_num(XPROBE_MODULE_OSTEST)) { in os_probe()
307 OS_Matrix *os = new OS_Matrix(xmh->loaded_mods_num(XPROBE_MODULE_INFOGATHER)); in gather_info()
310 xmh->exec(XPROBE_MODULE_INFOGATHER, this, os); in gather_info()
H A Dcmd_opts.cc30 extern Xprobe_Module_Hdlr *xmh;
69 int c, modcount = xmh->get_module_count(), mod_to_disable, mod_to_enable; in parse()
77 if (xmh->mod_disabled_by_default(c)) in parse()
109 xmh->display_mod_names(); in parse()
130 if ((mod_to_disable = xmh->modbyname(optarg)) == -1) in parse()
152 if ((mod_to_enable = xmh->modbyname(optarg)) == -1) in parse()
341 if (modnum > 0 && modnum <= xmh->get_module_count()) in mod_is_disabled()
H A Dconfig_set.cc31 extern Xprobe_Module_Hdlr *xmh;
295 if ((mod = xmh->find_mod(key)) == NULL) { in process_fingerprint()
H A Dscan_engine.cc34 extern Xprobe_Module_Hdlr *xmh;
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/perf_tests/
H A Dperf_exp.F41 double precision :: xmh ! = xm+h/2 variable
53 xmh = xm+0.5d0*h
57 x=xmh+h*(ipt-1)
72 ipt = (x-xmh)/h
73 xi = xmh+h*(ipt-1)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/perf_tests/
H A Dperf_exp.F41 double precision :: xmh ! = xm+h/2 variable
53 xmh = xm+0.5d0*h
57 x=xmh+h*(ipt-1)
72 ipt = (x-xmh)/h
73 xi = xmh+h*(ipt-1)
/dports/x11/xmh/xmh-1.0.3/
H A DREADME1 The xmh program provides a graphical user interface to the
16 git://anongit.freedesktop.org/git/xorg/app/xmh
18 http://cgit.freedesktop.org/xorg/app/xmh
H A DMakefile.am23 bin_PROGRAMS = xmh program
61 xmh.h
H A DXmh.sample2 ! Examples of customizing xmh with resource specifications.
87 ! ("clients/xmh" is a subfolder; it must be existing.)
92 <Key>F3: XmhOpenFolder(clients/xmh)\n\
H A Dconfigure.ac26 AC_INIT([xmh], [1.0.3], package
27 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xmh])
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/rrd/
H A Ddo_ifstat.c140 void *xmh; in do_ifstat_rrd() local
143 xmh = hostinfo(hostname); in do_ifstat_rrd()
144 if (xmh) { in do_ifstat_rrd()
145 char *ifname_filter_expr = xmh_item(xmh, XMH_INTERFACES); in do_ifstat_rrd()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/rrd/
H A Ddo_ifstat.c140 void *xmh; in do_ifstat_rrd() local
143 xmh = hostinfo(hostname); in do_ifstat_rrd()
144 if (xmh) { in do_ifstat_rrd()
145 char *ifname_filter_expr = xmh_item(xmh, XMH_INTERFACES); in do_ifstat_rrd()
/dports/x11/xmh/xmh-1.0.3/man/
H A DMakefile.am3 appman_PRE = xmh.man
/dports/x11-wm/twm/twm-1.0.11/sample-twmrc/
H A Dkeith.twmrc170 "Mail" !"xmh &"
179 "expo mail" !"expo xmh &"
/dports/mail/nmh/nmh-1.7.1/SPECS/
H A Dnmh.cygport13 email user agent, you'll want to also install xmh to provide a user
/dports/games/penguin-command/penguin-command-1.6.11/src/
H A DSDL_gfxPrimitives.c1868 int xmh, xph, ypk, ymk; in ellipseColor() local
1930 xmh=x-h; in ellipseColor()
2027 xmh=x-h; in ellipseColor()
2031 result |= pixelColor (dst,xmh,ypk, color); in ellipseColor()
2033 result |= pixelColor (dst,xmh,ymk, color); in ellipseColor()
2036 result |= pixelColor (dst,xmh,y, color); in ellipseColor()
2197 int xmh, xph; in filledEllipseColor() local
2242 xmh=x-h; in filledEllipseColor()
2244 result |= hlineColor (dst,xmh,xph,y+k,color); in filledEllipseColor()
2245 result |= hlineColor (dst,xmh,xph,y-k,color); in filledEllipseColor()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/
H A DImakefile44 XMHSRCDIR = xmh
/dports/games/megamario/MegaMario_v1.7_full/src/src_Editor/
H A DGfx.cpp1465 int xmh, xph, ypk, ymk; in EllipseColor() local
1568 xmh = x - h; in EllipseColor()
1572 result |= FastPixelColorNolock(dst, xmh, ypk, color); in EllipseColor()
1577 result |= FastPixelColorNolock(dst, xmh, y, color); in EllipseColor()
1662 xmh = x - h; in EllipseColor()
1666 result |= PixelColorNolock (dst, xmh, ypk, color); in EllipseColor()
1668 result |= PixelColorNolock (dst, xmh, ymk, color); in EllipseColor()
1671 result |= PixelColorNolock (dst, xmh, y, color); in EllipseColor()
1760 int xmh, xph; in FilledEllipseColor() local
1834 xmh = x - h; in FilledEllipseColor()
[all …]
/dports/games/megamario/MegaMario_v1.7_full/src/
H A DSDL_gfxPrimitives.c2246 int xmh, xph, ypk, ymk; in ellipseColor() local
2349 xmh = x - h; in ellipseColor()
2353 result |= fastPixelColorNolock(dst, xmh, ypk, color); in ellipseColor()
2358 result |= fastPixelColorNolock(dst, xmh, y, color); in ellipseColor()
2443 xmh = x - h; in ellipseColor()
2447 result |= pixelColorNolock (dst, xmh, ypk, color); in ellipseColor()
2449 result |= pixelColorNolock (dst, xmh, ymk, color); in ellipseColor()
2452 result |= pixelColorNolock (dst, xmh, y, color); in ellipseColor()
2786 int xmh, xph; in filledEllipseColor() local
2860 xmh = x - h; in filledEllipseColor()
[all …]
/dports/games/fillets-ng/fillets-ng-1.0.1/src/SDL_gfx/
H A DSDL_gfxPrimitives.c2246 int xmh, xph, ypk, ymk; in ellipseColor() local
2349 xmh = x - h; in ellipseColor()
2353 result |= fastPixelColorNolock(dst, xmh, ypk, color); in ellipseColor()
2358 result |= fastPixelColorNolock(dst, xmh, y, color); in ellipseColor()
2443 xmh = x - h; in ellipseColor()
2447 result |= pixelColorNolock (dst, xmh, ypk, color); in ellipseColor()
2449 result |= pixelColorNolock (dst, xmh, ymk, color); in ellipseColor()
2452 result |= pixelColorNolock (dst, xmh, y, color); in ellipseColor()
2786 int xmh, xph; in filledEllipseColor() local
2860 xmh = x - h; in filledEllipseColor()
[all …]
/dports/mail/nmh/nmh-1.7.1/docs/
H A DFAQ198 09.02 Does xmh support subfolders?
205 Switching xmh's editor
577 ftp://cs.utk.edu/pub/xmh.shar.Z 162k
613 many of the advantages of xmh, but lacks several of xmh's
3950 ftp://ftp.sei.cmu.edu/pub/xmh/xmh-mods-R5-1.7.Z 37k
3951 ftp://ftp.sei.cmu.edu/pub/xmh/xmh-mods-R6-1.0.Z 37k
3986 you later re-run xmh, the folder is no longer visible to xmh.
4067 Subject: Switching xmh's editor
4185 X(defun xmh-command-send-or-delete ()
4204 # end of 'xmh-command.el'
[all …]
/dports/mail/mmh/mmh-0.4/docs/
H A DFAQ199 09.02 Does xmh support subfolders?
206 Switching xmh's editor
586 ftp://cs.utk.edu/pub/xmh.shar.Z 162k
622 many of the advantages of xmh, but lacks several of xmh's
3947 ftp://ftp.sei.cmu.edu/pub/xmh/xmh-mods-R5-1.7.Z 37k
3948 ftp://ftp.sei.cmu.edu/pub/xmh/xmh-mods-R6-1.0.Z 37k
3983 you later re-run xmh, the folder is no longer visible to xmh.
4064 Subject: Switching xmh's editor
4182 X(defun xmh-command-send-or-delete ()
4201 # end of 'xmh-command.el'
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymongen/
H A Dloaddata.c405 void *xmh; in generate_compactitems() local
418 xmh = hostinfo(h->hostentry->hostname); in generate_compactitems()
419 compacted = xmh_item(xmh, XMH_COMPACT); in generate_compactitems()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymongen/
H A Dloaddata.c405 void *xmh; in generate_compactitems() local
418 xmh = hostinfo(h->hostentry->hostname); in generate_compactitems()
419 compacted = xmh_item(xmh, XMH_COMPACT); in generate_compactitems()

1234567891011