Home | History | Annotate | Download | only in slapd

Lines Matching defs:inquote

106 static char	*strtok_quote(char *line, char *sep, char **quote_ptr, int *inquote);
694 int inquote=0;
704 inquote = 1;
712 if ( inquote && ( !ptr[1] || isspace((unsigned char) ptr[1]))) {
716 inquote = 1;
720 if ( inquote )
2045 int inquote;
2063 for ( inquote = 0; *next; ) {
2066 if ( inquote ) {
2067 inquote = 0;
2069 inquote = 1;
2082 if ( ! inquote ) {
2093 *iqp = inquote;
2183 int inquote = 0;
2187 token = strtok_quote(c->tline, " \t", &quote_ptr, &inquote);
2195 for(;; token = strtok_quote(NULL, " \t", &quote_ptr, &inquote)) {
2211 if (inquote) {