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

/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFTPDirectoryParser.cpp123 unsigned int tokmarker = 0; /* extra info for lstyle handler */
126 int lstyle = 0; local
170 if (!lstyle && (!state.listStyle || state.listStyle == 'E'))
226 state.listStyle = lstyle = 'E';
245 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'E')) */
251 if (!lstyle && (!state.listStyle || state.listStyle == 'V'))
326 lstyle = 'V';
330 lstyle = 'V';
333 lstyle = 'V';
353 lstyle
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-graph.el191 (lstyle (calc-var-value 'var-LineStyles)))
215 (setq lstyle (and (eq (car-safe lstyle) 'vec) (nth (1+ num) lstyle))))
217 (or (and (Math-num-integerp lstyle) (math-trunc lstyle))
1069 (mode nil) (lstyle nil) (pstyle nil)
1083 (setq lstyle (string-to-number
1094 (setq lstyle lines
1109 (insert " " (if (and lstyle (> lstyl
[all...]

Completed in 123 milliseconds