/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_extern.c | 42 #define var /* nothing */ macro
|
H A D | ex_argv.h | 35 var unsigned char **argv; 36 var unsigned char **argv0; 37 var unsigned char *args; 38 var unsigned char *args0; 39 var short argc; 40 var short argc0; 41 var short morargc; /* Used with "More files to edit..." */ 43 var int firstln; /* From +lineno */ 44 var unsigned char *firstpat; /* From +/pat */ 52 var struc [all...] |
H A D | ex_tty.h | 72 var bool NONL; /* Terminal can't hack linefeeds doing a CR */ 73 var bool UPPERCASE; 74 var short OCOLUMNS; /* Save columns for a hack in open mode */ 76 var short outcol; /* Where the cursor is */ 77 var short outline; 79 var short destcol; /* Where the cursor should be */ 80 var short destline; 100 var struct termios tty; /* Use this one structure to change modes */ 104 var struct sgttyb tty; /* Always stty/gtty using this one structure */ 107 var struc [all...] |
H A D | ex_vis.h | 56 var short bastate; 57 var short state; 77 var short basWTOP; 78 var short basWLINES; 79 var short WTOP; 80 var short WBOT; 81 var short WLINES; 82 var short WCOLS; 83 var short WECHO; 90 var boo [all...] |
H A D | ex_temp.h | 92 var bool hitin2; /* Last read hit was ibuff2 not ibuff */ 93 var bool ichang2; /* Have actually changed ibuff2 */ 94 var bool ichanged; /* Have actually changed ibuff */ 95 var short iblock; /* Temp file block number of ibuff (or -1) */ 96 var short iblock2; /* Temp file block number of ibuff2 (or -1) */ 97 var short ninbuf; /* Number useful chars left in input buffer */ 98 var short nleft; /* Number usable chars left in output buffer */ 99 var short oblock; /* Temp file block number of obuff (or -1) */ 101 var short tline; /* Current temp file ptr */ 103 var in [all...] |
H A D | ex_re.h | 52 var struct regexp *re; /* Last re */ 53 var struct regexp *scanre; /* Last scanning re */ 54 var struct regexp *subre; /* Last substitute re */ 66 var unsigned char rhsbuf[RHSSIZE]; /* Rhs of last substitute */
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nisdb_rw.h | 74 #define DECLMUTEXLOCK(var) pthread_mutex_t var ## _pmutex = \ 76 pthread_t var ## _owner = INV_PTHREAD_ID 77 #define USEMUTEXLOCK(var) extern pthread_mutex_t var ## _pmutex; \ 78 extern pthread_t var ## _owner 79 #define STRUCTMUTEXLOCK(var) pthread_mutex_t var ## _pmutex; \ 80 pthread_t var ## _owner 81 #define INITMUTEX(var) (voi [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/bitfields/ |
H A D | tst.BitFieldPromotion.d | 43 } var; 47 var.a = 256; 48 var.b = 65536; 49 var.c = 4294967296; 52 var.a, var.b, var.c); 57 /(0 != var.a) || (0 != var.b) || (0 != var [all...] |
H A D | err.D_ADDROF_BITFIELD.BitfieldAddress.d | 42 } var; 47 &var.a, &var.b, &var.c);
|
H A D | err.D_SIZEOF_BITFIELD.SizeofBitfield.d | 41 } var; 46 sizeof (var.a), sizeof (var.b), sizeof (var.c));
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/ |
H A D | tst.StructDataTypes.d | 88 } var; 91 var.pointer = &`kmem_flags; 95 var.new_char = 'c'; 96 var.new_short = 10; 97 var.new_int = 100; 98 var.new_long = 1234567890; 99 var.new_long_long = 1234512345; 100 var.new_int8 = 'p'; 101 var.new_int16 = 20; 102 var [all...] |
H A D | err.D_ADDROF_VAR.StructPointer.d | 45 struct record var; 50 var.position = 1; 51 var.content = 'a'; 53 ptr = &var;
|
/illumos-gate/usr/src/cmd/syslogd/ |
H A D | newsyslog | 31 # Running this script checks to see if /var/log/syslog or /var/adm/messages 36 /usr/sbin/logadm /var/log/syslog /var/adm/messages
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/union/ |
H A D | tst.UnionDataTypes.d | 88 } var; 91 var.pointer = &`kmem_flags; 95 var.new_char = 'c'; 96 var.new_short = 10; 97 var.new_int = 100; 98 var.new_long = 1234567890; 99 var.new_long_long = 1234512345; 100 var.new_int8 = 'p'; 101 var.new_int16 = 20; 102 var [all...] |
H A D | err.D_ADDROF_VAR.UnionPointer.d | 45 union record var; 51 var.position = 1; 52 var.content = 'a'; 54 ptr = &var;
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/ |
H A D | tst.SpeculationID.d | 41 var = speculation(); 42 printf("Speculation ID: %d", var); 47 /0 == var/
|
H A D | err.D_ACT_SPEC.SpeculateWithBreakPoint.d | 48 var = speculation(); 49 speculate(var); 50 printf("Speculation ID: %d", var);
|
H A D | err.D_AGG_SPEC.SpeculateWithAvg.d | 46 var = speculation(); 47 speculate(var); 48 printf("Speculation ID: %d", var);
|
H A D | err.D_AGG_SPEC.SpeculateWithCount.d | 46 var = speculation(); 47 speculate(var); 48 printf("Speculation ID: %d", var);
|
H A D | err.D_AGG_SPEC.SpeculateWithMax.d | 46 var = speculation(); 47 speculate(var); 48 printf("Speculation ID: %d", var);
|
H A D | err.D_AGG_SPEC.SpeculateWithMin.d | 46 var = speculation(); 47 speculate(var); 48 printf("Speculation ID: %d", var);
|
/illumos-gate/usr/src/cmd/print/scripts/ |
H A D | getmakes | 32 [[ -f /var/lp/ppd/ppdcache ]] || exit 1 33 /bin/cat /var/lp/ppd/ppdcache |
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sizeof/ |
H A D | tst.SizeofString2.d | 41 var = "hello"; 42 printf("sizeof (var): %d\n", sizeof (var));
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | logadm.conf | 38 /var/log/syslog -C 8 -a 'kill -HUP `cat /var/run/syslog.pid`' 39 /var/adm/messages -C 4 -a 'kill -HUP `cat /var/run/syslog.pid`' 40 /var/cron/log -c -s 512k -t /var/cron/olog 41 /var/lp/logs/lpsched -C 2 -N -t '$file.$N' 42 /var/fm/fmd/errlog -N -s 2m -M '/usr/sbin/fmadm -q rotate errlog && mv /var/fm/fmd/errlog.0- $nfile' 43 /var/f [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/ |
H A D | truss.d | 41 var = 30; 48 printf("var: %d, self->vaa: %d", var++, self->vaa++); 54 printf("var: %d, self->vaa: %d", var++, self->vaa++);
|