Lines Matching refs:astsfio
64 { char* astsfio;
74 if(astsfio = getenv("_AST_SFIO_OPTIONS"))
75 { for(; *astsfio != 0; astsfio = endw)
76 { while(ISSEPAR(*astsfio) )
77 *astsfio++;
78 for(endw = astsfio; *endw && !ISSEPAR(*endw); ++endw)
80 if((endw-astsfio) == (sizeof(sf_line)-1) &&
81 strncmp(astsfio,sf_line,endw-astsfio) == 0)
85 else if((endw-astsfio) == (sizeof(sf_wcwidth)-1) &&
86 strncmp(astsfio,sf_wcwidth,endw-astsfio) == 0)