HomeSort by: relevance | last modified time | path
    Searched defs:TAG (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/man/
manconf.h 41 /* TAG: top-level structure (one per section/reserved word) */
48 } TAG;
50 /* ENTRY: each TAG has one or more ENTRY strings linked off of it */
58 int addentry(TAG *, const char *, int);
60 TAG *gettag(const char *, int);
  /src/tests/usr.bin/xlint/lint1/
gcc_attribute_enum.c 16 enum __attribute__(()) __attribute__((__deprecated__)) tag;
44 enum tag { enum
45 TAG
  /src/usr.bin/make/unit-tests/
varcmd.mk 23 TAG= ${.TARGETS}
25 TAG?= default
30 @echo "${TAG} FU=<v>${FU}</v> FOO=<v>${FOO}</v> VAR=<v>${VAR}</v>"
68 @echo '${TAG} v=${V} k=${K}'
  /src/usr.sbin/fwctl/
fwcontrol.c 677 isoreq.tag = (ich >> 6) & 3;
1050 #define TAG (1<<6)
1054 recvfn = detect_recv_fn(fd, TAG | CHANNEL);
1064 (*recvfn)(fd, recv_data, TAG | CHANNEL, -1);
1072 dvsend(fd, send_data, TAG | CHANNEL, -1);

Completed in 13 milliseconds