bin/ksh/syn.c
173
musthave(LWORD, ishere ? HEREDELIM : 0);
bin/ksh/syn.c
203
musthave(emark, KEYWORD|ALIAS);
bin/ksh/syn.c
27
static void musthave ARGS((int c, int cf));
bin/ksh/syn.c
279
musthave(')', 0);
bin/ksh/syn.c
309
musthave(LWORD,LETEXPR);
bin/ksh/syn.c
338
musthave(LWORD, ARRAYVAR);
bin/ksh/syn.c
360
musthave(LWORD, 0);
bin/ksh/syn.c
372
musthave(FI, KEYWORD|ALIAS);
bin/ksh/syn.c
391
musthave(LWORD, 0);
bin/ksh/syn.c
444
musthave(c, KEYWORD|ALIAS);
bin/ksh/syn.c
453
musthave(THEN, KEYWORD|ALIAS);
bin/ksh/syn.c
507
musthave(c, KEYWORD|ALIAS);
bin/ksh/syn.c
525
musthave(LWORD, 0);
bin/ksh/syn.c
531
musthave(')', 0);
bin/ksh/syn.c
536
musthave(BREAK, CONTIN|KEYWORD|ALIAS);
bin/ksh/syn.c
571
musthave('{', CONTIN|KEYWORD|ALIAS); /* } */