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

/xsrc/external/mit/xset/dist/
H A Dxset.c126 static void set_font_path(Display *dpy, const char *path, int special,
345 set_font_path(dpy, arg, 1, 0, 0); /* special argument */
353 set_font_path(dpy, arg, 0, 0, 0); /* not special, set */
359 set_font_path(dpy, arg, 0, 1, 0); /* not special, prepend */
365 set_font_path(dpy, arg, 0, 0, 1); /* not special, append */
371 set_font_path(dpy, arg, 0, -1, 0); /* not special, preremove */
377 set_font_path(dpy, arg, 0, 0, -1); /* not special, postremove */
852 set_font_path(Display *dpy, const char *path, int special, int before, int after) function in typeref:typename:void

Completed in 3 milliseconds