Lines Matching refs:nleft
241 int nleft; /* The number of characters still to be processed */ in _cf_complete_file() local
260 nleft = word_end - word_start; in _cf_complete_file()
269 if(nleft > 0 && *lptr == '~') { in _cf_complete_file()
271 if(!cf_read_name(cf, "User", ++lptr, --nleft, cf->usrnam, USR_LEN)) in _cf_complete_file()
278 nleft -= slen; in _cf_complete_file()
283 if(nleft > 0) { in _cf_complete_file()
296 nleft -= FS_DIR_SEP_LEN; in _cf_complete_file()
314 while(nleft > 0) { in _cf_complete_file()
320 for(seglen=0; seglen < nleft; seglen++) { in _cf_complete_file()
332 if(nleft >= FS_DIR_SEP_LEN && in _cf_complete_file()
349 nleft -= seglen; in _cf_complete_file()
356 if(nleft > 0) { in _cf_complete_file()
363 if(!cf_read_name(cf, "Environment", ++lptr, --nleft, cf->envnam, ENV_LEN)) in _cf_complete_file()
370 nleft -= nlen; in _cf_complete_file()
399 nleft -= FS_DIR_SEP_LEN; in _cf_complete_file()
413 if(nleft >= FS_DIR_SEP_LEN && in _cf_complete_file()
417 nleft -= FS_DIR_SEP_LEN; in _cf_complete_file()
439 if(nleft == 0) { in _cf_complete_file()