Searched refs:sc (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libast/astsa/ |
H A D | strmatch.c | 177 register int sc; local 187 sc = getsource(s, e); 188 if (icase && isupper(sc)) 189 sc = tolower(sc); 216 if (!sc || !getsource(s, e)) 225 sc = n - 1; 228 sc = g; 241 if (onematch(mp, sc, s, p, e, oldp, flags)) 308 if ((n || pc == sc) [all...] |
/ast/src/lib/libast/sfio/ |
H A D | sfvscanf.c | 72 #define SCinit(sc,ds) ((sc)->inp = (sc)->error = -1, (sc)->f = f, \ 73 ((sc)->width = (ds) ? width : -1), \ 74 (sc)->d = d, (sc)->endd = endd, (sc)->data = data, \ 75 (sc)->peek = peek, (sc) 89 Scan_t *sc = (Scan_t*)arg; local 234 _sfgetwc(Scan_t* sc, wchar_t* wc, int fmt, Accept_t* ac, Void_t *mbs) argument [all...] |
/ast/src/cmd/3d/ |
H A D | strmatch.c | 271 register int sc; local 285 sc = getsource(s, e); 286 if (icase && isupper(sc)) 287 sc = tolower(sc); 314 if (!sc || !getsource(s, e)) 323 sc = n - 1; 326 sc = g; 342 if (onematch(mp, sc, s, p, e, oldp, flags)) 420 if ((n || pc == sc) [all...] |
H A D | stat3d.c | 42 struct stat sc; local 49 st = ≻ 62 if (st == &sc) 85 if (st == &sc)
|
H A D | lstat3d.c | 44 struct stat sc; local 51 st = ≻ 69 if (st == &sc)
|
/ast/src/cmd/tw/ |
H A D | tw.c | 359 int sc; local 369 if ((sc = *s++) == d) 376 if (sc == '%') 378 sc = (int)strntol(s, 2, NiL, 16); 381 if (pc < sc) 383 if (pc > sc)
|
/ast/src/cmd/pax/ |
H A D | misc.c | 112 register int sc; local 118 if (!(sc = *s++)) 120 if (sc != tc) 124 if (sc == '/')
|
/ast/src/cmd/re/ |
H A D | sed1.c | 432 sc(Text *script, Text *t) function 670 pc,qc,rc,sc,tc,xx,xx,wc,xc,yc,xx,Lc,xx,Rc,xx,xx /* p-y{} */
|
Completed in 34 milliseconds