Searched refs:nonl (Results 1 – 3 of 3) sorted by relevance
/external/clearsilver/mod_ecs/ |
D | mod_ecs.c | 97 int nonl; member 107 static int buf_getline (const char *idata, int ilen, char *odata, int olen, int *nonl) in buf_getline() argument 112 *nonl = 1; in buf_getline() 120 *nonl = 0; in buf_getline() 138 ret = buf_getline (hbuf->buf + hbuf->loc, hbuf->len - hbuf->loc, buf, len, &(hbuf->nonl)); in h_getline() 150 int nonl = hbuf->nonl; in header_write() local 155 nonl = hbuf->nonl; in header_write() 156 len = buf_getline (data + done, dlen - done, buf, sizeof(buf), &(hbuf->nonl)); in header_write() 171 if (!nonl && (buf[0] == '\n' || buf[0] == '\r')) in header_write()
|
/external/qemu/ |
D | curses.c | 295 nodelay(stdscr, TRUE); nonl(); keypad(stdscr, TRUE); in curses_setup()
|
/external/grub/grub/ |
D | asmstub.c | 175 nonl (); in grub_stage2()
|