Searched defs:noblock (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dread.c33 grub_getline (int noblock, int noecho) argument
47 if (noblock && grub_checkkey() <= 0)
73 int noblock = 0, noecho = 0; local
76 noblock = 1;
79 line = grub_getline (noblock, noecho);
91 {"noblock", 'd', 0, "don't block on the read; use whatever "

Completed in 20 milliseconds