Home | History | Annotate | Download | only in src

Lines Matching full:iscmd

562 		bool iscmd;
568 iscmd = p < 0 || vstrchr(";|&()`", buf[p]);
569 if (iscmd) {
578 iscmd = p == end;
580 *is_commandp = iscmd;