Home | History | Annotate | Download | only in lloadd

Lines Matching defs:inquote

104         int *inquote );
3420 int inquote;
3438 for ( inquote = 0; *next; ) {
3441 if ( inquote ) {
3442 inquote = 0;
3444 inquote = 1;
3456 if ( !inquote ) {
3467 *iqp = inquote;
3548 int inquote = 0;
3552 token = strtok_quote( c->tline, " \t", &quote_ptr, &inquote );
3562 for ( ;; token = strtok_quote( NULL, " \t", &quote_ptr, &inquote ) ) {
3578 if ( inquote ) {