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

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y56 static int isnoeffect P((NODETYPE t));
339 if (do_lint && isnoeffect($2->type))
614 if (do_lint && isnoeffect($2->type))
3041 /* isnoeffect --- when used as a statement, has no side effects */
3051 isnoeffect(NODETYPE type)
H A Dawkgram.c182 static int isnoeffect P((NODETYPE t));
1759 if (do_lint && isnoeffect(yyvsp[0].nodeval->type))
2089 if (do_lint && isnoeffect(yyvsp[0].nodeval->type))
4880 /* isnoeffect --- when used as a statement, has no side effects */
4890 isnoeffect(NODETYPE type)
4886 isnoeffect(NODETYPE type) function

Completed in 49 milliseconds