OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COMMAND
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/arm/imx/
imx23_apbdma.h
51
* DMA
command
type.
59
*
Command
word 0.
64
*
Command
word 1.
75
#define
COMMAND
__BITS(1, 0)
78
*
Command
word 2.
83
*
Command
word 3-n.
/src/usr.sbin/bta2dpd/bta2dpd/
avdtp_signal.h
55
/* Signal
Command
& Response Header Masks. */
73
#define
COMMAND
0x0
118
int avdtpSendCommand(int fd, uint8_t
command
, uint8_t type,
/src/tests/lib/libc/db/
h_db.c
62
enum S {
COMMAND
, COMPARE, GET, PUT, REMOVE, SEQ, SEQFLAG, KEY, DATA };
103
enum S
command
=
COMMAND
, state;
local
183
state =
COMMAND
;
200
command
= COMPARE;
214
command
= GET;
219
command
= PUT;
225
state =
COMMAND
;
228
command
= REMOVE;
234
state =
COMMAND
;
[
all
...]
/src/bin/csh/
file.c
82
}
COMMAND
;
98
static size_t tsearch(Char *,
COMMAND
, size_t);
477
* Perform a RECOGNIZE or LIST
command
on string "word".
480
tsearch(Char *word,
COMMAND
command
, size_t max_word_length)
519
if (
command
== LIST) {
529
else { /* RECOGNIZE
command
*/
553
if (
command
== RECOGNIZE) {
654
COMMAND
command
;
local
[
all
...]
/src/bin/ksh/
history.c
4
*
command
history
141
/* Substitute and execute
command
*/
257
ret =
command
(editor ? editor : "${FCEDIT:-/bin/ed} $_");
332
ret =
command
(cmd);
418
/* the -1 is to avoid the current fc
command
*/
429
/* Return a pointer to the newest
command
in the history */
443
/* Return a pointer to the newest
command
in the history */
612
* save
command
in history
623
if (++hp >= histlist + histsize) { /* remove oldest
command
*/
638
* Append an entry to the last saved
command
. Used for multilin
[
all
...]
Completed in 23 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026