Searched refs:noexpand (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/elftoolchain/common/
H A Duthash.h82 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */
604 && (addhh)->tbl->noexpand != 1) { \
693 tbl->noexpand=1; \
897 unsigned ineff_expands, noexpand; member in struct:UT_hash_table
/freebsd-current/contrib/libucl/uthash/
H A Duthash.h81 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */
391 && (addhh)->tbl->noexpand != 1) { \
480 tbl->noexpand=1; \
698 unsigned ineff_expands, noexpand; member in struct:UT_hash_table
/freebsd-current/bin/sh/
H A Dparser.c122 static int noexpand(char *);
668 if (!noexpand(n->narg.text) || quoteflag ||
764 if (! noexpand(wordtext))
1836 noexpand(char *text) function

Completed in 74 milliseconds