Home
last modified time | relevance | path

Searched refs:hollerith_count (Results 1 – 1 of 1) sorted by relevance

/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dintake.c436 int hollerith_count=0; in find_free_contins() local
442 for(hollerith_count = num_val; in find_free_contins()
443 (c=s[i]) != '\0' && hollerith_count>0 ; in find_free_contins()
446 hollerith_count--, i++, col = NXTCOL(c,col)) { in find_free_contins()
449 hollerith_count = 0; /* if line ends before H does */ in find_free_contins()
582 hollerith_count = 0; /* clear unfinished business */ in find_fixed_contins()
587 if( hollerith_count>0 ) { in find_fixed_contins()
590 hollerith_count--, i++, col=PORT_NXTCOL(c,col)) { in find_fixed_contins()
594 hollerith_count -= (max_stmt_col - col + 1); in find_fixed_contins()
671 for(hollerith_count = num_val; in find_fixed_contins()
[all …]