HomeSort by: relevance | last modified time | path
    Searched defs:ite_sendstr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/amiga/dev/
ite.c 130 inline static void ite_sendstr(const char *);
1009 ite_sendstr(const char *str) function in typeref:typename:void
1506 ite_sendstr("\033[?61;0c");
1508 ite_sendstr("\033[?63;0c");
1619 ite_sendstr("\033[>24;0;0;0c");
1629 ite_sendstr(
1632 ite_sendstr(
1642 ite_sendstr("\033[0n");
1649 ite_sendstr(ip->argbuf);
1658 ite_sendstr("\033[2;1;1;112;112;1;0x")
    [all...]
  /src/sys/arch/atari/dev/
ite.c 127 static inline void ite_sendstr(const char *);
1072 ite_sendstr(const char *str) function in typeref:typename:void
1582 ite_sendstr ("\033[?61;0c"); /* XXX not clean */
1584 ite_sendstr ("\033[?63;0c"); /* XXX not clean */
1719 ite_sendstr ("\033[>24;0;0;0c");
1726 ite_sendstr ("\033[?1;1c");
1728 ite_sendstr ("\033[?63;1c");
1738 ite_sendstr ("\033[0n"); /* no malfunction */
1744 ite_sendstr (sc->argbuf);
1756 ite_sendstr ("\033[2;1;1;112;112;1;0x")
    [all...]
  /src/sys/arch/x68k/dev/
ite.c 122 static void ite_sendstr(struct ite_softc *, const char *);
925 ite_sendstr(struct ite_softc *ip, const char *str) function in typeref:typename:void
1461 ite_sendstr(ip, "\033[61;0c");
1464 ite_sendstr(ip, "\033[63;0c");
1626 ite_sendstr(ip, "\033[>24;0;0;0c");
1636 ite_sendstr(ip,
1640 ite_sendstr(ip,
1643 ite_sendstr(ip,
1656 ite_sendstr(ip, "\033[0n");
1663 ite_sendstr(ip, ip->argbuf)
    [all...]

Completed in 14 milliseconds