Searched refs:dir (Results 1 - 25 of 26) sorted by relevance

12

/solaris-x11-s11/open-src/driver/xf86-input-vmmouse/
H A DMakefile57 --with-hal-bin-dir=/usr/sbin \
58 --with-hal-callouts-dir=/usr/lib/hal \
59 --with-hal-fdi-dir=/etc/hal/fdi/policy/10osvendor \
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_open_master.c61 DIR *dir; /* Directory stream */ local
90 dir = opendir(FBC_DEVICE_DIR);
91 if (dir == NULL) {
99 while ((entry = readdir(dir))) {
169 closedir(dir);
/solaris-x11-s11/open-src/driver/
H A DMakefile.inc61 --with-xorg-module-dir='$(X11_SERVERMODS_DIR)'
/solaris-x11-s11/open-src/app/installalias/sun-src/
H A Dinstallalias.c51 * We do this by first reading in the fonts.dir file and then for
88 /* Provide pseudo renderers for font file formats we may find in fonts.dir
135 FontDirectoryPtr dir = NullFontDirectory; local
150 dir = FontFileMakeDir(directory, i);
151 if (dir == NULL) {
155 dir->dir_mtime = statb.st_mtime;
159 FontFileFreeDir (dir);
163 if (!FontFileAddFontFile (dir, font_name, file_name))
165 FontFileFreeDir (dir);
174 if (!dir)
377 OpenAndVerifyFont( char *name, int namelen, FontDirectoryPtr dir) argument
493 ProcessAliasFile( FontDirectoryPtr dir, const char *aliasfilename) argument
617 FontDirectoryPtr dir; local
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/
H A DPSres.c59 #include <sys/dir.h>
369 static int ParseResourceTypes(f, dir)
371 ResourceDirectory dir;
407 dir->typeCount = count;
408 if (count == 0) dir->types = NULL;
410 dir->types = (ResourceType)
412 dir->typeNameBuffer = (char *) MALLOC(typelen);
413 (void) memcpy((MT) dir->typeNameBuffer, (MT) types, (MST) typelen);
418 dir->types[i].type = &(dir
486 ResourceDirectory dir; local
856 DIR *dir; local
937 register char *dir; local
982 register char *dir; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSrc.c196 * dir - direction to scan.
207 Scan (w, position, type, dir, count, include)
211 XawTextScanDirection dir;
223 * dir - direction to scan.
230 Search(w, position, dir, text)
233 XawTextScanDirection dir;
334 * dir - direction to scan.
343 XawTextSourceScan(w, position, type, dir, count, include)
347 XawTextScanDirection dir;
353 return((*class->textSrc_class.Scan)(w, position, type, dir, coun
[all...]
H A DXaw3_1Paned.c373 * dir - direction to search first.
379 ChoosePaneToResize(pw, index, dir, shrink)
382 Direction dir;
387 Direction _dir = dir;
390 if ( (index == NO_INDEX) || (dir == AnyPane) ) { /* Use defaults. */
402 ((index != PaneIndex(*childP)) || (dir == AnyPane)) )
479 * dir - the pane to move (either UpLeftPane or LowRightPane).
486 LoopAndRefigureChildren(pw, index, dir, sizeused)
489 Direction dir;
494 if (dir
[all...]
H A DXaw3_1TextPop.c489 XawTextScanDirection dir; local
516 dir = XawsdLeft;
520 dir = XawsdRight;
539 InitializeSearchWidget(ctx->text.search, dir, (edit_mode == XawtextEdit));
549 * dir - direction to search.
556 InitializeSearchWidget(search, dir, replace_active)
558 XawTextScanDirection dir;
566 switch (dir) {
779 XawTextScanDirection dir; local
787 dir
902 XawTextScanDirection dir; local
[all...]
H A DXaw3_1TextAction.c283 Move(ctx, event, dir, type, include)
286 XawTextScanDirection dir;
292 type, dir, ctx->text.mult, include);
360 MoveLine(ctx, event, dir)
363 XawTextScanDirection dir;
370 if (dir == XawsdLeft)
379 new = SrcScan(ctx->text.source, ctx->text.insertPos, XawstEOL, dir,
380 ctx->text.mult, (dir == XawsdRight));
426 Scroll(ctx, event, dir)
429 XawTextScanDirection dir;
[all...]
H A DXaw3_1AsciiSrc.c386 * dir - direction to scan.
399 Scan (w, position, type, dir, count, include)
403 XawTextScanDirection dir;
414 if (dir == XawsdRight)
422 if ( dir == XawsdRight ) {
511 if ( dir == XawsdLeft )
526 * dir - direction to scan.
532 Search(w, position, dir, text)
535 XawTextScanDirection dir;
545 if ( dir
[all...]
/solaris-x11-s11/open-src/xserver/
H A DMakefile.inc66 --with-log-dir=/var/log --with-xkb-output=/var/run/xkb \
67 --with-module-dir=$(SERVER_MODULES_DIR) \
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSrc.c209 * dir - direction to scan.
220 Scan (w, position, type, dir, count, include)
224 XawTextScanDirection dir;
238 * dir - direction to scan.
245 Search(w, position, dir, text)
248 XawTextScanDirection dir;
413 * dir - direction to scan.
425 int type, int dir,
427 XawTextScanType type, XawTextScanDirection dir,
436 XawTextSourceScan(w, position, type, dir, coun
423 XawTextSourceScan(Widget w, XawTextPosition position, int type, int dir, int count, int include) argument
467 XawTextSourceSearch(Widget w, XawTextPosition position, int dir, XawTextBlock *text) argument
[all...]
H A DPaned.c398 * dir - direction to search first.
404 ChoosePaneToResize(pw, paneindex, dir, shrink)
407 Direction dir;
412 Direction _dir = dir;
415 if ( (paneindex == NO_INDEX) || (dir == AnyPane) ) { /* Use defaults. */
429 ((paneindex != PaneIndex(*childP)) || (dir == AnyPane)) )
506 * dir - the pane to move (either UpLeftPane or LowRightPane).
513 LoopAndRefigureChildren(pw, paneindex, dir, sizeused)
516 Direction dir;
521 if (dir
[all...]
H A DTextPop.c517 XawTextScanDirection dir; local
550 dir = XawsdLeft;
554 dir = XawsdRight;
578 InitializeSearchWidget(ctx->text.search, dir, (edit_mode == XawtextEdit));
588 * dir - direction to search.
595 InitializeSearchWidget(search, dir, replace_active)
597 XawTextScanDirection dir;
605 switch (dir) {
813 XawTextScanDirection dir; local
825 dir
954 XawTextScanDirection dir; local
[all...]
H A DAsciiSrc.c398 * dir - direction to scan.
411 Scan (w, position, type, dir, count, include)
415 XawTextScanDirection dir;
426 if (dir == XawsdRight)
434 if ( dir == XawsdRight ) {
524 if ( dir == XawsdLeft )
539 * dir - direction to scan.
545 Search(w, position, dir, text)
548 XawTextScanDirection dir;
558 if ( dir
[all...]
H A DMultiSrc.c451 * dir - direction to scan.
464 Scan( w, position, type, dir, count, include )
468 XawTextScanDirection dir;
479 if (dir == XawsdRight)
491 if ( dir == XawsdRight ) {
574 if ( dir == XawsdLeft )
589 * dir - direction to scan.
595 Search(w, position, dir, text )
598 XawTextScanDirection dir;
614 if ( dir
[all...]
H A DTextAction.c352 Move(ctx, event, dir, type, include)
355 XawTextScanDirection dir;
361 type, dir, ctx->text.mult, include);
453 MoveLine(ctx, event, dir)
456 XawTextScanDirection dir;
463 if (dir == XawsdLeft)
472 new = SrcScan(ctx->text.source, ctx->text.insertPos, XawstEOL, dir,
473 ctx->text.mult, (dir == XawsdRight));
531 Scroll(ctx, event, dir)
534 XawTextScanDirection dir;
[all...]
H A DText.c493 static void warn_msg (w, dir, desc)
495 char* dir;
503 if ((len = strlen (fmt) + strlen (w->core.name) + 2 * strlen (dir) + strlen (desc)) < sizeof error_buf)
512 (void) sprintf (errorp, fmt, w->core.name, dir, desc, dir);
2269 XawTextScanDirection dir; local
2294 dir = ctx->text.extendDir;
2325 if (dir == XawsdLeft)
2327 else /* dir == XawsdRight */
2332 pos = SrcScan(ctx->text.source, pos, XawstEOL, dir,
3460 XawTextSearch(Widget w, int dir, XawTextBlock *text) argument
[all...]
/solaris-x11-s11/open-src/font/sun-aliases/
H A DMakefile96 $(INSTDIR)/%/fonts.alias: $(INSTDIR)/%/fonts.alias.all $(INSTDIR)/%/fonts.dir
100 $(INSTDIR)/%/fonts.dir: $(INSTDIR)/%
/solaris-x11-s11/open-src/lib/libxtrans/
H A Dtsol-unix-domain.patch28 to the above loopback mounted dir.
/solaris-x11-s11/pkg/
H A Dgenerate_font_metadata.pl62 if ($man =~ m{path=(\S+)/fonts.dir}) {
70 my $protometafile = join('/', $proto_dir, $fd, 'fonts.dir');
/solaris-x11-s11/open-src/common/
H A Ddelibtoolize.pl292 echo "rm -f $(DESTDIR)$(<DIRNAME>dir)/$$so" ; \
293 rm -f $(DESTDIR)$(<DIRNAME>dir)/$$so ; \
294 echo "ln -s $$p $(DESTDIR)$(<DIRNAME>dir)/$$so" ; \
295 ln -s $$p $(DESTDIR)$(<DIRNAME>dir)/$$so ; \
/solaris-x11-s11/open-src/lib/libX11/
H A DMakefile56 compose.dir.patch,-p1 \
130 --with-locale-lib-dir='$${exec_prefix}/lib/X11/locale$(LIBSUBDIR)'
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm.h89 #define _IOC(dir, type, nr, size) \
90 (((dir) << _IOC_DIRSHIFT) | \
121 #define DRM_IOC(dir, group, nr, size) _IOC(dir, group, nr, size)
/solaris-x11-s11/open-src/lib/fontconfig/
H A DMakefile120 --with-cache-dir=/var/cache/fontconfig

Completed in 303 milliseconds

12