Home
last modified time | relevance | path

Searched refs:SFILE (Results 1 – 3 of 3) sorted by relevance

/external/mksh/src/
Dlex.c1235 if (type == SFILE || type == SSTDIN) in pushs()
1255 case SFILE: in getsc_uu()
1431 if (s->type == SFILE) in getsc_line()
Dmain.c455 s = pushs(SFILE, ATEMP); in main_init()
715 s = pushs(SFILE, ATEMP); in include()
Dsh.h1575 #define SFILE 1 /* file input */ macro