Home | History | Annotate | Download | only in ksh

Lines Matching refs:tbl

73 struct tbl * findfunc	ARGS((const char *, unsigned int, int));
76 struct tbl * findcom ARGS((const char *, int));
84 int v_evaluate ARGS((struct tbl *, const char *, volatile int));
219 struct tbl * mytsearch ARGS((struct table *, const char *, unsigned int));
220 struct tbl * tenter ARGS((struct table *, const char *, unsigned int));
221 void mytdelete ARGS((struct tbl *));
223 struct tbl * tnext ARGS((struct tstate *));
224 struct tbl ** tsort ARGS((struct table *));
257 struct tbl * global ARGS((const char *));
258 struct tbl * local(const char *, bool);
259 char * str_val ARGS((struct tbl *));
260 long intval ARGS((struct tbl *));
261 int setstr ARGS((struct tbl *, const char *, int));
262 struct tbl *setint_v ARGS((struct tbl *, struct tbl *));
263 void setint ARGS((struct tbl *, long));
264 int getint ARGS((struct tbl *, long *));
265 struct tbl * typeset ARGS((const char *, Tflag, Tflag, int, int));
266 void unset ARGS((struct tbl *, int));