Home | Sort by: relevance | last modified time | path |
/src/bin/ksh/ | |
table.c | 51 struct tbl *tblp, **p; local in function:texpand 64 if ((tblp = otblp[i]) != NULL) { 65 if ((tblp->flag&DEFINED)) { 66 for (p = &ntblp[hash(tblp->name) 71 *p = tblp; 73 } else if (!(tblp->flag & FINUSE)) { 74 afree((void*)tblp, tp->areap); |
lex.h | 19 struct tbl *tblp; /* alias (SALIAS) */ member in union:source::__anon022314e9010a |
/src/bin/sh/ | |
exec.c | 893 struct tblentry **tblp; local in function:clearcmdentry 898 for (tblp = cmdtable ; tblp < &cmdtable[CMDTABLESIZE] ; tblp++) { 899 pp = tblp; 936 struct tblentry **tblp; local in function:deletefuncs 941 for (tblp = cmdtable ; tblp < &cmdtable[CMDTABLESIZE] ; tblp++) { 942 pp = tblp; [all...] |