OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMDTABLESIZE
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
exec.c
84
#define
CMDTABLESIZE
31 /* should be prime */
98
STATIC struct tblentry *cmdtable[
CMDTABLESIZE
];
349
for (pp = cmdtable ; pp < &cmdtable[
CMDTABLESIZE
] ; pp++) {
675
for (pp = cmdtable ; pp < &cmdtable[
CMDTABLESIZE
] ; pp++) {
745
for (tblp = cmdtable ; tblp < &cmdtable[
CMDTABLESIZE
] ; tblp++) {
788
for (tblp = cmdtable ; tblp < &cmdtable[
CMDTABLESIZE
] ; tblp++) {
829
pp = &cmdtable[hashval %
CMDTABLESIZE
];
init.c
259
#undef
CMDTABLESIZE
260
#define
CMDTABLESIZE
31 /* should be prime */
551
#undef
CMDTABLESIZE
552
#define
CMDTABLESIZE
31 /* should be prime */
839
#undef
CMDTABLESIZE
840
#define
CMDTABLESIZE
31 /* should be prime */
Completed in 61 milliseconds