Lines Matching refs:astsfio
66 { char* astsfio;
77 if(astsfio = getenv("SFIO_OPTIONS"))
78 { for(; *astsfio != 0; astsfio = endw)
79 { while(ISSEPAR(*astsfio) )
80 ++astsfio;
81 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw)
83 if((endw-astsfio) > (sizeof(sf_line)-1) &&
84 strncmp(astsfio,sf_line,sizeof(sf_line)-1) == 0)
86 else if((endw-astsfio) > (sizeof(sf_maxr)-1) &&
87 strncmp(astsfio,sf_maxr,sizeof(sf_maxr)-1) == 0)
89 _Sfmaxr = (ssize_t)strtonll(astsfio+sizeof(sf_maxr)-1,NiL,NiL,0);
91 _Sfmaxr = (ssize_t)strtol(astsfio+sizeof(sf_maxr)-1,NiL,0);
93 else if((endw-astsfio) > (sizeof(sf_wcwidth)-1) &&
94 strncmp(astsfio,sf_wcwidth,sizeof(sf_wcwidth)-1) == 0)