Home
last modified time | relevance | path

Searched refs:TAB (Results 1 – 25 of 44) sorted by relevance

12

/dragonfly/usr.bin/colrm/
H A Dcolrm.c46 #define TAB 8 macro
103 column = rounddown2(column + TAB, TAB); in main()
/dragonfly/games/adventure/
H A Dio.c272 if ((*s = next()) == TAB || *s == '\n' || *s == LF) in rnum()
374 if ((*s = next()) == TAB || *s == LF) in rtrav()
439 if ((*s = next()) == TAB || *s == '\n' || *s == LF in rvoc()
460 if (breakch == TAB) /* there's another entry */ in rlocs()
540 while ((*s++ ^ *tape++) != TAB); /* read past loc num */ in speak()
577 for (numst = s; (*s ^= *tape++) != TAB; s++); /* get number */ in pspeak()
H A Dhdr.h65 #define TAB 011 macro
/dragonfly/usr.bin/column/
H A Dcolumn.c49 #define TAB 8 macro
130 maxlength = roundup(maxlength + 1, TAB); in main()
160 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in c_columnate()
188 while ((cnt = roundup(chcnt + 1, TAB)) <= endcol) { in r_columnate()
/dragonfly/contrib/gdb-7/readline/
H A Dchardefs.h140 #ifndef TAB
141 #define TAB '\t' macro
H A Dkeymaps.c113 newmap[TAB].function = rl_insert; in rl_make_keymap()
H A Dcomplete.c407 return (rl_complete_internal (TAB));
443 return TAB;
1872 case TAB:
1880 if (what_to_do == TAB)
/dragonfly/contrib/dialog/
H A Ddlg_keys.h122 #define TAB DLG_CTRL('I') macro
172 DLG_KEYS_DATA( DLGK_FIELD_NEXT, TAB ), \
H A Dinputstr.c409 if (string[inx_wchars[inx]] == TAB) { in dlg_index_columns()
446 if (ch == TAB) in dlg_index_columns()
522 case TAB: in dlg_edit_string()
715 } else if (ch == TAB) { in dlg_show_string()
H A Dui_getc.c519 case TAB: in dlg_getc()
526 (isBeforeChr(TAB) || in dlg_getc()
528 p = (isBeforeChr(TAB) in dlg_getc()
H A Dtextbox.c146 if (buftab[j] == TAB) in read_high()
188 if (((ch = buftab[j++]) == TAB) in read_high()
260 if (buftab[i] == TAB) in tabize()
707 DLG_KEYS_DATA( DLGK_FIELD_NEXT, TAB ), in dialog_textbox()
H A Ddlg_internals.h214 #define isblank(c) ((c) == ' ' || (c) == TAB)
H A Dinputbox.c35 DLG_KEYS_DATA( DLGK_FIELD_NEXT, TAB ), \
H A Dmenubox.c188 } else if (key == ESC || key == TAB) { in input_menu_edit()
329 DLG_KEYS_DATA( DLGK_FIELD_NEXT, TAB ), in dlg_menu()
H A Dutil.c858 thisTab = (UCH(*txt) == TAB); in dlg_print_text()
932 if (ch == TAB && n == 0) { in dlg_print_line()
1481 if ((ch == TAB) && (dialog_vars.tab_correct)) { in dlg_auto_sizefile()
2057 while ((ptr = strchr(prompt, TAB)) != NULL) { in dlg_tab_correct_str()
2613 if (*p == TAB && !dialog_vars.nocollapse) in dlg_trim_string()
H A Dtailbox.c54 if ((ch == TAB) && (dialog_vars.tab_correct)) { in get_line()
H A Drangebox.c174 DLG_KEYS_DATA( DLGK_FIELD_NEXT, TAB ), in dialog_rangebox()
H A Dtimebox.c154 DLG_KEYS_DATA( DLGK_FIELD_NEXT, TAB ), in dialog_timebox()
H A Dprogressbox.c176 if ((ch == TAB) && (dialog_vars.tab_correct)) { in get_line()
H A Deditbox.c307 DLG_KEYS_DATA( DLGK_FIELD_NEXT, TAB ), \
H A Dchecklist.c170 DLG_KEYS_DATA( DLGK_FIELD_NEXT, TAB ), in dlg_checklist()
/dragonfly/usr.bin/col/
H A Dcol.c50 #define TAB '\t' /* tab */ macro
219 case TAB: /* adjust column */ in main()
/dragonfly/nrelease/gui/root/.vim/plugin/
H A Dminibufexpl.vim163 " To enable the optional mapping of <C-TAB> and <C-S-TAB> to a
169 " To enable the optional mapping of <C-TAB> and <C-S-TAB> to mappings
502 " If we have enabled <C-TAB> and <C-S-TAB> to switch buffers
506 noremap <C-TAB> :call <SID>CycleBuffer(1)<CR>:<BS>
507 noremap <C-S-TAB> :call <SID>CycleBuffer(0)<CR>:<BS>
511 " If we have enabled <C-TAB> and <C-S-TAB> to switch windows
515 noremap <C-TAB> <C-W>w
516 noremap <C-S-TAB> <C-W>W
687 nnoremap <buffer> <TAB> :call search('\[[0-9]*:[^\]]*\]')<CR>:<BS>
1813 " o You can turn on the ability to use <C-TAB> and
[all …]
/dragonfly/sys/sys/
H A Dtty.h191 #define TAB 4 macro
/dragonfly/sbin/fsck_hammer2/
H A Dtest.c151 #define TAB 8 macro
159 ret = fprintf(fp, "%*s", tab * TAB, ""); in tfprintf()
174 ret = snprintf(str, siz, "%*s", tab * TAB, ""); in tsnprintf()

12