HomeSort by relevance Sort by last modified time
    Searched refs:TAGGED_ARRAY (Results 1 - 4 of 4) sorted by null

  /external/toybox/
toys.h 128 #define TAGGED_ARRAY(X, ...) {__VA_ARGS__}
  /external/toybox/lib/
interestingtimes.c 123 } static const scan_key_list[] = TAGGED_ARRAY(KEY,
  /external/toybox/toys/posix/
cp.c 120 } static const cp_preserve[] = TAGGED_ARRAY(CP,
ps.c 369 * The TAGGED_ARRAY plumbing produces an enum of indexes, the "tag" is the
370 * first string argument and the prefix is the first argument to TAGGED_ARRAY
383 } static const typos[] = TAGGED_ARRAY(PS,
    [all...]

Completed in 317 milliseconds