Searched defs:let (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libast/path/
H A Dpathkey.c73 static char let[] = "ABCDEFGHIJKLMNOP"; local
83 *k++ = let[n & 0xf];
/ast/src/lib/libpp/
H A Dppfsm.c561 static char* let = &aln[10]; variable
651 s = let;
703 s = let;
/ast/src/cmd/ksh93/sh/
H A Dmacro.c83 char let; /* set when expanding let arguments */ member in struct:_mac_
168 mp->let = 0;
223 mp->let = ((flag&ARG_LET)!=0);
283 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0;
1439 if((mp->let || (mp->arith&&nv_isattr(np,(NV_LJUST|NV_RJUST|NV_ZFILL)))) && !nv_isattr(np,NV_INTEGER) && (offset==0 || isspace(c) || strchr(",.+-*/=%&|^?!<>",c)))
/ast/src/cmd/INIT/
H A Dmamake.c1348 static char let[] = "ABCDEFGHIJKLMNOP"; local
1365 add(buf, let[h & 0xf]);
H A Dproto.c931 static char* let = &aln[10]; variable
1020 s = let;

Completed in 46 milliseconds