/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | eventlog.c | 43 #define TAB '\t' macro 92 if ((*p == TAB) && (*(p+1) == TAB)) { in getNextEventLogParam() 98 } while (*p != TAB); in getNextEventLogParam() 148 while ((*p) && (*p != TAB)) { in expandEventLogMessage()
|
/titanic_41/usr/src/cmd/sh/ |
H A D | mac.h | 43 #define TAB '\t' macro 49 #define tab() prc(TAB)
|
H A D | hashserv.c | 202 prc_buff(TAB); 204 prc_buff(TAB);
|
H A D | jobs.c | 1024 sep = TAB; in syskill()
|
/titanic_41/usr/src/cmd/gencat/ |
H A D | gencat.c | 62 #define TAB '\t' macro 689 c = TAB; 723 } while (c == SPACE || c == TAB); 780 c = TAB; 829 if (c == SPACE || c == TAB) { /* $ <comment */ 859 while (c == SPACE || c == TAB) 884 while (c == SPACE || c == TAB) 919 if (c == SPACE || c == TAB) 935 } while (c == SPACE || c == TAB); 976 } while (c == SPACE || c == TAB); [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | ListParser.java | 71 private static final char TAB = /* NOI18N */ '\t'; field in ListParser 298 case TAB: in findElement() 473 result = TAB; in backslash() 493 } while ((buf[p] == SPACE) || (buf[p] == TAB)); in backslash() 670 case TAB: in scanElement() 822 case TAB: in convertElement() 945 case TAB: in quote()
|
/titanic_41/usr/src/cmd/eqn/ |
H A D | e.y | 35 %term CONTIG QTEXT SPACE THIN TAB 184 | TAB { text(TAB, 0); }
|
H A D | text.c | 55 else if (t == TAB) in text()
|
H A D | lex.c | 110 return (TAB); in yylex()
|
/titanic_41/usr/src/tools/codereview/ |
H A D | lwlp.c | 134 #define TAB "T" /* spaces */ macro 1212 i, TAB, q, SHOW, DEFAULT_SPACES_AFTER_NUMBER, TAB); in proc() 1277 TAB); in proc() 1296 DEFAULT_SPACES_AFTER_NUMBER, TAB); in proc() 1314 DEFAULT_SPACES_AFTER_NUMBER, TAB); in proc() 1325 "%d %s ", tabto, TAB); in proc() 1352 "%d %s ", tabto, TAB); in proc()
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | cktime.c | 60 #define TAB ' ' macro 335 case TAB: /* previous state must be start or letter */ in fmtcheck()
|
H A D | ckdate.c | 71 #define TAB ' ' macro 287 case TAB: /* previous state must be start or letter */ in fmtcheck()
|
/titanic_41/usr/src/cmd/tabs/ |
H A D | tabs.c | 61 #define TAB '\t' macro 77 static char tclrgs[] = {ESC, TAB, CR, 0}; /* short, for 300s */ 635 *p++ = TAB; in cleartabs()
|
/titanic_41/usr/src/cmd/consadm/ |
H A D | consadm.c | 59 #define TAB ' ' macro 394 buf[0] == SPACE || buf[0] == TAB) in addtolist() 457 value[0] == SPACE || value[0] == TAB) in removefromlist() 854 value[0] == SPACE || value[0] == TAB) in persistlist()
|
/titanic_41/usr/src/cmd/troff/ |
H A D | ni.c | 116 int tabch = TAB;
|
H A D | tdef.h | 98 #define TAB 011 macro
|
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | devfsadm_impl.h | 126 #define TAB '\t' macro
|
H A D | devfsadm.c | 6299 if ((tab = strchr(entry, TAB)) != NULL) { in split_devlinktab_entry() 6312 if ((tab = strchr(*p_link, TAB)) != NULL) { in split_devlinktab_entry() 6315 if (strchr(*s_link, TAB) != NULL) { in split_devlinktab_entry()
|
/titanic_41/usr/src/cmd/troff/nroff.d/ |
H A D | n10.c | 642 oput(TAB); in move()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ldterm.c | 80 #define TAB 4 macro 105 /* 010 */ BACKSPACE, TAB, NEWLINE, CONTROL, 2157 case TAB: in ldterm_rubout() 2348 case TAB: in ldterm_tabcols() 3805 case TAB: in ldterm_output_msg()
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | tsol_netstandard | 534 # Get rid of the #, TAB and NL characters in the title
|
H A D | tsol_netstandard_foomatic | 559 # Get rid of the #, TAB and NL characters in the title
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | NEWS | 325 * TAB not only lists filenames, but also completes a filename when the 555 * You can now perform TAB-based completion listing of any valid
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | RELEASE | 49 08-09-08 stty.c: #ifdef guard TAB[012] -- freebsd: damn the posix, full speed ahead
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | RELEASE | 647 07-12-04 A bug in which using <n>TAB after a variable name listing expansion 878 06-05-31 Modified emacs and vi mode so that entering a TAB after a partial 879 TAB completion, generates a listing of possible completions. 880 After the second TAB, a number followed by a TAB will perform 1797 99-03-31 The TAB key can be used for completion in emacs and viraw mode.
|