Home | History | Annotate | Download | only in lisp

Lines Matching refs:DOT

556     else if (result == DOT)
557 READ_ERROR0("dot allowed only on lists");
994 int dot = 0;
1005 if (object == DOT)
1016 if (object == DOT) {
1020 if (dot)
1022 dot = 1;
1025 if (dot) {
1026 /* only one object after a dot */
1027 if (++dot > 2)
1038 /* this will happen if last list element was a dot */
1039 if (dot == 1)
1089 if (comma == DOT) {
1253 /* The dot */
1254 object = DOT;
1388 int dot = 0;
1396 dot = 1;
1401 if (dot)
1403 /* ignore it if last char is a dot */
1408 dot = 1;
1417 if (dot) /* if dot, it is default float */