tabs
new->alines->tabs = NULL;
if (field->alines[i].tabs != NULL) {
ts = field->alines[i].tabs;
if ((row->tabs == NULL) || (row->tabs->in_use == FALSE)) {
ts = row->tabs;
_formi_tab_t *ts = row->tabs;
new->tabs = NULL;
if (row->tabs != NULL) {
tp = row->tabs;
if ((new->tabs = malloc(sizeof(*new->tabs))) == NULL) {
memcpy(new->tabs, row->tabs, sizeof(*new->tabs));
new->tabs->back = NULL;
new->tabs->fwd = NULL;
newt = new->tabs;
tp = new->tabs;
_formi_tab_t *ts = row->tabs, *old_ts = NULL, **tsp;
tsp = &row->tabs;
ts = row->tabs;
ts = field->alines->tabs;
ts = row->tabs;
if (row->tabs != NULL) {
tp = row->tabs;
if (row->tabs == NULL) {
new_line->tabs = NULL;
_formi_tab_t *tabs;
print_dns(const char *ifname, int dns1, int dns2, int s, int tabs)
static void print_dns(const char *ifname, int dns1, int dns2, int s, int tabs);
for (i = 0; i < tabs; i++)
if (tabs > 0)
for (i = 0; i < tabs; i++)
if (tabs > 0)
ip->tabs[ip->curx] = 0;
ip->tabs[n] = 0;
if (ip->tabs[n]) {
ip->tabs[ip->curx] = 1;
con_itesoftc.tabs = cons_tabs;
if (ip->tabs == NULL)
ip->tabs = malloc(MAX_TABS * sizeof(u_char),M_DEVBUF,M_WAITOK);
memset(ip->tabs, 0, ip->cols);
ip->tabs[i] = ((i & 7) == 0);
u_char *tabs;
sc->tabs[sc->curx] = 0;
sc->tabs[n] = 0;
if (sc->tabs[n]) {
sc->tabs[sc->curx] = 1;
con_itesoftc.tabs = cons_tabs;
if (sc->tabs == NULL)
sc->tabs = kmem_alloc(MAX_TABS * sizeof(u_char), KM_SLEEP);
memset(sc->tabs, 0, sc->cols);
sc->tabs[i] = ((i & 7) == 0);
u_char *tabs;
ip->tabs[ip->curx] = 0;
ip->tabs[n] = 0;
if (ip->tabs[n]) {
ip->tabs[ip->curx] = 1;
if (ip->tabs == NULL)
ip->tabs = malloc(MAX_TABS * sizeof(u_char),
con_itesoftc.tabs = cons_tabs;
ip->tabs[i] = ((i & 7) == 0);
char argbuf[ARGBUF_SIZE], *ap, *tabs;
char *tabs;
vd->tabs = 0;
vd->tabs = malloc(1024, M_DEVBUF, M_WAITOK);
f(vd->tabs)
if (vd->tabs) {
memset(vd->tabs, 0, vd->ncols);
vd->tabs[i] = 1;
if (vd->tabs) {
if (vd->tabs[n])
KASSERT(vd->tabs != 0);
vd->tabs[vd->ccol] = 1;
KASSERT(vd->tabs != NULL);
if (vd->tabs[i]) {
if (vd->tabs) {
if (vd->tabs[n])
KASSERT(vd->tabs != NULL);
vd->tabs[vd->ccol] = 0;
memset(vd->tabs, 0, vd->ncols);
KASSERT(vd->tabs != NULL);
memset(vd->tabs, 0, vd->ncols);
vd->tabs[pos - 1] = 1;
vd->tabs[pos - 1] = 1;
p = tabs;
static const char *tabs[] = { "", "\t", "\t\t" };
int tabs;
tabs = (TABSTOP - len + TABSIZE - 1) / TABSIZE;
f_print(fout, "%s", &tabstr[TABCOUNT - tabs]);
tabs = argv[i];
tabs = argv[i + 1];
if (tabs == NULL && spec != NULL)
tabs = strdup(spec);
if (tabs != NULL)
p = tabs;
char *term, *arg, *token, *end, *tabs = NULL, *p;
i = tabs(x_start, start) - margin / 8;
static int tabs(char *, char *);