Searched refs:ACTION (Results 1 - 17 of 17) sorted by last modified time

/freebsd-10.3-release/usr.sbin/acpi/acpidump/
H A Dacpidump.h97 ACTION, enumerator in enum:TCPAevent_types
H A Dacpi.c625 case ACTION:
/freebsd-10.3-release/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-10.3-release/sys/dev/hwpmc/
H A Dhwpmc_logging.c112 #define _PMCLOG_RESERVE(PO,TYPE,LEN,ACTION) do { \
116 ACTION; \
/freebsd-10.3-release/sbin/devd/
H A Dparse.y50 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
150 : ACTION STRING SEMICOLON { $$ = new_action($2); }
/freebsd-10.3-release/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-10.3-release/lib/libc/stdlib/
H A Dhcreate.c153 hsearch(ENTRY item, ACTION action)
/freebsd-10.3-release/lib/libc/db/hash/
H A Dhash.h39 } ACTION; typedef in typeref:enum:__anon5768
H A Dhash.c61 static int hash_access(HTAB *, ACTION, DBT *, DBT *);
574 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val)
/freebsd-10.3-release/include/
H A Dsearch.h27 } ACTION; typedef in typeref:enum:__anon5747
51 ENTRY *hsearch(ENTRY, ACTION);
/freebsd-10.3-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/scripts/
H A Dredhat-opensm.init.in63 ACTION=$1
261 case $ACTION in
/freebsd-10.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/freebsd-10.3-release/contrib/ncurses/
H A Ddist.mk19 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #
/freebsd-10.3-release/contrib/gcc/
H A Dsys-types.h213 typedef int ACTION; typedef
H A Dsys-protos.h541 extern ENTRY * hsearch(ENTRY, ACTION);
/freebsd-10.3-release/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...]

Completed in 368 milliseconds