Searched defs:USE (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 105 #define USE(b) ((b)->siz=(b)->nxt-(b)->buf,(b)->nxt=(b)->buf,(b)->siz) macro 814 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 819 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 827 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 837 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 857 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 864 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 870 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 883 comment(¬ice, &buf, BUF(&tmp), USE(&tmp), 0); 892 comment(¬ice, &buf, BUF(&tmp), USE( [all...] |
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 27 .FUNCTION : .USE .ATTRIBUTE .MAKE .FUNCTIONAL .VIRTUAL .FORCE .REPEAT 1038 .ARCHIVE.o : .USE .ARCHIVE (AR) (ARFLAGS) .ARPREVIOUS .ARUPDATE .ARCLEAN 1066 .COMMAND.o : .USE .COMMAND (CCLD) (CCLDFLAGS) $$(LDLIBRARIES) 1069 .OBJECT.o : .USE (LD) (LDFLAGS) 1342 * .USE action scripts 1345 .DO.COPY : .USE 1363 .DO.INSTALL : .USE $$(<:N=*$$(CC.SUFFIX.ARCHIVE):?.ARCOPY??) 1379 .DO.INSTALL.DIR : .USE .DO.TOP.LEVEL 1396 .DO.LINK : .USE /* .ACCEPT .ACCEPT until dual-time implementation */ 1402 .DO.NOTHING : .USE [all...] |
Completed in 28 milliseconds