Searched refs:adt (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_cmdsub.c | 331 line *adt; in vi_move() local 342 adt = address((char*)0); in vi_move() 343 if (adt == 0) in vi_move() 349 move1(iscopy, adt); in vi_move() 356 line *adt, *ad1, *ad2; in move1() local 359 adt = addrt; in move1() 373 if (adt < ad1) { in move1() 374 if (adt + 1 == ad1 && !cflag && !inglobal) in move1() 376 dot = adt + (ad2 - ad1); in move1() 377 if (++adt != ad1) { in move1() [all …]
|
/titanic_41/usr/src/lib/libbsm/ |
H A D | Makefile | 48 HDRS = libbsm.h devices.h devalloc.h adt.h adt_event.h audit_private.h 119 ADTXMLFILE = $(COMMONDIR)/adt.xml 120 ADTXSDFILE = $(COMMONDIR)/adt.xsd
|
H A D | Makefile.com | 30 adt.o \
|
H A D | auditxml | 37 -i pfx Interface prefix (default: adt)
|
/titanic_41/usr/src/lib/libadt_jni/ |
H A D | Makefile | 34 ADTXMLFILE = $(LIBBSMDIR)/common/adt.xml
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | Makefile | 40 ADTXMLFILE = $(LIBBSMDIR)/common/adt.xml
|
H A D | audit_record_attr.txt | 2360 # not used. Replaced by AUE_uadmin_* events, see uadmin.c, adt.xml
|
/titanic_41/usr/src/cmd/ed/ |
H A D | ed.c | 2195 LINE adt, ad1, ad2; in move() local 2199 if ((adt = address()) == 0) in move() 2214 if (adt < ad1) { in move() 2215 dot = adt + (ad2-ad1); in move() 2216 if ((++adt) == ad1) in move() 2218 reverse(adt, ad1); in move() 2220 reverse(adt, ad2); in move() 2221 } else if (adt >= ad2) { in move() 2222 dot = adt++; in move() 2224 reverse(ad2, adt); in move() [all …]
|
/titanic_41/usr/src/lib/libbsm/common/ |
H A D | llib-lbsm | 34 #include <bsm/adt.h>
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-header.mf | 325 file path=usr/include/bsm/adt.h
|