Searched refs:COUNT (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libvgraph/
H A Dkpvdebug.h38 #define COUNT(n) ((n) += 1) macro
54 #define COUNT(n) macro
/ast/src/cmd/ksh93/tests/
H A Dvariables.sh161 function COUNT.set function
165 COUNT=0
166 (( COUNT++ ))
167 if (( COUNT != 1 || ACCESS!=2 ))
168 then err_exit " set discipline failure COUNT=$COUNT ACCESS=$ACCESS"
/ast/src/lib/libcmd/
H A Dtail.c108 #define COUNT (1<<0) macro
389 *f |= COUNT;
466 flags |= COUNT;
593 if (!(flags & COUNT))
/ast/src/lib/libast/vmalloc/
H A Dvmbest.c373 /**/COUNT(N_reclaim);
620 /**/COUNT(N_alloc);
640 /**/COUNT(N_last);
668 { /**/COUNT(N_wild);
793 /**/COUNT(N_free);
856 /**/COUNT(N_resize);
H A Dvmhdr.h145 #define COUNT(n) ((n) += 1) macro
150 #define COUNT(n) macro
/ast/src/cmd/INIT/
H A Dregress.sh408 ((COUNT++))
410 then LABEL=$TEST#$COUNT
600 COUNT=0
1329 integer ITEM=0 LASTITEM=0 COND=0 UNIT_READONLY=0 COUNT
/ast/src/cmd/nmake/
H A DMakerules.mk3790 .GENSYM.COUNT. = 0
3792 .RETAIN : .GENSYM.COUNT.
3799 let $(N).COUNT. = $(N).COUNT. + 1
3800 return $(N).$($(N).COUNT.).

Completed in 60 milliseconds