Searched refs:ACTION (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dhcreate.c60 hsearch(ENTRY item, ACTION action)
H A Dhsearch_r.c76 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab)
/freebsd-11-stable/include/
H A Dsearch.h27 } ACTION; typedef in typeref:enum:__anon4642
60 ENTRY *hsearch(ENTRY, ACTION);
80 int hsearch_r(ENTRY, ACTION, ENTRY **, struct hsearch_data *);
/freebsd-11-stable/sbin/devd/
H A Dparse.y52 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
152 : ACTION STRING SEMICOLON { $$ = new_action($2); }
/freebsd-11-stable/contrib/flex/
H A Dscan.l102 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION
551 BEGIN(ACTION);
568 BEGIN(ACTION);
587 BEGIN(ACTION);
588 unput( '\n' ); /* so <ACTION> sees it */
873 <ACTION>"/*" ACTION_ECHO; yy_push_state( COMMENT );
875 <CODEBLOCK,ACTION>{
906 <ACTION>{
934 {NL} ++linenum; ACTION_ECHO; BEGIN(ACTION);
935 \" ACTION_ECHO; BEGIN(ACTION);
[all...]
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpidump.h99 ACTION, enumerator in enum:TCPAevent_types
H A Dacpi.c727 case ACTION:
/freebsd-11-stable/lib/libipsec/
H A Dpolicy_parse.y105 %token DIR ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY
109 %type <num> DIR ACTION PROTOCOL MODE LEVEL
114 : DIR ACTION
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h213 typedef int ACTION; typedef
H A Dsys-protos.h541 extern ENTRY * hsearch(ENTRY, ACTION);
/freebsd-11-stable/lib/libc/db/hash/
H A Dhash.h39 } ACTION; typedef in typeref:enum:__anon6591
H A Dhash.c61 static int hash_access(HTAB *, ACTION, DBT *, DBT *);
573 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val)
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/freebsd-11-stable/usr.bin/lex/
H A Dinitscan.c2004 #define ACTION 12 macro
3297 BEGIN(ACTION); variable
3320 BEGIN(ACTION); variable
3343 BEGIN(ACTION); variable
3344 unput( '\n' ); /* so <ACTION> sees it */
4044 ++linenum; ACTION_ECHO; BEGIN(ACTION); variable
4049 ACTION_ECHO; BEGIN(ACTION); variable
4059 case YY_STATE_EOF(ACTION):
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk19 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_logging.c119 #define _PMCLOG_RESERVE(PO,TYPE,LEN,ACTION) do { \
123 ACTION; \
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 516 milliseconds