Home
last modified time | relevance | path

Searched refs:parse_geom (Results 1 – 10 of 10) sorted by relevance

/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/
H A Dnwchem.py754 parse_geom = False
772 if parse_geom:
781 parse_geom = False
901 parse_geom = True
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dutil.h48 extern int parse_geom(char *str, int *wp, int *hp, int *xp, int *yp, int W, int H);
H A Dutil.c62 int parse_geom(char *str, int *wp, int *hp, int *xp, int *yp, int W, int H);
207 int parse_geom(char *str, int *wp, int *hp, int *xp, int *yp, int W, int H) { in parse_geom() function
H A Dxinerama.c80 if (! parse_geom(p, &w, &h, &x, &y, dpy_x, dpy_y)) { in initialize_blackouts()
H A Dwin_utils.c659 if (parse_geom(cmd+strlen("geom:"), &w, &h, &x, &y, disp_x, disp_y)) { in id_cmd()
H A Dscreen.c2376 if (parse_geom(clip_str, &w, &h, &x, &y, wdpy_x, wdpy_y)) { in initialize_clipshift()
H A Dremote.c1295 if (parse_geom(p, &w, &h, &x, &y, wdpy_x, wdpy_y)) { in process_remote_cmd()
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dmain.h226 gboolean parse_geom(gchar *str, GtkAllocation *result);
H A Dgtkfiles.c366 !parse_geom(c,&all)) { in get_filename()
425 !parse_geom(c,&all)) { in get_directory()
527 !parse_geom(d,&all)) { in get_filename_main()
H A Dmain.c1057 gboolean parse_geom(gchar *str, GtkAllocation *result) in parse_geom() function