Home
last modified time | relevance | path

Searched refs:TOOLONG (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c33 #define TOOLONG -3 macro
77 return TOOLONG;
306 if (n == EOF || n == TOOLONG) { in yylex()
/illumos-gate/usr/src/cmd/grpck/
H A Dgrpck.c42 #define TOOLONG "Line too long" macro
177 error(TOOLONG); in main()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsis900.h228 TOOLONG = 0x00400000, enumerator
H A Dsis900.c1167 if (rx_status & (ABORT|OVERRUN|TOOLONG|RUNT|RXISERR|CRCERR|FAERR)) { in sis900_poll()