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

  /external/clearsilver/mod_ecs/
mod_ecs.c 97 int nonl; member in struct:header_buf
107 static int buf_getline (const char *idata, int ilen, char *odata, int olen, int *nonl)
112 *nonl = 1;
120 *nonl = 0;
138 ret = buf_getline (hbuf->buf + hbuf->loc, hbuf->len - hbuf->loc, buf, len, &(hbuf->nonl));
150 int nonl = hbuf->nonl; local
155 nonl = hbuf->nonl;
156 len = buf_getline (data + done, dlen - done, buf, sizeof(buf), &(hbuf->nonl));
    [all...]
  /external/qemu/
curses.c 295 nodelay(stdscr, TRUE); nonl(); keypad(stdscr, TRUE);
  /external/grub/grub/
asmstub.c 175 nonl ();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 663 extern NCURSES_EXPORT(int) nonl (void); /* implemented */
    [all...]
ncurses.h 663 extern NCURSES_EXPORT(int) nonl (void); /* implemented */
    [all...]

Completed in 460 milliseconds