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

/freebsd-11-stable/contrib/tcsh/
H A Dsh.lex.c596 int gmodflag = 0, amodflag = 0; local
604 amodflag++;
607 if ((c == 'g' && !gmodflag) || (c == 'a' && !amodflag)) {
611 amodflag++;
638 if ((amodflag || gmodflag) && c == '\n')

Completed in 116 milliseconds