Searched refs:SFILE (Results 1 – 3 of 3) sorted by relevance
1255 if (type == SFILE || type == SSTDIN) in pushs()1275 case SFILE: in getsc__()1467 if (s->type == SFILE) in getsc_line()
334 s = pushs(SFILE, ATEMP); in mksh_init()536 s = pushs(SFILE, ATEMP); in include()
1293 #define SFILE 1 /* file input */ macro