Searched refs:adt (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_cmdsub.c | 332 line *adt; in vi_move() local 343 adt = address((char*)0); in vi_move() 344 if (adt == 0) in vi_move() 350 move1(iscopy, adt); in vi_move() 357 line *adt, *ad1, *ad2; in move1() local 360 adt = addrt; in move1() 374 if (adt < ad1) { in move1() 375 if (adt + 1 == ad1 && !cflag && !inglobal) in move1() 377 dot = adt + (ad2 - ad1); in move1() 378 if (++adt != ad1) { in move1() [all …]
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | Makefile | 47 HDRS = libbsm.h devices.h devalloc.h adt.h adt_event.h audit_private.h 118 ADTXMLFILE = $(COMMONDIR)/adt.xml 119 ADTXSDFILE = $(COMMONDIR)/adt.xsd
|
H A D | Makefile.com | 31 adt.o \
|
H A D | auditxml | 37 -i pfx Interface prefix (default: adt)
|
/illumos-gate/usr/src/cmd/ed/ |
H A D | ed.c | 2216 LINE adt, ad1, ad2; in move() local 2220 if ((adt = address()) == 0) in move() 2235 if (adt < ad1) { in move() 2236 dot = adt + (ad2-ad1); in move() 2237 if ((++adt) == ad1) in move() 2239 reverse(adt, ad1); in move() 2241 reverse(adt, ad2); in move() 2242 } else if (adt >= ad2) { in move() 2243 dot = adt++; in move() 2245 reverse(ad2, adt); in move() [all …]
|
/illumos-gate/usr/src/lib/libadt_jni/ |
H A D | Makefile | 32 ADTXMLFILE = $(LIBBSMDIR)/common/adt.xml
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | Makefile | 40 ADTXMLFILE = $(LIBBSMDIR)/common/adt.xml
|
H A D | audit_record_attr.txt | 2405 # not used. Replaced by AUE_uadmin_* events, see uadmin.c, adt.xml
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-header.p5m | 190 file path=usr/include/bsm/adt.h
|