Searched refs:BLANKS (Results 1 – 1 of 1) sorted by relevance
491 #define BLANKS(p) while (*p == ' ' || *p == '\t') p++ macro492 #define CHECKEND() BLANKS(cmdptr); if (*cmdptr) { BEEP(); break; }536 BLANKS(cmdptr); in command()592 BLANKS(cmdptr); in command()832 BLANKS(p); in number()