Home
last modified time | relevance | path

Searched refs:c_shift (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dfuncs.c105 {"*=shift", c_shift},
1566 c_shift(const char **wp) in c_shift() function
Dsh.h1744 int c_shift(const char **);
Dexec.c680 if (!keepasn_ok && tp->val.f == c_shift) { in comexec()