Lines Matching refs:amode
1938 const char *amode = ascmode;
1945 if (*amode >= '0' && *amode <= '7') {
1949 while (*amode >= '0' && *amode <= '7')
1950 mode = (mode<<3) + *amode++ - '0';
1951 if (*amode != '\0')
1984 while ((t = iswho(*amode)) != 0) {
1985 ++amode;
2002 if (!isop(pp->p_op = *amode++))
2006 while ((t = isperm(pp, *amode)) != 0) {
2041 ++amode;
2053 ++amode;
2057 switch (*amode) {
2062 ++amode;