Home
last modified time | relevance | path

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

1234

/titanic_50/usr/src/cmd/sh/
H A Dpwd.c46 #define DOT '.' macro
79 if ((*pdir == DOT) && (*(pdir+1) == SLASH)) { in cwd()
90 if (*(--pdir) == DOT && pdir > dir && *(--pdir) == SLASH) { in cwd()
105 if (*dir == DOT && *(dir+1) == NULLCHAR) { in cwd()
129 if (*dir == DOT && in cwd()
130 *(dir+1) == DOT && in cwd()
/titanic_50/usr/src/lib/iconv_modules/utf-8/utils/
H A D8859-14.txt142 0xA1 0x1E02 # LATIN CAPITAL LETTER B WITH DOT ABOVE
143 0xA2 0x1E03 # LATIN SMALL LETTER B WITH DOT ABOVE
145 0xA4 0x010A # LATIN CAPITAL LETTER C WITH DOT ABOVE
146 0xA5 0x010B # LATIN SMALL LETTER C WITH DOT ABOVE
147 0xA6 0x1E0A # LATIN CAPITAL LETTER D WITH DOT ABOVE
152 0xAB 0x1E0B # LATIN SMALL LETTER D WITH DOT ABOVE
157 0xB0 0x1E1E # LATIN CAPITAL LETTER F WITH DOT ABOVE
158 0xB1 0x1E1F # LATIN SMALL LETTER F WITH DOT ABOVE
159 0xB2 0x0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE
160 0xB3 0x0121 # LATIN SMALL LETTER G WITH DOT ABOVE
[all …]
H A D8859-3.txt148 0xA9 0x0130 # LATIN CAPITAL LETTER I WITH DOT ABOVE
153 0xAF 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE
161 0xB7 0x00B7 # MIDDLE DOT
168 0xBF 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE
173 0xC5 0x010A # LATIN CAPITAL LETTER C WITH DOT ABOVE
188 0xD5 0x0120 # LATIN CAPITAL LETTER G WITH DOT ABOVE
203 0xE5 0x010B # LATIN SMALL LETTER C WITH DOT ABOVE
218 0xF5 0x0121 # LATIN SMALL LETTER G WITH DOT ABOVE
228 0xFF 0x02D9 # DOT ABOVE
H A D8859-13.txt236 0xB7 0x00B7 # MIDDLE DOT
256 0xCB 0x0116 # LATIN CAPITAL LETTER E WITH DOT ABOVE
274 0xDD 0x017B # LATIN CAPITAL LETTER Z WITH DOT ABOVE
288 0xEB 0x0117 # LATIN SMALL LETTER E WITH DOT ABOVE
306 0xFD 0x017C # LATIN SMALL LETTER Z WITH DOT ABOVE
/titanic_50/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_50/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_50/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_50/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_50/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_50/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_50/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_50/usr/src/tools/scripts/
H A DInstall.sh66 DOT=`pwd`
941 cd $DOT
951 KARCH=`basename $DOT`
972 cd $DOT
/titanic_50/usr/src/lib/iconv_modules/utf-8/utils/msft-pc-windows/
H A DCP1257.TXT226 0xB7 0x00B7 #MIDDLE DOT
246 0xCB 0x0116 #LATIN CAPITAL LETTER E WITH DOT ABOVE
264 0xDD 0x017B #LATIN CAPITAL LETTER Z WITH DOT ABOVE
278 0xEB 0x0117 #LATIN SMALL LETTER E WITH DOT ABOVE
296 0xFD 0x017C #LATIN SMALL LETTER Z WITH DOT ABOVE
298 0xFF 0x02D9 #DOT ABOVE
H A DCP775.TXT205 0xa3 0x017b #LATIN CAPITAL LETTER Z WITH DOT ABOVE
206 0xa4 0x017c #LATIN SMALL LETTER Z WITH DOT ABOVE
226 0xb8 0x0116 #LATIN CAPITAL LETTER E WITH DOT ABOVE
253 0xd3 0x0117 #LATIN SMALL LETTER E WITH DOT ABOVE
292 0xfa 0x00b7 #MIDDLE DOT
H A DCP1250.TXT218 0xAF 0x017B #LATIN CAPITAL LETTER Z WITH DOT ABOVE
226 0xB7 0x00B7 #MIDDLE DOT
234 0xBF 0x017C #LATIN SMALL LETTER Z WITH DOT ABOVE
298 0xFF 0x02D9 #DOT ABOVE
/titanic_50/usr/src/lib/libwrap/
H A DMakefile.com49 $(STYLE) $(TABLES) $(DOT) $(BUGS) \
/titanic_50/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_50/usr/src/lib/libpp/i386/
H A Dppdebug.h36 "DOT", DOT,
/titanic_50/usr/src/lib/libpp/sparc/
H A Dppdebug.h36 "DOT", DOT,
/titanic_50/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()

1234