HomeSort by relevance Sort by last modified time
    Searched full:chvt (Results 1 - 16 of 16) sorted by null

  /external/toybox/toys/other/
chvt.c 0 /* chvt.c - switch virtual terminals
5 USE_CHVT(NEWTOY(chvt, "<1", TOYFLAG_USR|TOYFLAG_BIN))
7 config CHVT
8 bool "chvt"
11 usage: chvt N
  /external/toybox/www/
status.html 18 chown chvt cksum clear cmp comm count cp cpio date df dirname
oldnews.html 80 new commands cp and chvt and several bugfixes.</p>
roadmap.html 525 cal chgrp chvt comm cut df diff du env expand expr id md5sum nice paste
index.html 617 pending to posix. In addition, the existing chvt and vconfig got some
    [all...]
news.html 617 pending to posix. In addition, the existing chvt and vconfig got some
    [all...]
  /external/mksh/src/
misc.c 58 static void chvt(const Getopt *);
453 chvt(&go);
1962 chvt(const Getopt *go) function
    [all...]
  /external/toybox/generated/
newtoys.h 25 USE_CHVT(NEWTOY(chvt, "<1", TOYFLAG_USR|TOYFLAG_BIN))
flags.h 218 // chvt <1
    [all...]
help.h 207 #define help_chvt "usage: chvt N\n\nChange to virtual terminal number N. (This only works in text mode.)\n\nVirtual terminals are the Linux VGA text mode displays, ordinarily\nswitched between via alt-F1, alt-F2, etc. Use ctrl-alt-F1 to switch\nfrom X to a virtual terminal, and alt-F6 (or F7, or F8) to get back.\n\n"
    [all...]
  /external/libvncserver/x11vnc/
user.c 1401 char chvt[100]; local
1402 sprintf(chvt, "chvt %d >/dev/null 2>/dev/null &", vt);
1403 rfbLog("running: %s\n", chvt);
1404 system(chvt);
    [all...]
ChangeLog 548 is.. for find display mode. chvt(1) utility.
    [all...]
README     [all...]
ssltools.h 852 " # we can only do chvt on Linux:\n"
    [all...]
help.c     [all...]
x11vnc.1     [all...]

Completed in 365 milliseconds