Searched refs:DOT (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/sh/
H A Dpwd.c46 #define DOT '.' macro
79 if ((*pdir == DOT) && (*(pdir+1) == SLASH)) {
90 if (*(--pdir) == DOT && pdir > dir && *(--pdir) == SLASH) {
105 if (*dir == DOT && *(dir+1) == NULLCHAR) {
129 if (*dir == DOT &&
130 *(dir+1) == DOT &&
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrtoip6.c41 #define DOT 17 macro
77 lex['.'] = DOT;
117 case DOT:
136 case DOT:
/illumos-gate/usr/src/lib/libwrap/
H A DMakefile.com49 $(STYLE) $(TABLES) $(DOT) $(BUGS) \
115 # DOT= -DAPPEND_DOT
/illumos-gate/usr/src/cmd/eqn/
H A De.y47 %right DOT DOTDOT HAT TILDE BAR UNDER VEC DYAD
131 | DOT { $$ = DOT; }
H A Ddiacrit.c69 case DOT:
H A Dlookup.c40 "dot", DOT,
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y71 %token <cptr> _AUTO DOT
311 | DOT cons
313 | cons DOT cons
315 | cons DOT
317 | DOT
586 return (DOT);
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y55 %left STRING DOT CCL NCCL CHAR
269 | DOT { $$ = op2(DOT, (NODE *) 0, (NODE *) 0); }
H A Db.c52 #define LEAF case CCL: case NCCL: case CHAR: case DOT:
58 * leaf (CCL, NCCL, CHAR, DOT): left is index,
115 p1 = op2(CAT, op2(STAR, op2(DOT, (NODE *) 0,
117 /* put DOT STAR in front of reg. exp. */
124 setvec[0] = 1; /* for initial DOT STAR */
497 case DOT:
624 case DOT:
736 k == DOT || k == CCL &&
/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h36 "DOT", DOT,
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h36 "DOT", DOT,
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST
49 %left CHAR MCHAR DOT CCL NCCL MCCL NMCCL '('
154 $$ = enter(DOT);
165 | DOT
169 $$ = enter(DOT);
233 case '.': return(DOT);
468 || (k == DOT && dot(c))
997 x1 = enter(DOT);
1066 x2 = enter(DOT);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h120 #define DOT 0x4010 macro
H A Dsub3.c241 * the ASCII compat. mode to process DOT nodes and to call cclinter()
242 * for the DOT and CCL nodes.
354 } else if (c == DOT) {
355 if (psave == 0) { /* First DOT node. */
/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh66 DOT=`pwd`
941 cd $DOT
945 # Try to be smart: if DOTDOT ends in uts, then infer UTS and KARCH from DOT
951 KARCH=`basename $DOT`
972 cd $DOT
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l44 \. { return DOT; }
H A Dfsdb_yacc.y90 %token DOT
131 current_value : DOT
/illumos-gate/usr/src/cmd/awk/
H A Db.c47 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
52 * leaf (CCL, NCCL, CHAR, DOT, FINAL, ALL):
607 case DOT:
609 return (unary(op2(DOT, NIL, NIL)));
654 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(':
701 case '.': return DOT;
787 k == DOT && c != 0 && c != HAT ||
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c63 #define DOT '.' macro
310 case DOT: /* any character */
319 break; /* end case DOT */
H A Dglob.c123 #define DOT '.' macro
900 /* Initial DOT must be matched literally. */
901 if (dp->d_name[0] == DOT && pattern->w_wc != DOT)
/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.h102 #define DOT (PROTO+25) macro
H A Dppfsm.c99 { PROTO, { '.' }, DOT, },
222 { DOT, { C_XXX }, S_CHRB, },
223 { DOT, { '.' }, DOT2, },
224 { DOT, { C_DEC }, BAD1, },
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1192 #define DOT 0x002E macro
1209 if ((unicode[0] == DOT) &&
1210 ((count == 1) || ((count == 2) && (unicode[1] == DOT)))) {
1211 crc = DOT;
1213 crc += DOT;
1230 if (unicode[i] == DOT) {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1349 #define DOT 0x002E macro
1699 if ((in_str[1] == DOT) &&
1701 (in_str[2] == DOT)))) {
1707 if (((in_str[1] << 8 | in_str[2]) == DOT) &&
1709 ((in_str[3] << 8 | in_str[4]) == DOT)))) {
1735 if (w2_char == DOT) {
1798 * Make space for crc before the DOT
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y336 selcollist(A) ::= sclp(P) nm(X) DOT STAR. {
411 dbnm(A) ::= DOT nm(X). {A = X;}
542 expr(A) ::= nm(X) DOT nm(Y). {
547 expr(A) ::= nm(X) DOT nm(Y) DOT nm(Z). {

Completed in 101 milliseconds

12