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

/freebsd-10-stable/contrib/tcsh/
H A Dsh.lex.c590 int gmodflag = 0, amodflag = 0; local
598 amodflag++;
601 if ((c == 'g' && !gmodflag) || (c == 'a' && !amodflag)) {
605 amodflag++;
632 if ((amodflag || gmodflag) && c == '\n')

Completed in 101 milliseconds