Searched refs:in_completion (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/less/
H A Dcmdbuf.c39 static int in_completion = 0; variable
823 #define not_in_completion() in_completion = 0
1127 * cmd_complete may be called multiple times. The global in_completion
1137 if (!in_completion || action == EC_EXPAND)
1161 in_completion = 1;
1186 in_completion = 0;
1214 in_completion = 0;

Completed in 102 milliseconds