Searched refs:newline (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dacm.c476 struct acm_line newline; local
481 newline.speed = cpu_to_le32p(acm_tty_speed +
483 newline.stopbits = termios->c_cflag & CSTOPB ? 2 : 0;
484 newline.parity = termios->c_cflag & PARENB ?
486 newline.databits = acm_tty_size[(termios->c_cflag & CSIZE) >> 4];
490 if (!newline.speed) {
491 newline.speed = acm->line.speed;
498 if (memcmp(&acm->line, &newline, sizeof(struct acm_line))) {
499 memcpy(&acm->line, &newline, sizeof(struct acm_line));
500 dbg("set line: %d %d %d %d", newline
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtail.c45 static int newline; variable
60 newline = 0;
188 if (newline && count <= seen)
192 newline = 1;
194 if (newline && count <= seen && nread - (start - buf) > 0)
H A Dls.c216 static void newline(void) function
482 newline();
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_command.c408 char *newline; local
422 newline = strchr(semi,'\n');
423 if (newline) *newline++ = '\0';
425 if (newline) _dumpindented(newline,5+12+1);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dauth.c1731 int newline, xxx; local
1744 if (!getword(f, word, &newline, filename))
1746 newline = 1;
1752 while (!newline && getword(f, word, &newline, filename))
1754 if (!newline)
1762 newline = 0;
1771 if (!getword(f, word, &newline, filename))
1773 if (newline)
1791 if (!getword(f, word, &newline, filenam
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dauth.c2207 int newline, xxx; local
2221 if (!getword(f, word, &newline, filename))
2223 newline = 1;
2229 while (!newline && getword(f, word, &newline, filename))
2231 if (!newline)
2239 newline = 0;
2248 if (!getword(f, word, &newline, filename))
2250 if (newline)
2268 if (!getword(f, word, &newline, filenam
[all...]
H A Doptions.c391 int i, newline, ret, err; local
423 while (getword(f, cmd, &newline, filename)) {
432 if (!getword(f, args[i], &newline, filename)) {
1100 * \<newline> is ignored.
1129 * A newline means the end of a comment; backslash-newline
1142 * Ignore characters other than newline in a comment.
1191 * This character is escaped: backslash-newline is ignored,
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dauth.c2207 int newline, xxx; local
2221 if (!getword(f, word, &newline, filename))
2223 newline = 1;
2229 while (!newline && getword(f, word, &newline, filename))
2231 if (!newline)
2239 newline = 0;
2248 if (!getword(f, word, &newline, filename))
2250 if (newline)
2268 if (!getword(f, word, &newline, filenam
[all...]
H A Doptions.c391 int i, newline, ret, err; local
423 while (getword(f, cmd, &newline, filename)) {
432 if (!getword(f, args[i], &newline, filename)) {
1100 * \<newline> is ignored.
1129 * A newline means the end of a comment; backslash-newline
1142 * Ignore characters other than newline in a comment.
1191 * This character is escaped: backslash-newline is ignored,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/misc/
H A Dchandev.c2758 int curr,comment=FALSE,newline=FALSE,oldnewline=TRUE; local
2771 newline=TRUE;
2775 newline=FALSE;
2783 if(startline&&(buff>startline)&&(oldnewline==FALSE)&&(newline==TRUE))
2789 if(newline)
2791 oldnewline=newline;

Completed in 196 milliseconds