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

/ast/src/lib/libast/sfio/
H A Dsfvscanf.c69 } Scan_t; typedef in typeref:struct:_scan_s
89 Scan_t *sc = (Scan_t*)arg;
234 static int _sfgetwc(Scan_t* sc, wchar_t* wc, int fmt, Accept_t* ac, Void_t *mbs)
237 Scan_t* sc; /* the scanning handle */
337 Scan_t scd;
/ast/src/cmd/nmake/
H A Dscan.c103 } Scan_t; typedef in typeref:struct:Scan_s
116 static Scan_t* strategy[SCAN_MAX+1];
350 static Scan_t*
354 register Scan_t* ss;
372 ss = newof(0, Scan_t, 1, 0);
818 scanmacro(int fd, Rule_t* r, Scan_t* ss, register List_t* p)
1246 scanexec(int fd, Rule_t* r, Scan_t* ss, List_t* p)
1763 Scan_t* ss;

Completed in 15 milliseconds