Home | History | Annotate | Download | only in csh

Lines Matching refs:lap

87  * getexcl the variables lap, exclp, and exclnxt are all zero.
387 if (lap) {
388 if ((c = *lap++) == 0)
389 lap = 0;
643 if (Strlen(cp) + (lap ? Strlen(lap) : 0) >=
648 if (lap)
649 (void)Strcpy(buf, lap);
651 if (lap)
653 lap = labuf;