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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.lex.c583 int gmodflag = 0, amodflag = 0; local
591 amodflag++;
594 if ((c == 'g' && !gmodflag) || (c == 'a' && !amodflag)) {
598 amodflag++;
625 if ((amodflag || gmodflag) && c == '\n')

Completed in 59 milliseconds