Lines Matching refs:nleft
239 int nleft; /* The number of characters still to be processed */ in _cf_complete_file() local
258 nleft = word_end - word_start; in _cf_complete_file()
267 if(nleft > 0 && *lptr == '~') { in _cf_complete_file()
269 if(!cf_read_name(cf, "User", ++lptr, --nleft, cf->usrnam, USR_LEN)) in _cf_complete_file()
276 nleft -= slen; in _cf_complete_file()
281 if(nleft > 0) { in _cf_complete_file()
294 nleft -= FS_DIR_SEP_LEN; in _cf_complete_file()
312 while(nleft > 0) { in _cf_complete_file()
318 for(seglen=0; seglen < nleft; seglen++) { in _cf_complete_file()
330 if(nleft >= FS_DIR_SEP_LEN && in _cf_complete_file()
347 nleft -= seglen; in _cf_complete_file()
354 if(nleft > 0) { in _cf_complete_file()
361 if(!cf_read_name(cf, "Environment", ++lptr, --nleft, cf->envnam, ENV_LEN)) in _cf_complete_file()
368 nleft -= nlen; in _cf_complete_file()
397 nleft -= FS_DIR_SEP_LEN; in _cf_complete_file()
411 if(nleft >= FS_DIR_SEP_LEN && in _cf_complete_file()
415 nleft -= FS_DIR_SEP_LEN; in _cf_complete_file()
437 if(nleft == 0) { in _cf_complete_file()