HomeSort by relevance Sort by last modified time
    Searched refs:typecmd (Results 1 - 6 of 6) sorted by null

  /system/core/sh/
builtins.c 34 { "type", typecmd },
builtins.h 49 int typecmd(int, char **);
exec.h 78 int typecmd(int, char **);
builtins.def 82 typecmd type
eval.c 659 /* run 'typecmd' for other options */
814 cmdentry.u.bltin = typecmd;
996 cmdentry.u.bltin == typecmd)) {
exec.c 948 typecmd(int argc, char **argv) function

Completed in 3438 milliseconds