Searched refs:state (Results 1 - 25 of 3199) sorted by relevance

1234567891011>>

/macosx-10.9.5/libunwind-35.3/testsuite/
H A Dexception_basic.cxx14 int state = 1; local
16 state = 2;
18 state = 3;
21 if ( state != 2 )
25 state = 4;
28 if ( state == 4 )
H A Dexception_rethrow.cxx35 int state = 1; local
37 state = 2;
39 state = 3;
42 if ( state != 2 )
46 state = 4;
49 if ( (state == 4) && (global == 2) )
/macosx-10.9.5/less-23/less/
H A Dmkfuncs.awk1 BEGIN { FS="("; state = 0 }
3 /^ public/ { ftype = $0; state = 1 }
5 { if (state == 1)
6 state = 2
7 else if (state == 2)
8 { print ftype,$1,"();"; state = 0 }
/macosx-10.9.5/postfix-252/postfix/src/cleanup/
H A Dcleanup_state.c5 /* per-message state variables
12 /* void cleanup_state_free(state)
13 /* CLEANUP_STATE *state;
15 /* This module maintains about two dozen state variables
19 /* cleanup_state_alloc() initializes the per-message state variables.
58 /* cleanup_state_alloc - initialize global state */
62 CLEANUP_STATE *state = (CLEANUP_STATE *) mymalloc(sizeof(*state)); local
64 state->attr_buf = vstring_alloc(10);
65 state
134 cleanup_state_free(CLEANUP_STATE *state) argument
[all...]
/macosx-10.9.5/system_cmds-597.90.1/getconf.tproj/
H A Dfake-gperf.awk4 state = 0;
7 /^%{$/ && state == 0 {
8 state = 1;
11 /^%}$/ && state == 1 {
12 state = 0;
15 state == 1 { print; next; }
16 /^struct/ && state == 0 {
21 /^%%$/ && state == 0 {
22 state = 2;
35 /^%%$/ && state
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/getconf.tproj/
H A Dfake-gperf.awk4 state = 0;
7 /^%{$/ && state == 0 {
8 state = 1;
11 /^%}$/ && state == 1 {
12 state = 0;
15 state == 1 { print; next; }
16 /^struct/ && state == 0 {
21 /^%%$/ && state == 0 {
22 state = 2;
35 /^%%$/ && state
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_state.c9 /* void smtpd_state_init(state, stream, service)
10 /* SMTPD_STATE *state;
14 /* void smtpd_state_reset(state)
15 /* SMTPD_STATE *state;
22 /* .IP state
74 void smtpd_state_init(SMTPD_STATE *state, VSTREAM *stream, argument
79 * Initialize the state information for this connection, and fill in the
82 state->flags = 0;
83 state->err = CLEANUP_STAT_OK;
84 state
187 smtpd_state_reset(SMTPD_STATE *state) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_state.c5 /* initialize/cleanup shared state
11 /* void smtp_state_free(state)
12 /* SMTP_STATE *state;
14 /* smtp_state_init() initializes the shared state, and allocates
56 SMTP_STATE *state = (SMTP_STATE *) mymalloc(sizeof(*state)); local
58 state->misc_flags = 0;
59 state->src = 0;
60 state->service = 0;
61 state
103 smtp_state_free(SMTP_STATE *state) argument
[all...]
/macosx-10.9.5/postfix-252/postfix/src/qmqpd/
H A Dqmqpd_state.c12 /* void qmqpd_state_free(state)
13 /* QMQPD_STATE *state;
56 /* qmqpd_state_alloc - allocate and initialize session state */
60 QMQPD_STATE *state; local
62 state = (QMQPD_STATE *) mymalloc(sizeof(*state));
63 state->err = CLEANUP_STAT_OK;
64 state->client = stream;
65 state->message = vstring_alloc(1000);
66 state
84 qmqpd_state_free(QMQPD_STATE *state) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam/
H A D0_basic_arithmetic11 <<attributes>> void <<ns>>sym_AddOp (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sym_Digit (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sequence_9 (<<STATE>> <<state>>);
14 <<attributes>> void <<ns>>sequence_14 (<<STATE>> <<state>>);
15 <<attributes>> void <<ns>>kleene_16 (<<STATE>> <<state>>);
16 <<attributes>> void <<ns>>sequence_18 (<<STATE>> <<state>>);
17 <<attributes>> void <<ns>>choice_20 (<<STATE>> <<state>>);
18 <<attributes>> void <<ns>>sym_Expression (<<STATE>> <<state>>);
19 <<attributes>> void <<ns>>sequence_26 (<<STATE>> <<state>>);
20 <<attributes>> void <<ns>>kleene_28 (<<STATE>> <<state>>);
[all...]
H A D8_pkleene11 <<attributes>> void <<ns>>poskleene_2 (<<STATE>> <<state>>);
25 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
26 <<self>> <<ns>>poskleene_2 (<<state>>);
30 <<attributes>> void <<ns>>poskleene_2 (<<STATE>> <<state>>) { <<prelude>>
36 rde_param_i_loc_push (<<state>>);
37 rde_param_i_next_char (<<state>>, "a", 0);
38 if (rde_param_i_kleene_abort(<<state>>)) return;
40 rde_param_i_state_push_2 (<<state>>);
41 rde_param_i_next_char (<<state>>, "a", 0);
42 if (rde_param_i_kleene_close(<<state>>)) retur
[all...]
H A D3_peg_itself11 <<attributes>> void <<ns>>sequence_4 (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sym_ALNUM (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sequence_9 (<<STATE>> <<state>>);
14 <<attributes>> void <<ns>>sym_ALPHA (<<STATE>> <<state>>);
15 <<attributes>> void <<ns>>sequence_14 (<<STATE>> <<state>>);
16 <<attributes>> void <<ns>>sym_AND (<<STATE>> <<state>>);
17 <<attributes>> void <<ns>>sym_APOSTROPH (<<STATE>> <<state>>);
18 <<attributes>> void <<ns>>sequence_21 (<<STATE>> <<state>>);
19 <<attributes>> void <<ns>>sym_ASCII (<<STATE>> <<state>>);
20 <<attributes>> void <<ns>>choice_26 (<<STATE>> <<state>>);
[all...]
H A D1_functions11 <<attributes>> void <<ns>>sym_Expression (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sym_Function (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sequence_9 (<<STATE>> <<state>>);
14 <<attributes>> void <<ns>>sym_Sinus (<<STATE>> <<state>>);
35 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
36 <<self>> <<ns>>sym_Expression (<<state>>);
44 <<attributes>> void <<ns>>sym_Expression (<<STATE>> <<state>>) { <<prelude>>
49 if (rde_param_i_symbol_start_d (<<state>>, 1)) return ;
50 <<self>> <<ns>>sym_Function (<<state>>);
51 rde_param_i_symbol_done_d_reduce (<<state>>,
[all...]
H A D10_notahead11 <<attributes>> void <<ns>>notahead_3 (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sequence_6 (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sym_TEST (<<STATE>> <<state>>);
29 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
30 <<self>> <<ns>>sym_TEST (<<state>>);
38 <<attributes>> void <<ns>>sym_TEST (<<STATE>> <<state>>) { <<prelude>>
46 if (rde_param_i_symbol_start (<<state>>, 2)) return ;
47 <<self>> <<ns>>sequence_6 (<<state>>);
48 rde_param_i_symbol_done_leaf (<<state>>, 2, 1);
52 <<attributes>> void <<ns>>sequence_6 (<<STATE>> <<state>>) { <<prelud
[all...]
H A D9_ahead11 <<attributes>> void <<ns>>ahead_3 (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sequence_6 (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sym_TEST (<<STATE>> <<state>>);
29 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
30 <<self>> <<ns>>sym_TEST (<<state>>);
38 <<attributes>> void <<ns>>sym_TEST (<<STATE>> <<state>>) { <<prelude>>
46 if (rde_param_i_symbol_start (<<state>>, 2)) return ;
47 <<self>> <<ns>>sequence_6 (<<state>>);
48 rde_param_i_symbol_done_leaf (<<state>>, 2, 1);
52 <<attributes>> void <<ns>>sequence_6 (<<STATE>> <<state>>) { <<prelud
[all...]
/macosx-10.9.5/postfix-252/postfix/src/tlsproxy/
H A Dtlsproxy_state.c13 /* void tlsp_state_free(state)
14 /* TLSP_STATE *state;
94 /* tlsp_state_create - create TLS proxy state object */
99 TLSP_STATE *state = (TLSP_STATE *) mymalloc(sizeof(*state)); local
101 state->flags = TLSP_FLAG_DO_HANDSHAKE;
102 state->service = mystrdup(service);
103 state->plaintext_stream = plaintext_stream;
104 state->plaintext_buf = 0;
105 state
117 tlsp_state_free(TLSP_STATE *state) argument
[all...]
/macosx-10.9.5/zlib-53/zlib/
H A Dgzread.c18 state->fd, and update state->eof, state->err, and state->msg as appropriate.
21 local int gz_load(state, buf, len, have)
22 gz_statep state;
31 ret = read(state->fd, buf + *have, len - *have);
37 gz_error(state, Z_ERRNO, zstrerror());
41 state->eof = 1;
50 local int gz_avail(state)
372 gz_statep state; local
462 gz_statep state; local
490 gz_statep state; local
551 gz_statep state; local
610 gz_statep state; local
635 gz_statep state; local
[all...]
/macosx-10.9.5/sudo-72/src/zlib/
H A Dgzread.c17 state->fd, and update state->eof, state->err, and state->msg as appropriate.
20 local int gz_load(state, buf, len, have)
21 gz_statep state;
30 ret = read(state->fd, buf + *have, len - *have);
36 gz_error(state, Z_ERRNO, zstrerror());
40 state->eof = 1;
51 local int gz_avail(state)
288 gz_statep state; local
381 gz_statep state; local
417 gz_statep state; local
481 gz_statep state; local
540 gz_statep state; local
561 gz_statep state; local
[all...]
/macosx-10.9.5/objc4-551.1/test/
H A Dexc.m25 static volatile int state = 0;
36 -(void)check { state++; }
49 -(void)check { state++; }
74 testassert(state == n); \
75 state++; \
91 state++;
93 // state++ inside alt handler
95 state = BAD;
99 state = BAD;
101 state
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregexcst.pl9 # Compile the regular expression paser state table data into initialized C data.
27 $num_states = 1; # Always the state number for the line being compiled.
30 $states{"pop"} = 255; # Add the "pop" to the list of defined state names.
31 # This prevents any state from being labelled with "pop",
32 # and resolves references to "pop" in the next state field.
55 # Does the first token end with a ":"? If so, it's the name of a state.
56 # Put in a hash, together with the current state number,
61 $state_name =~ s/://; # strip off the colon from the state name.
64 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
70 # otherwise assume that a state definitio
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libdll/
H A Ddllerror.c28 Dllstate_t state; variable
40 if (state.error)
42 state.error = retain;
43 return state.errorbuf;
48 state.error = retain;
49 sfsprintf(state.errorbuf, sizeof(state.errorbuf), "%s", s);
/macosx-10.9.5/postfix-252/postfix/src/virtual/
H A Dunknown.c9 /* int deliver_unknown(state)
10 /* LOCAL_STATE state;
15 /* .IP state
50 int deliver_unknown(LOCAL_STATE state) argument
57 state.level++;
59 MSG_LOG_STATE(myname, state);
61 dsb_simple(state.msg_attr.why, "5.1.1",
62 "unknown user: \"%s\"", state.msg_attr.user);
63 return (bounce_append(BOUNCE_FLAGS(state.request),
64 BOUNCE_ATTR(state
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingTreeScrollingNode.cpp56 ScrollingStateScrollingNode* state = toScrollingStateScrollingNode(stateNode); local
58 if (state->hasChangedProperty(ScrollingStateScrollingNode::ViewportRect))
59 m_viewportRect = state->viewportRect();
61 if (state->hasChangedProperty(ScrollingStateScrollingNode::TotalContentsSize))
62 m_totalContentsSize = state->totalContentsSize();
64 if (state->hasChangedProperty(ScrollingStateScrollingNode::FrameScaleFactor))
65 m_frameScaleFactor = state->frameScaleFactor();
67 if (state->hasChangedProperty(ScrollingStateScrollingNode::ShouldUpdateScrollLayerPositionOnMainThread))
68 m_shouldUpdateScrollLayerPositionOnMainThread = state->shouldUpdateScrollLayerPositionOnMainThread();
70 if (state
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/upward-dylib/
H A Ddown.c4 static int state = 0; variable
11 state = 1;
16 return state;
H A Dup.c4 static int state = 0; variable
12 state = 1;
19 return state;

Completed in 207 milliseconds

1234567891011>>