Home
last modified time | relevance | path

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; }
536 BLANKS(cmdptr); in command()
592 BLANKS(cmdptr); in command()
832 BLANKS(p); in number()