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