Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/cmd/scadm/sparc/mpxu/common/
H A Deventlog.c43 #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_44/usr/src/cmd/sh/
H A Dmac.h43 #define TAB '\t' macro
49 #define tab() prc(TAB)
H A Dhashserv.c202 prc_buff(TAB);
204 prc_buff(TAB);
H A Djobs.c1024 sep = TAB; in syskill()
/titanic_44/usr/src/cmd/gencat/
H A Dgencat.c62 #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_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DListParser.java71 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_44/usr/src/cmd/eqn/
H A De.y35 %term CONTIG QTEXT SPACE THIN TAB
184 | TAB { text(TAB, 0); }
H A Dtext.c55 else if (t == TAB) in text()
H A Dlex.c110 return (TAB); in yylex()
/titanic_44/usr/src/tools/codereview/
H A Dlwlp.c134 #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_44/usr/src/lib/libadm/common/
H A Dcktime.c60 #define TAB ' ' macro
335 case TAB: /* previous state must be start or letter */ in fmtcheck()
H A Dckdate.c71 #define TAB ' ' macro
287 case TAB: /* previous state must be start or letter */ in fmtcheck()
/titanic_44/usr/src/cmd/tabs/
H A Dtabs.c61 #define TAB '\t' macro
77 static char tclrgs[] = {ESC, TAB, CR, 0}; /* short, for 300s */
635 *p++ = TAB; in cleartabs()
/titanic_44/usr/src/cmd/consadm/
H A Dconsadm.c59 #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_44/usr/src/cmd/troff/
H A Dni.c116 int tabch = TAB;
H A Dtdef.h98 #define TAB 011 macro
/titanic_44/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h126 #define TAB '\t' macro
H A Ddevfsadm.c6299 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_44/usr/src/cmd/troff/nroff.d/
H A Dn10.c642 oput(TAB); in move()
/titanic_44/usr/src/uts/common/io/
H A Dldterm.c80 #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_44/usr/src/cmd/lp/model/
H A Dtsol_netstandard534 # Get rid of the #, TAB and NL characters in the title
H A Dtsol_netstandard_foomatic559 # Get rid of the #, TAB and NL characters in the title
/titanic_44/usr/src/grub/grub-0.97/
H A DNEWS325 * 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_44/usr/src/lib/libcmd/common/
H A DRELEASE49 08-09-08 stty.c: #ifdef guard TAB[012] -- freebsd: damn the posix, full speed ahead
/titanic_44/usr/src/lib/libshell/common/
H A DRELEASE647 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.

12