Searched refs:astsfio (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfsetbuf.c66 { char* astsfio; local
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) > (sizeo
[all...]

Completed in 57 milliseconds