Lines Matching refs:expbuf
698 char *address(expbuf) in address() argument
699 char *expbuf; in address()
705 if (expbuf > &respace[RESIZE-2])
708 *expbuf++ = CEND;
709 *expbuf++ = CCEOF;
710 return(expbuf);
716 return(comple((char *) 0, expbuf, &respace[RESIZE-1], sseof));
726 if (expbuf > &respace[RESIZE-3])
728 *expbuf++ = CLNUM;
729 *expbuf++ = nlno;
733 *expbuf++ = CCEOF;
735 return(expbuf);
817 char *ycomp(expbuf) in ycomp() argument
818 char *expbuf; in ycomp()
825 ep = expbuf;