Searched refs:mkshbuiltins (Results 1 - 3 of 3) sorted by relevance

/external/mksh/src/
H A Dmain.c254 for (i = 0; mkshbuiltins[i].name != NULL; i++)
255 if (!strcmp(ccp, builtin(mkshbuiltins[i].name,
256 mkshbuiltins[i].func)))
H A Dsh.h1258 extern const struct builtin mkshbuiltins[];
H A Dfuncs.c94 const struct builtin mkshbuiltins[] = { variable in typeref:struct:builtin

Completed in 250 milliseconds