Searched refs:pperror (Results 1 – 2 of 2) sorted by relevance
322 if (bob(np+1)) {pperror("token too long"); np=pbeg; p=inp+BUFSIZ;}344 pperror("%s: unterminated macro call",macnam);353 pperror("unterminated comment");355 pperror("missing endif");543 pperror("%s: too much pushback",macnam);550 if (np==NULL) {pperror("no space"); exit(exfail);}558 if (bob(np)) pperror("token too long");589 } else {pperror("bad include syntax",0); inctype=2;}595 pperror("Unreasonable include nesting",0); return(p);597 if((nfil=malloc(BUFSIZ))==NULL) {pperror("no space"); exit(exfail);}[all …]
64 *newp=savc; pperror("Illegal character %c in preprocessor if", *inp); in yylex()89 pperror("Illegal number %s", st);