Searched refs:BLANKS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pg/
H A Dpg.c491 #define BLANKS(p) while (*p == ' ' || *p == '\t') p++ macro
492 #define CHECKEND() BLANKS(cmdptr); if (*cmdptr) { BEEP(); break; }
537 BLANKS(cmdptr);
593 BLANKS(cmdptr);
834 BLANKS(p);

Completed in 67 milliseconds