Lines Matching refs:matched
1854 # If neither matched, then we have a broken ls. This can happen5837 int matched = sscanf(scan_this, "%as", &u);5838 if(matched < 1) return 1; /* shouldn't happens */