bin/ksh/syn.c
158
musthave(LWORD, ishere ? HEREDELIM : 0);
bin/ksh/syn.c
186
musthave(emark, KEYWORD|ALIAS);
bin/ksh/syn.c
22
static void musthave(int, int);
bin/ksh/syn.c
261
musthave(')', 0);
bin/ksh/syn.c
292
musthave(LWORD,LETEXPR);
bin/ksh/syn.c
318
musthave(LWORD, ARRAYVAR);
bin/ksh/syn.c
342
musthave(LWORD, 0);
bin/ksh/syn.c
354
musthave(FI, KEYWORD|ALIAS);
bin/ksh/syn.c
382
musthave(LWORD, 0);
bin/ksh/syn.c
435
musthave(c, KEYWORD|ALIAS);
bin/ksh/syn.c
444
musthave(THEN, KEYWORD|ALIAS);
bin/ksh/syn.c
498
musthave(c, KEYWORD|ALIAS);
bin/ksh/syn.c
515
musthave(LWORD, 0);
bin/ksh/syn.c
521
musthave(')', 0);
bin/ksh/syn.c
526
musthave(BREAK, CONTIN|KEYWORD|ALIAS);
bin/ksh/syn.c
560
musthave('{', CONTIN|KEYWORD|ALIAS); /* } */