Home | History | Annotate | Download | only in hal

Lines Matching defs:last

77     char * last ;
84 last = l + strlen(l);
85 while (last > l) {
86 if (!isspace((int)*(last-1)))
88 last -- ;
90 *last = (char)0;
639 int last=0 ;
661 last=0 ;
663 while (fgets(line+last, ASCIILINESZ-last, in)!=NULL) {
687 last=len ;
690 last=0 ;
718 last=0;