Home
last modified time | relevance | path

Searched refs:DOT (Results 1 – 25 of 47) sorted by relevance

12

/titanic_41/usr/src/cmd/sh/
H A Dpwd.c43 #define DOT '.' macro
77 if((*pdir==DOT) && (*(pdir+1)==SLASH)) in cwd()
89 if(*(--pdir)==DOT && pdir > dir && *(--pdir)==SLASH) { in cwd()
104 if(*dir==DOT && *(dir+1)==NULL) in cwd()
131 if(*dir==DOT && in cwd()
132 *(dir+1)==DOT && in cwd()
/titanic_41/usr/src/lib/libast/common/string/
H A Dstrtoip6.c41 #define DOT 17 macro
77 lex['.'] = DOT; in strtoip6()
117 case DOT: in strtoip6()
136 case DOT: in strtoip6()
/titanic_41/usr/src/cmd/localedef/data/
H A D8859-14.TXT206 0xA1 0x1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE
207 0xA2 0x1E03 # LATIN SMALL LETTER B WITH DOT ABOVE
209 0xA4 0x010A # LATIN CAPITAL LETTER C WITH DOT ABOVE
210 0xA5 0x010B # LATIN SMALL LETTER C WITH DOT ABOVE
211 0xA6 0x1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE
216 0xAB 0x1E0B # LATIN SMALL LETTER D WITH DOT ABOVE
221 0xB0 0x1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE
222 0xB1 0x1E1F # LATIN SMALL LETTER F WITH DOT ABOVE
223 0xB2 0x0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE
224 0xB3 0x0121 # LATIN SMALL LETTER G WITH DOT ABOVE
[all …]
H A D8859-3.TXT216 0xA9 0x0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE
221 0xAF 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE
229 0xB7 0x00B7 # MIDDLE DOT
236 0xBF 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE
241 0xC5 0x010A # LATIN CAPITAL LETTER C WITH DOT ABOVE
256 0xD5 0x0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE
271 0xE5 0x010B # LATIN SMALL LETTER C WITH DOT ABOVE
286 0xF5 0x0121 # LATIN SMALL LETTER G WITH DOT ABOVE
296 0xFF 0x02D9 # DOT ABOVE
H A D8859-13.TXT227 0xB7 0x00B7 # MIDDLE DOT
247 0xCB 0x0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE
265 0xDD 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE
279 0xEB 0x0117 # LATIN SMALL LETTER E WITH DOT ABOVE
297 0xFD 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE
/titanic_41/usr/src/cmd/eqn/
H A De.y47 %right DOT DOTDOT HAT TILDE BAR UNDER VEC DYAD
131 | DOT { $$ = DOT; }
H A Dlookup.c40 "dot", DOT,
H A Ddiacrit.c69 case DOT: in diacrit()
/titanic_41/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); in yylex()
/titanic_41/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:
115 p1 = op2(CAT, op2(STAR, op2(DOT, (NODE *) 0,
497 case DOT: in cgotofn()
624 case DOT: in cgotofn()
736 k == DOT || k == CCL && in cgotofn()
/titanic_41/usr/src/cmd/awk/
H A Db.c47 #define LEAF case CCL: case NCCL: case CHAR: case DOT: case FINAL: case ALL:
607 case DOT: in primary()
609 return (unary(op2(DOT, NIL, NIL))); in primary()
654 case CHAR: case DOT: case ALL: case CCL: case NCCL: case '$': case '(': in concat()
701 case '.': return DOT; in relex()
787 k == DOT && c != 0 && c != HAT || in cgoto()
/titanic_41/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); in yylex()
468 || (k == DOT && dot(c)) in nxtst()
997 x1 = enter(DOT); in mdotenter()
1066 x2 = enter(DOT); in ccl()
/titanic_41/usr/src/tools/scripts/
H A DInstall.sh66 DOT=`pwd`
941 cd $DOT
951 KARCH=`basename $DOT`
972 cd $DOT
/titanic_41/usr/src/lib/libwrap/
H A DMakefile.com49 $(STYLE) $(TABLES) $(DOT) $(BUGS) \
/titanic_41/usr/src/lib/libpp/common/
H A Dppfsm.c99 { PROTO, { '.' }, DOT, },
222 { DOT, { C_XXX }, S_CHRB, },
223 { DOT, { '.' }, DOT2, },
224 { DOT, { C_DEC }, BAD1, },
/titanic_41/usr/src/lib/libpp/i386/
H A Dppdebug.h36 "DOT", DOT,
/titanic_41/usr/src/lib/libpp/sparc/
H A Dppdebug.h36 "DOT", DOT,
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1349 #define DOT 0x002E macro
1699 if ((in_str[1] == DOT) && in ud_uncompress()
1701 (in_str[2] == DOT)))) { in ud_uncompress()
1707 if (((in_str[1] << 8 | in_str[2]) == DOT) && in ud_uncompress()
1709 ((in_str[3] << 8 | in_str[4]) == DOT)))) { in ud_uncompress()
1735 if (w2_char == DOT) { in ud_uncompress()
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c78 #define DOT '.' macro
666 if (dp->d_name[0] == DOT && *pattern != DOT)
/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dsub1.c778 case DOT: break; in mn0()
817 case DOT: in dupl()
1000 case DOT: in treedump()
H A Dldefs.h120 #define DOT 0x4010 macro
H A Dsub3.c354 } else if (c == DOT) { in repbycgid()
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_lex.l44 \. { return DOT; }
/titanic_41/usr/src/lib/libc/port/regex/
H A Dregcmp.c63 #define DOT '.' macro
310 case DOT: /* any character */ in regcmp()

12