HomeSort by: relevance | last modified time | path
    Searched refs:ACTION (Results 1 - 21 of 21) sorted by relevancy

  /src/include/
search.h 36 } ACTION;
62 ENTRY *hsearch(ENTRY, ACTION);
69 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
  /src/tools/compat/buildaux/
ax_check_compile_flag.m4 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_compile_flag.m4 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS])
14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
ax_check_define.m4 7 # AC_CHECK_DEFINE([symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT])
8 # AX_CHECK_DEFINE([includes],[symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT])
ax_check_link_flag.m4 7 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT])
14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
ax_pthread.m4 7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
476 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
libtool.m4 1575 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
1626 # [ACTION-SUCCESS], [ACTION-FAILURE])
1822 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
1823 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
  /src/lib/libc/stdlib/
hcreate.c 190 hsearch(ENTRY item, ACTION action)
194 (void)hsearch_r(item, action, &ep, &htable);
199 hsearch_r(ENTRY item, ACTION action, ENTRY **itemp, struct hsearch_data *head)
208 _DIAGASSERT(action == ENTER || action == FIND);
227 } else if (action == FIND) {
  /src/usr.bin/menuc/
scan.l 91 action { return ACTION; }
parse.y 51 action a_value;
55 %token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION
64 %type <a_value> action exitact
99 initerror_def : ERROR action ';'
201 | action { cur_optn->optact = $1; }
205 action : ACTION act_opt CODE label
216 | EXPAND action ";" { if (!do_expands) yyerror ("Menu expands "
222 | DISPLAY action ";" { cur_menu->info->postact = $2; }
227 | EXIT action ";" { cur_menu->info->exitact = $2;
    [all...]
  /src/usr.sbin/acpitools/acpidump/
acpidump.h 88 ACTION,
acpi.c 135 void (*action)(ACPI_SUBTABLE_HEADER *));
137 void (*action)(ACPI_NFIT_HEADER *));
147 "No Action",
149 "Action",
859 void (*action)(ACPI_SUBTABLE_HEADER *))
872 action(subtable);
880 void (*action)(ACPI_NFIT_HEADER *))
893 action(subtable);
1567 switch (whea->Action) {
1605 printf("%d", whea->Action);
    [all...]
  /src/sys/external/bsd/drm/dist/
Makefile.am 18 # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
configure.ac 18 # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  /src/sys/external/bsd/drm/dist/shared-core/
Makefile.am 18 # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  /src/lib/libc/db/hash/
hash.h 44 } ACTION;
hash.c 61 static int hash_access(HTAB *, ACTION, DBT *, DBT *);
574 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val)
651 switch (action) {
669 switch (action) {
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun7i-a20-olinuxino-lime2-emmc.dts 39 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
sun7i-a20-olinuxino-micro-emmc.dts 39 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
sun8i-t3-cqa3t-bv3.dts 41 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  /src/share/locale/ctype/
gen_ctype_utf8.pl 17 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
80 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
81 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR

Completed in 25 milliseconds