Searched +refs:ps +refs:next +refs:line (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/vim-53/runtime/indent/
H A Dvhdl.vim46 " store current line & string
50 " find previous line that is not a comment
59 " default indent starts as previous non-comment line's indent
66 " where: anywhere in current or previous line
75 " indent: previous line's comment position, otherwise follow next non-comment line if possible
77 " where: start of current line
80 let ps = getline(pn)
81 if curs =~ '^\s*--\s' && ps
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dconfig.c520 struct bdb_db_pgsize *ps; local
526 for ( ps = bdb->bi_pagesizes; ps; ps = ps->bdp_next ) {
527 bv.bv_len = sprintf( buf, "%s %d", ps->bdp_name.bv_val,
528 ps->bdp_size / 1024 );
627 for (ptr = c->line; !isspace( (unsigned char) *ptr ); ptr++);
629 bv.bv_val = c->line;
670 struct bdb_db_pgsize *ps, **pre local
692 char *next; local
933 struct bdb_db_pgsize *ps, **prev; local
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dparse.y260 line when the shell is interactive. */
269 /* The line number in a script on which a function definition starts. */
272 /* The line number in a script on which a function body starts. */
275 /* The line number in a script at which an arithmetic for command starts. */
278 /* The line number in a script where the word in a `case WORD', `select WORD'
562 for (t = $1; t->next; t = t->next)
564 t->next = $2;
587 for (t = tc->redirects; t->next; t = t->next)
[all...]
H A Dpcomplete.c841 for (nw = 0, l = l2; l; l = l->next)
876 bind_compfunc_variables (line, ind, lwords, cw, exported)
877 char *line;
888 v = bind_variable ("COMP_LINE", line, 0);
933 Functions can access all of the words in the current command line
952 cl = ret->next = make_word_list (w, (WORD_LIST *)NULL);
955 cl->next = make_word_list (w, (WORD_LIST *)NULL);
956 cl = cl->next;
959 for (l = lwords, i = 1; l && i < ind-1; l = l->next, i++)
962 cl->next
993 sh_parser_state_t ps; local
1167 char *line; local
[all...]
/macosx-10.9.5/cctools-845/as/
H A Ddwarf2dbg.c23 /* Logical line numbers can be controlled by the compiler via the
118 /* First special line opcde - leave room for the standard opcodes.
125 /* Minimum line offset in a special line info. opcode. This value
130 /* Range of line offsets in a special line info. opcode. */
144 /* Given a special op, return the line skip amount. */
156 struct line_entry *next; member in struct:line_entry
162 struct line_subseg *next; member in struct:line_subseg
169 struct line_seg *next; member in struct:line_seg
312 struct line_seg **ps, *s; local
375 static unsigned int line = -1; local
405 dwarf2_where(struct dwarf2_line_info *line) argument
709 offsetT filenum, line; local
825 dwarf2_loc(offsetT filenum, offsetT line) argument
1376 unsigned line = 1; local
1383 struct line_entry *next; local
[all...]
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dfont.cpp52 font_kern_list *next; member in struct:font_kern_list
58 font_widths_cache *next; member in struct:font_widths_cache
78 int next();
98 int text_file::next() function in class:text_file
175 kerns = kerns->next;
185 widths_cache = widths_cache->next;
257 font_widths_cache::font_widths_cache(int ps, int ch_size, argument
259 : next(p), point_size(ps)
284 for (p = &widths_cache; *p; p = &(*p)->next)
519 char line[255]; local
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dobject.cpp241 // use two line segments to avoid arrow sticking
242 out->line(pos + base - n, &pos, 1, slt);
243 out->line(pos + base + n, &pos, 1, slt);
247 object::object() : prev(0), next(0)
390 : is_absolute(n), pos(a), next(p)
395 : next(0), text(t), filename(fn), lineno(ln)
425 segment_list = segment_list->next;
431 p = p->next;
436 text = text->next;
502 obj->next
1892 string_list *next; member in struct:string_list
1982 position ps = ((p->obj)->*(crn))(); local
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-dos.c104 static int pcap_stats_dos (pcap_t *p, struct pcap_stat *ps);
343 static int pcap_stats_dos (pcap_t *p, struct pcap_stat *ps) argument
366 if (ps)
367 *ps = p->md.stat;
460 for (dev = (struct device*)dev_base; dev; dev = dev->next)
525 for (dev = (struct device*)dev_base; dev; dev = dev->next)
578 void pcap_assert (const char *what, const char *file, unsigned line) argument
582 file, line, what);
608 for (dev = (struct device*)dev_base; dev; dev = dev->next)
1430 * Return the queue's next 'in_inde
[all...]
/macosx-10.9.5/vim-53/src/
H A Dgui_w48.c48 # define MENUHINTS /* show menu hints in command line */
868 pMenu = pMenu->next;
1544 char line[LINE_LEN]; local
1562 fgets(line, LINE_LEN, fd);
1563 len = (int)STRLEN(line);
1565 if (len <= 1 || line[len-1] != '\n')
1568 line[len-1] = '\0';
1570 i = sscanf(line, "%d %d %d %n", &r, &g, &b, &pos);
1574 color = line + pos;
1681 /* vertical line shoul
2752 PAINTSTRUCT ps; local
[all...]
H A Dspell.c22 * either the next index or flags. The tree starts at index 0. For example,
445 slang_T *sl_next; /* next language */
506 int sl_has_map; /* TRUE if there is a MAP line */
601 char_u *su_badptr; /* start of bad word in line */
602 int su_badlen; /* length of detected bad word in line */
694 char_u *mi_fend; /* next char to be added to mi_fword */
986 static char *e_afftrailing = N_("Trailing text in %s line %d: %s");
987 static char *e_affname = N_("Affix name too long in %s line %d: %s");
1005 * check next, or -1 when no sentence end was found. If it's NULL then don't
1050 /* Find the normal end of the word (until the next no
2172 char_u *line; local
4887 wordnode_T *next; /* next node with same hash key */ member in union:wordnode_S::__anon14296
5165 char_u *line; local
6526 char_u line[MAXLINELEN]; local
7127 char_u *line; local
7386 sblock_T *next; local
8931 char_u *line; local
9354 char_u line[MAXWLEN * 2]; local
10097 char_u *line; local
10345 char_u *line; local
10415 char_u *line; local
10703 char_u line[MAXWLEN * 2]; local
14753 char_u *pl, *ps; local
15976 char_u *line; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Drcirc.el92 "*Non-nil means line-wrap messages printed in channel buffers."
97 "*Column beyond which automatic line-wrapping should happen.
109 If nil, calculate the prefix dynamically to line up text
499 (let (ps)
504 (setq ps (cons p ps))))))
506 ps))
520 (mapc (lambda (line)
521 (rcirc-process-server-response process line))
568 "Responses that don't trigger activity in the mode-line indicato
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
104 % starts a new line in the output.
107 % Use TeX 3.0's \inputlineno to get the line number, for better error
200 % @| inserts a changebar to the left of the current line. It should
210 % Append this vertical mode material after the current line in the output.
317 \line{\ewtop\hfil\ewtop}%
319 \line{%
326 \line\bgroup
344 \hfil\egroup % end of (centering) \line\bgroup
348 \line{
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
104 % starts a new line in the output.
107 % Use TeX 3.0's \inputlineno to get the line number, for better error
200 % @| inserts a changebar to the left of the current line. It should
210 % Append this vertical mode material after the current line in the output.
317 \line{\ewtop\hfil\ewtop}%
319 \line{%
326 \line\bgroup
344 \hfil\egroup % end of (centering) \line\bgroup
348 \line{
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_tar.c140 struct sparse_block *next; member in struct:sparse_block
157 struct archive_string line; member in struct:tar
283 archive_string_free(&tar->line);
410 tar->sparse_list = sp->next;
474 tar->sparse_list = p->next;
593 * crude way to search for the next valid header!
751 /* Recursively read next header */
867 /* Just skip this and read the next header. */
1119 /* Parse the next header. */
1215 /* Parse decimal length field at start of line
1619 pax_time(const char *p, int64_t *ps, long *pn) argument
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
103 % starts a new line in the output.
106 % Use TeX 3.0's \inputlineno to get the line number, for better error
197 % @| inserts a changebar to the left of the current line. It should
207 % Append this vertical mode material after the current line in the output.
314 \line{\ewtop\hfil\ewtop}%
316 \line{%
323 \line\bgroup
341 \hfil\egroup % end of (centering) \line\bgroup
345 \line{
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl43 while {[gets stdin line] >= 0} {
45 if {[regexp -- $pattern $line]} {
46 lappend result "${lnum}:${line}"
53 while {[gets $file line] >= 0} {
55 if {[regexp -- $pattern $line]} {
56 lappend result "${filename}:${lnum}:${line}"
119 # Get next directory not yet processed.
183 # The next three helper commands for fileutil::find depend strongly on
1336 # Executes a script for every line in a file.
1347 upvar 1 $var line
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex54 % dvips foo.dvi -o # or whatever; this makes foo.ps.
99 % starts a new line in the output.
264 \line{\ewtop\hfil\ewtop}%
266 \line{%
273 \line\bgroup
291 \hfil\egroup % end of (centering) \line\bgroup
295 \line{%
301 \line{\ewbot\hfil\ewbot}%
336 % the input line (except we remove a trailing comment). #1 should be a
340 \let\next
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex15 % dvips -t letter -f gnus-refcard.dvi > gnus-refcard.ps
19 % dvips -t letter -f gnus-booklet.dvi > gnus-booklet.ps
221 All these marks appear in the first column of the summary line, and so
252 \# & (\#, M \#, M P p) Processable (will be affected by the next operation).
263 `gnus-summary-line-format'. [3]\\
294 n & Go to the {\bf next} group with unread articles. [distance]\\
295 M-n & Go to the {\bf next} group on the same or lower level.
308 N & Go to the {\bf next} group. [distance]\\
441 T M-n & Go to {\bf next} topic. [distance]\\
482 next on
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex56 % dvips foo.dvi -o # or whatever; this makes foo.ps.
96 % starts a new line in the output.
237 \line{\ewtop\hfil\ewtop}%
239 \line{%
246 \line\bgroup
264 \hfil\egroup % end of (centering) \line\bgroup
268 \line{%
274 \line{\ewbot\hfil\ewbot}%
309 % the input line (except we remove a trailing comment). #1 should be a
313 \let\next
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
93 % starts a new line in the output.
224 \line{\ewtop\hfil\ewtop}%
226 \line{%
233 \line\bgroup
251 \hfil\egroup % end of (centering) \line\bgroup
255 \line{%
261 \line{\ewbot\hfil\ewbot}%
296 % the input line (except we remove a trailing comment). #1 should be a
300 \let\next
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
93 % starts a new line in the output.
221 \line{\ewtop\hfil\ewtop}%
223 \line{%
230 \line\bgroup
250 \hfil\egroup % end of (centering) \line\bgroup
254 \line{%
260 \line{\ewbot\hfil\ewbot}%
295 % the input line (except we remove a trailing comment). #1 should be a
299 \let\next
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim59 if line("$") > 500
62 let nmax = line("$")
373 if match(getline(1, min([line("$"), 200])), '^@\(interface\|end\|class\)') > -1
420 " If the first line starts with # or ! it's probably a ch file.
421 " If a line has "main", "include", "//" ir "/*" it's probably ch.
465 let line = getline(lnum)
466 if line =~ '^\s*[#{]'
469 elseif line !~ '^\s*$'
470 " Not a blank line, not a comment, and not a block start,
568 let lines = getline(1, min([line("
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
104 % starts a new line in the output.
107 % Use TeX 3.0's \inputlineno to get the line number, for better error
202 % @| inserts a changebar to the left of the current line. It should
212 % Append this vertical mode material after the current line in the output.
323 \line{\ewtop\hfil\ewtop}%
325 \line{%
332 \line\bgroup
350 \hfil\egroup % end of (centering) \line\bgroup
354 \line{
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
104 % starts a new line in the output.
107 % Use TeX 3.0's \inputlineno to get the line number, for better error
202 % @| inserts a changebar to the left of the current line. It should
212 % Append this vertical mode material after the current line in the output.
323 \line{\ewtop\hfil\ewtop}%
325 \line{%
332 \line\bgroup
350 \hfil\egroup % end of (centering) \line\bgroup
354 \line{
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-sum.el49 (autoload 'gnus-pick-line-number "gnus-salt" nil t)
198 "*If t, many commands will go to the next unread article.
200 \"naturally\" select the next article, like, for instance, `SPC' at
203 If nil, the marking commands do NOT go to the next unread article
204 \(they go to the next article instead). If `never', commands that
205 usually go to the next unread article, will go to the next article,
309 e.g. with \\<gnus-group-mode-map>\\[gnus-group-read-group], or via `gnus-summary-next-page' or
310 `gnus-summary-catchup-and-goto-next-group'.
319 ;; \\<gnus-summary-mode-map>\\[gnus-summary-next
[all...]

Completed in 457 milliseconds

12