Home
last modified time | relevance | path

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

12

/original-bsd/usr.bin/grep/old.egrep/
H A Dold.egrep.y9 %token CHAR DOT CCL NCCL OR CAT STAR PLUS QUEST
11 %left CHAR DOT CCL NCCL '('
103 ={ $$ = enter(DOT);
108 | DOT
109 ={ $$ = enter(DOT); }
151 case '.': return (DOT); in yylex()
287 else if (c == DOT) { in cgotofn()
320 | (k == DOT) in cgotofn()
/original-bsd/sys/tahoe/dist/
H A Dget58 DOT=".profile boot fppoc fppwcs poc poc1 poc2 wcs"
60 for i in $DOT; do
/original-bsd/local/ditroff/ditroff.okeeffe/devhar/fonts/
H A DSm16 c. 200 2 0133 1494 CIRCLE DOT
34 cs 75 0 063 9494 3P O DOT
/original-bsd/local/ditroff/ditroff.okeeffe/eqn/
H A Deqn.y14 %right DOT DOTDOT HAT TILDE BAR LOWBAR HIGHBAR UNDER VEC DYAD UTILDE
93 | DOT { $$ = DOT; }
H A De.y19 %right DOT DOTDOT HAT TILDE BAR UNDER VEC DYAD UTILDE
103 | DOT { $$ = DOT; }
H A Ddiacrit.c40 case DOT:
H A Dlookup.c27 "dot", DOT,
/original-bsd/old/eqn/common_source/
H A De.y28 %right DOT DOTDOT HAT TILDE BAR UNDER VEC DYAD
112 | DOT { $$ = DOT; }
H A Dlookup.c34 "dot", DOT,
H A Ddiacrit.c55 case DOT:
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dpicy.y33 %token <i> DOT DASH CHOP
189 | DOT expr { makefattr(DOT, !DEFAULT, $2); }
190 | DOT { makefattr(DOT, DEFAULT, 0.0); }
H A Dboxgen.c49 case DOT: in boxgen()
51 ddtype = ap->a_type==DOT ? DOTBIT : DASHBIT; in boxgen()
H A Dcircgen.c61 case DOT: in circgen()
63 ddtype = ap->a_type==DOT ? DOTBIT : DASHBIT; in circgen()
H A Dlinegen.c54 case DOT: in linegen()
56 ddtype = ap->a_type==DOT ? DOTBIT : DASHBIT; in linegen()
H A Darcgen.c44 case DOT: in arcgen()
46 ddtype = ap->a_type==DOT ? DOTBIT : DASHBIT; in arcgen()
/original-bsd/sys/pmax/dist/
H A Dget62 DOT=".profile"
63 for i in $DOT; do
/original-bsd/usr.bin/bc/
H A Dbc.y31 %term _AUTO DOT
240 | DOT cons
242 | cons DOT cons
244 | cons DOT
246 | DOT
415 case '.': return( DOT ); in yylex()
/original-bsd/local/ditroff/ditroff.old.okeeffe/pic/
H A Dpicy.y31 %token <i> DOT DASH CHOP
111 | DOT opt_expr { makeattr(DOT, $<i>2); }
/original-bsd/old/awk/
H A Db.c27 #define LEAF case CCL: case NCCL: case CHAR: case DOT:
58 p1 = op2(CAT, op2(STAR, op2(DOT, (node *) 0, (node *) 0), (node *) 0), p);
349 case DOT: in cgotofn()
410 case DOT: in cgotofn()
451 || k == DOT in cgotofn()
H A Dawk.g.y30 %left STRING DOT CCL NCCL CHAR
210 | DOT { PUTS("regex DOT"); $$ = op2(DOT, (node *) 0, (node *) 0); }
H A Dawk.lx.l145 <reg>"." RETURN(DOT);
/original-bsd/old/sdb/
H A Dprvar.c34 register enum {INIT, ARROW, DOT} typeflag; enumerator
93 typeflag = DOT;
157 case DOT:
/original-bsd/lib/libc/gen/
H A Dglob.c54 #define DOT '.' macro
573 if (dp->d_name[0] == DOT && *pattern != DOT)
/original-bsd/local/ditroff/ditroff.okeeffe/grap/
H A Dgrap.y13 %token <i> DOT DASH INVIS SOLID
132 DOT | DASH | SOLID | INVIS
/original-bsd/sbin/ping/
H A Dping.c96 char DOT = '.'; variable
418 (void)write(STDOUT_FILENO, &DOT, 1); in pinger()

12