HomeSort by relevance Sort by last modified time
    Searched refs:csprint (Results 1 - 14 of 14) sorted by null

  /external/syslinux/com32/cmenu/
display.c 28 csprint("Usage: display.c32 <textfile>\n", 0x07);
simple.c 76 csprint(curr->data, 0x07);
79 csprint("Error in programming!", 0x07);
complex.c 88 csprint("Command line:", 0x07);
112 csprint("Enter Username: ", 0x07);
116 csprint("Enter Password: ", 0x07);
158 csprint("User: ", PWDATTR);
161 csprint(username, PWDATTR);
194 csprint("Kernel Arguments:", 0x07);
196 csprint(infoline, 0x07);
409 csprint("Press any key within 5 seconds to show menu...", 0x07);
412 csprint("Sorry! Time's up.\r\n", 0x07);
423 csprint("Enter IP address (last two octets only): ", 0x07)
    [all...]
  /external/syslinux/com32/include/
libansi.h 63 void csprint(const char *, const char);
  /external/syslinux/com32/cmenu/libmenu/
tui.c 69 csprint(str, GETSTRATTR);
193 csprint(str, GETSTRATTR);
201 csprint("\r\n", GETSTRATTR);
menu.c 129 csprint(ms->title, ms->titleattr);
264 csprint(fchar, attr[NOHLITE]);
272 csprint(lchar, attr[NOHLITE]);
330 csprint("\016\141\017", ms->normalattr[NOHLITE]);
560 csprint("ERROR: Invalid submenu requested.", 0x07);
    [all...]
  /external/syslinux/com32/lib/sys/
libansi.c 201 csprint(CSI "1D", 0x07);
219 * csprint - given a VGA attribute, print a NULL-terminated string
223 void csprint(const char *str, const char attr) function
  /external/syslinux/bios/com32/cmenu/
test.c 197 csprint("Command line:",0x07);
225 csprint("Enter Username: ",0x07);
229 csprint("Enter Password: ",0x07);
462 else csprint("Error in programming!",0x07);
test2.c 197 csprint("Command line:",0x07);
225 csprint("Enter Username: ",0x07);
229 csprint("Enter Password: ",0x07);
519 else csprint("Error in programming!",0x07);
  /external/syslinux/efi32/com32/cmenu/
test.c 197 csprint("Command line:",0x07);
225 csprint("Enter Username: ",0x07);
229 csprint("Enter Password: ",0x07);
462 else csprint("Error in programming!",0x07);
test2.c 197 csprint("Command line:",0x07);
225 csprint("Enter Username: ",0x07);
229 csprint("Enter Password: ",0x07);
519 else csprint("Error in programming!",0x07);
  /external/syslinux/efi64/com32/cmenu/
test.c 197 csprint("Command line:",0x07);
225 csprint("Enter Username: ",0x07);
229 csprint("Enter Password: ",0x07);
462 else csprint("Error in programming!",0x07);
test2.c 197 csprint("Command line:",0x07);
225 csprint("Enter Username: ",0x07);
229 csprint("Enter Password: ",0x07);
519 else csprint("Error in programming!",0x07);
  /external/syslinux/com32/hdt/
hdt-menu.c 81 csprint(cmd, 0x07);
120 csprint("Command line:", 0x07);

Completed in 64 milliseconds