Searched refs:pstyle (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-graph.el190 (pstyle (calc-var-value 'var-PointStyles))
214 (setq pstyle (and (eq (car-safe pstyle) 'vec) (nth (1+ num) pstyle)))
219 (or (and (Math-num-integerp pstyle) (math-trunc pstyle))
1069 (mode nil) (lstyle nil) (pstyle nil)
1087 (setq pstyle (string-to-number
1099 (setq pstyle points
1108 (if (and pstyle (> pstyl
[all...]
/macosx-10.10.1/syslog-267/aslcommon/
H A Dasl_common.c2270 int pstyle, fstyle; local
2294 pstyle = _parse_stamp_style(stamp, flags, &seq, &ftime);
2297 if (pstyle == STAMP_STYLE_INVALID) continue;
2313 if (pstyle == STAMP_STYLE_NULL) check = true;
2314 if ((pstyle == STAMP_STYLE_SEC) && src) check = true;
2315 if (pstyle == fstyle) check = true;
2335 if (pstyle == STAMP_STYLE_SEQ)
2342 if (pstyle == STAMP_STYLE_SEQ)

Completed in 123 milliseconds