Searched refs:DELIM (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/saf/ |
H A D | util.c | 113 p = nexttok(p, DELIM, FALSE); 137 p = nexttok(NULL, DELIM, FALSE); 161 p = nexttok(NULL, DELIM, FALSE); 195 p = nexttok(NULL, DELIM, FALSE); 210 p = nexttok(NULL, DELIM, FALSE);
|
H A D | misc.h | 51 # define DELIM ":" macro
|
H A D | pmadm.c | 1099 p = nexttok(p, DELIM, FALSE); 1115 p = nexttok(NULL, DELIM, FALSE); 1142 p = nexttok(NULL, DELIM, FALSE); 1154 p = nexttok(NULL, DELIM, FALSE); 1166 p = nexttok(NULL, DELIM, FALSE); 1178 p = nexttok(NULL, DELIM, FALSE); 1190 p = nexttok(NULL, DELIM, TRUE);
|
/titanic_44/usr/src/cmd/eqn/ |
H A D | lookup.c | 65 "delim", DELIM,
|
H A D | lex.c | 149 else if (tp->defn == (char *)DELIM) in yylex()
|
H A D | e.y | 40 %term DEFINE TDEFINE NDEFINE DELIM GSIZE GFONT INCLUDE
|
/titanic_44/usr/src/cmd/sgs/lex/common/ |
H A D | parser.y | 61 %token CHAR CCL NCCL STR DELIM SCON ITER NEWE NULLS XSCON ARRAY POINTER 142 delim: DELIM 356 return(freturn(DELIM)); 652 x = DELIM;
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | auth2.c | 409 #define DELIM "," macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 2893 #define DELIM (4*2) macro 2916 state |= DELIM; in sockaddr() 2979 state |= DELIM; in link_addr() 2987 case VIRGIN | DELIM: in link_addr()
|
/titanic_44/usr/src/cmd/mv/ |
H A D | mv.c | 73 #define DELIM '/' macro 1302 if (*p++ == DELIM && *p) in dname()
|