Lines Matching defs:check
191 static int prevchar = -1; /* putbuf: previous char (cr check) */
742 logmsg("reason, but double check it before anything else.");
1036 char *check;
1045 check = strchr(cmd, '\r');
1046 if(!check)
1047 check = strchr(cmd, '\n');
1049 if(check) {
1051 while((*check == '\r') || (*check == '\n'))
1052 check++;
1054 if(!*check)
1057 cmd = check;