search for: print_mode

Displaying 4 results from an estimated 4 matches for "print_mode".

Did you mean: print_modes
2008 Apr 09
2
zaptel 1.2.25 compilation error
Zaptel seems to compile fine until I enter xpp/utils and make there. I get: xpp/utils # make cc -o print_modes -g -Wall print_modes.c print_modes.c: In function `main': print_modes.c:9: error: `fxo_modes' undeclared (first use in this function) print_modes.c:9: error: (Each undeclared identifier is reported only once print_modes.c:9: error: for each function it appears in.) print_modes.c:9: error:...
2007 Jan 18
0
Emulating a REPL in frontends
...n be simplified to use this function, internally. Regards Thomas Friedrichsmeier -------------- next part -------------- /* print mode: 0: print if visible. 1: always print 2: never print */ SEXP R_DLLGenericEplDo1 (unsigned char *buffer, ParseStatus *parse_status, Rboolean set_last_sym_value, int print_mode, Rboolean do_toplevel_callbacks) { int c; ParseStatus status; SEXP value; SEXP rho = R_GlobalEnv; Rboolean wasDisplayed = FALSE; while((c = *buffer++)) { R_IoBufferPutc(c, &R_ConsoleIob); if(c == ';' || c == '\n') break; } R_PPStackTop = 0;...
2012 Apr 17
2
[GIT PULL] elflink warning fixes and auto extension support
...argc, char **argv) +int main(int argc __unused, char **argv __unused) { dump_legacy(); dump_e820(); diff --git a/com32/modules/vesainfo.c b/com32/modules/vesainfo.c index 86a4365..66b121d 100644 --- a/com32/modules/vesainfo.c +++ b/com32/modules/vesainfo.c @@ -79,11 +79,11 @@ static void print_modes(void) } exit: - free(vesa); + lfree(vesa); return; } -int main(int argc, char **argv) +int main(int argc __unused, char **argv __unused) { print_modes(); return 0; diff --git a/core/conio.c b/core/conio.c index 70dd3b1..dd18ecf 100644 --- a/core/conio.c +++ b/core/conio.c @...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and