HomeSort by: relevance | last modified time | path
    Searched refs:DISPLAY (Results 1 - 12 of 12) sorted by relevancy

  /src/bin/ls/
extern.h 48 void printacol(DISPLAY *);
49 void printcol(DISPLAY *);
50 void printlong(DISPLAY *);
51 void printscol(DISPLAY *);
52 void printstream(DISPLAY *);
ls.h 75 } DISPLAY;
print.c 72 static void printtotal(DISPLAY *dp);
116 printscol(DISPLAY *dp)
129 printlong(DISPLAY *dp)
212 printcol(DISPLAY *dp)
281 printacol(DISPLAY *dp)
329 printstream(DISPLAY *dp)
431 * Display total used disk space in the form "total: %u\n".
437 printtotal(DISPLAY *dp)
ls.c 71 static void display(FTSENT *, FTSENT *);
75 static void (*printfcn)(DISPLAY *);
415 * traversal it passes linked lists of structures to display() which represent
429 display(NULL, fts_children(ftsp, 0));
473 display(p, chp);
487 * Display() takes a linked list of FTSENT structures and passes the list
489 * points to the parent directory of the display list.
492 display(FTSENT *p, FTSENT *list) function in typeref:typename:void
495 DISPLAY d;
549 /* Only display dot file if -a/-A set. *
    [all...]
  /src/etc/powerd/scripts/
hotkey_button 15 DISPLAY=:0.0; export DISPLAY
  /src/sys/arch/playstation2/ee/
gs.c 51 u_int64_t smode1, smode2, srfsh, synch1, synch2, syncv, display; member in struct:gs_crt_param
64 .display=DISPLAY(239, 2559, 0, 3, 25, 632)
77 .display= DISPLAY(479, 2559, 0, 3, 50, 632)
90 .display= DISPLAY(287, 2559, 0, 3, 36, 652)
103 .display= DISPLAY(575,2559,0,3,72,652)
116 .display= DISPLAY(479, 1279, 0, 1, 34, 276
    [all...]
gsreg.h 102 #define DISPLAY(dh, dw, magv, magh, dy, dx) \
  /src/usr.bin/menuc/
scan.l 99 display { return DISPLAY; }
parse.y 56 %token <i_value> TITLE DEFAULT DISPLAY ERROR EXITSTRING EXPAND ALLOW DYNAMIC
222 | DISPLAY action ";" { cur_menu->info->postact = $2; }
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ste-href.dtsi 227 regulator-name = "V-DISPLAY";
ste-snowball.dts 425 regulator-name = "V-DISPLAY";
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 377 # The 'info' target can be used to display information about a package.
497 # convenience target, to display make variables from command line
608 ${CP} ${MESSAGE_FILE} ${PKG_DBDIR}/${PKGNAME}/+DISPLAY; \

Completed in 15 milliseconds