Searched refs:test_and (Results 1 – 1 of 1) sorted by relevance
63 static Shnode_t *test_and(Lex_t*);1764 register Shnode_t *t = test_and(lp); in test_or()1766 t = makelist(lp,TORF|TTEST,t,test_and(lp)); in test_or()1770 static Shnode_t *test_and(Lex_t *lp) in test_and() function