Home
last modified time | relevance | path

Searched refs:UNIQUE (Results 1 – 9 of 9) sorted by relevance

/minix/external/bsd/llvm/dist/clang/test/PCH/
H A Dvariables.c26 #define UNIQUE(x) PASTE1(x,__COUNTER__) macro
28 int UNIQUE(a); // a0
29 int UNIQUE(a); // a1
44 int UNIQUE(a); // a2
H A Dvariables.h22 #define UNIQUE(x) PASTE1(x,__COUNTER__) macro
24 int UNIQUE(a); // a0
25 int UNIQUE(a); // a1
/minix/external/bsd/llvm/dist/clang/test/Lexer/
H A Dcounter.c6 #define UNIQUE(x) PASTE1(x,__COUNTER__) macro
9 B: UNIQUE(foo);
10 C: UNIQUE(foo);
/minix/usr.bin/sort/
H A Dmsort.c288 if (c != 0 || (UNIQUE && cfile == flist[0] in merge_sort_fstack()
320 if (UNIQUE) in insert()
359 if (cmpv == 0 && UNIQUE) in insert()
405 if (UNIQUE && !c) { in order()
H A Dsort.c102 int SINGL_FLD = 0, SEP_FLAG = 0, UNIQUE = 0; variable
248 UNIQUE = 1; in main()
256 if (UNIQUE) in main()
H A Dradix_sort.c110 if (UNIQUE && a != sp->sa) in radix_sort()
200 if (r == 0 && UNIQUE) { in simplesort()
H A Dsort.h171 extern int SINGL_FLD, SEP_FLAG, UNIQUE, REVERSE;
/minix/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dlex.l143 UNIQUE { return kw_UNIQUE; }
/minix/external/bsd/flex/dist/
H A Dflexdef.h230 #define UNIQUE -1 /* marks a symbol as an e.c. representative */ macro