4.3BSD/usr/contrib/apl/src/Llx.c

Compare this file to the similar file:
Show the results in this format:

static char Sccsid[] = "Llx.c @(#)Llx.c	1.1	10/1/82 Berkeley ";

	/*
	 * check for latent expr., and evaluate it if it is there:
	 */
	if((n=nlook("Llx")) && n->itemp->type == CH && n->itemp->size){
		putchar('\n');
		*sp++ = dupdat(n->itemp);
		ex_meps();
		ex_hprint();
		error("");
	}