OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_command
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/rfcomm/
rfc_ts_frames.c
231
void rfc_send_pn (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN
is_command
, UINT16 mtu, UINT8 cl, UINT8 k)
242
*p_data++ = RFCOMM_EA | RFCOMM_I_CR(
is_command
) | RFCOMM_MX_PN;
251
if (
is_command
)
276
void rfc_send_fcon (tRFC_MCB *p_mcb, BOOLEAN
is_command
)
287
*p_data++ = RFCOMM_EA | RFCOMM_I_CR(
is_command
) | RFCOMM_MX_FCON;
304
void rfc_send_fcoff (tRFC_MCB *p_mcb, BOOLEAN
is_command
)
315
*p_data++ = RFCOMM_EA | RFCOMM_I_CR(
is_command
) | RFCOMM_MX_FCOFF;
332
void rfc_send_msc (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN
is_command
,
355
*p_data++ = RFCOMM_EA | RFCOMM_I_CR(
is_command
) | RFCOMM_MX_MSC;
386
void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN
is_command
, UINT8 status
703
BOOLEAN
is_command
;
local
[
all
...]
/external/mksh/src/
edit.c
225
x_print_expansions(int nwords, char * const *words, bool
is_command
)
235
if (!
is_command
&&
592
bool
is_command
;
local
596
len = x_locate_word(buf, buflen, pos, startp, &
is_command
);
598
is_command
= false;
604
if (len == 0 &&
is_command
)
655
nwords =
is_command
?
664
if (
is_command
)
[
all
...]
Completed in 153 milliseconds