Home | History | Annotate | Download | only in dist

Lines Matching refs:currtable

147 	tables->currtable = &tables->cmdtable;
347 xbuf_add_byte(&tables->currtable->buf, c);
352 xbuf_pop(&tables->currtable->buf);
429 tables->currtable = &tables->edittable;
434 tables->currtable = &tables->cmdtable;
439 tables->currtable = &tables->vartable;
462 for (i = 0; tables->currtable->names[i].cn_name != NULL; i++)
463 if (strcmp(tables->currtable->names[i].cn_name, actname) == 0)
464 return (tables->currtable->names[i].cn_action);
608 if (tables->currtable->is_var)