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

/freebsd-9.3-release/include/
H A Dsearch.h27 } ACTION; typedef in typeref:enum:__anon5001
51 ENTRY *hsearch(ENTRY, ACTION);
/freebsd-9.3-release/contrib/bind9/bin/rndc/
H A Drndc.conf13 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
/freebsd-9.3-release/sbin/devd/
H A Dparse.y49 %token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
149 : ACTION STRING SEMICOLON { $$ = new_action($2); }
/freebsd-9.3-release/usr.bin/lex/
H A Dscan.l73 %x FIRSTCCL CCL ACTION RECOVER COMMENT ACTION_STRING PERCENT_BRACE_ACTION
357 BEGIN(ACTION);
369 BEGIN(ACTION);
382 BEGIN(ACTION);
383 unput( '\n' ); /* so <ACTION> sees it */
567 <ACTION>"/*" ACTION_ECHO; yy_push_state( COMMENT );
569 <CODEBLOCK,ACTION>{
598 <ACTION>{
624 \" ACTION_ECHO; BEGIN(ACTION);
628 <COMMENT,ACTION,ACTION_STRIN
[all...]
H A Dinitscan.c1332 #define ACTION 12 macro
2200 BEGIN(ACTION); variable
2218 BEGIN(ACTION); variable
2234 BEGIN(ACTION); variable
2235 unput( '\n' ); /* so <ACTION> sees it */
2694 ACTION_ECHO; BEGIN(ACTION); variable
2703 case YY_STATE_EOF(ACTION):
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dspnego_asn1.pl13 # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
97 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
98 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
/freebsd-9.3-release/usr.sbin/acpi/acpidump/
H A Dacpidump.h97 ACTION, enumerator in enum:TCPAevent_types
H A Dacpi.c593 case ACTION:
/freebsd-9.3-release/lib/libipsec/
H A Dpolicy_parse.y106 %token DIR ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY
110 %type <num> DIR ACTION PROTOCOL MODE LEVEL
115 : DIR ACTION
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h213 typedef int ACTION; typedef
H A Dsys-protos.h541 extern ENTRY * hsearch(ENTRY, ACTION);
/freebsd-9.3-release/lib/libc/stdlib/
H A Dhcreate.c154 hsearch(ENTRY item, ACTION action)
/freebsd-9.3-release/contrib/ofed/management/opensm/scripts/
H A Dredhat-opensm.init.in63 ACTION=$1
261 case $ACTION in
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib105 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash.h39 } ACTION; typedef in typeref:enum:__anon5023
H A Dhash.c61 static int hash_access(HTAB *, ACTION, DBT *, DBT *);
570 hash_access(HTAB *hashp, ACTION action, DBT *key, DBT *val)
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_logging.c110 #define _PMCLOG_RESERVE(PO,TYPE,LEN,ACTION) do { \
114 ACTION; \

Completed in 124 milliseconds