Lines Matching refs:comment_dir
2092 int comment_dir = 0; // Direction searched for comments in findmatchlimit() local
2130 comment_dir = dir; in findmatchlimit()
2180 comment_dir = FORWARD; in findmatchlimit()
2186 comment_dir = BACKWARD; in findmatchlimit()
2195 comment_dir = BACKWARD; in findmatchlimit()
2200 comment_dir = FORWARD; in findmatchlimit()
2210 if (!hash_dir && !comment_dir) in findmatchlimit()
2334 if ((backwards && comment_dir) in findmatchlimit()
2372 if (comment_dir in findmatchlimit()
2444 if (comment_dir) in findmatchlimit()
2448 if (comment_dir == FORWARD) in findmatchlimit()
2707 if (comment_dir == BACKWARD && count > 0) in findmatchlimit()